How would I go about creating the foreign key relationships for a very simple friend request database schema in flask sqlalchemy. Both the requester and request
I am creating my first graphics program in C, using Codeblocks. I am trying to run two graphics loops simultaneously using two threads. One is for keyboard cont
I have updated electron to latest in my project because there were some printer issues with that now I am facing this problem which is when I am importing packa
I am writing a small script to insert data into postgres. Here is the structure of my table: CREATE TABLE stage ( a VARCHAR(1), b VARCHAR(5) , c VA
I want to make a system to calculate the salaies of employee using OOP and tkiner My problem is how to store the value of an entry to be used later
How to get the monitor screen resolution from a hWnd? I am using a hWnd because the window could be located on any one of multiple monitors. i.e. the hWnd top
I have generator that returns batches of 3 different tensors of shape s1, s2, and s3. def generator(path): .... return x, t, y train_gen = generator(pa
I created a .net Core API using the AWS Cognito SDK to authenticate and authorize users by posting credentials to my API and returning a JWT to a simple client