I'm new to Python/Django so forgive me if this is a simple problem to solve... I'm trying to set up a PostgreSQL database for my Django project. I have downloa
I am testing google workflow and would like to call a workflow from another workflow but as a separate process (not a subworkflow) I am able to start the execut
When I start Android Emulator, the audio on my Mac desktop stops. It starts again when I close the emulator.
I have a path like : file:///private/var/mobile/Containers/Data/Application/80C93A3C-DFB5-4756-8DC8-7ED34469EA11/Documents/allFiles/81B5D904-CCEC-4B92-BD9B-417
a^m b^n where m,n >= 0 is a regular language but why a^n b^n where n >= 0 is a non-regular language? In both languages, we are taking an infinite number o
Is there a way to use Github / Gitlab pages with a monorepo? I have 1 Gitlab repo that have 3 projects: Angular app - admin. Angular app - users. Backend. I wil
I have a question related to dates and time in Python. Problem: date = datetime.datetime.strptime(str(row[1]), "%Y-%m-%d %H:%M:%S") localtime = date.astimezone(
How do I use the UNIX command find to search for files created on a specific date?
I am a newbie to QT. I'm using the Qt Designer to create a ui file then writing Python code to make things happen. I have a QSlider, and in the python code I