So here is the rundown of my code: while _waveActive do wait(1) for i, _spwn in pairs(_spawns:GetChildren()) do if _spwn:IsA("BasePart") and _zo
I am making a to-do list webapp as a hobby project using flask for the backend and a PostgreSQL database to store the data. The database model is a as follows:
So the website gave us some code samples. I've managed to do GET functions well enough, but I can't seem to post anything. Here is the sample below curl -X POS
From inside a batch file, I would like to test whether I'm running with Administrator/elevated privileges. The username doesn't change when "Run as Administrat
I cant get my Custom Validator to fire in ASP.NET Core MVC. I try to use a validator to check if the domain of the input e-mail is known public class AllowedDom
I have installed DeepPoseKit using the guide on the github page. I have the following tensorflow-gpu version: [jalal@goku examples]$ python -c 'import tensorf
Im working on an 2d local multiplayer platformer Game. In the game are obstacles (Spikes), when the player collides with them the player will die. I want the Pl
I have a text file that contains XML like tags. I want to extract the contents of the tags. Now, I am able to extract some tags but not all. Not sure what I am