I am working on some python (version 3.10.4) code on PyCharm (Community Edition 2021.3.3) using the python-docx library (version 0.8.1.1), that allows to determ
I am preferring this AWS doc for user/password authentication of MQTT client. I have created such Lambda function with Node.js 14.x runtime to validate the IoT
I have a flutter app that has a lot of data, that I currently have in several json files on my assets. On the startup of the app I am reading some of these file
So I'm using Active Storage to upload multiple images attached to a Collection model. Everything works well except whenever I'm trying to purge/delete a single
I'm trying to have a header button in my screen that access the screen state and validates if a post is ready to send to the DB (ie. its not an empty string and
I'm trying to make a spiral matrix, but when I tried to make the numbers appear one by one, it only shows the lines one by one. Please help! import numpy as np
I have a PS script to monitor a logging file for a specific list of servers in the network. If the script logic finds the issue I'm monitoring for, I want to i
I have this weird string: '": "1899-12-30 14:50:00.000"": " "' I need to just extract the date. I have looked at all the different python string manipulation f