I am learning to use virtual environments like and I realize that by using the use the virtualenv command: virtualenv env_dj_cuatro my virtual environment is
I am trying to batch Sales Invoice per customer . My agents are Invoice. I am looping through each of the account and checking how many invoices are there for e
I'm trying to write something like Total-Commander in C#. I have got problem - when I try to get info about folders like C:/, G:/ or, for example C:/ProgramData
I am working on a small project and I want to be able to test the post methods, saving to the database if the email does not exist, and rendering to index.html
I have a forgot-password form in Angular and I had to create a conditional validation in a template driven form for input field "Username or email" If a user en
Usually the DirectX11 initialization starts from creating a DirectX11 device: D3D_DRIVER_TYPE driverTypes[] = { D3D_DRIVER_TYPE_HARDWARE, D3D_DRIVER_TYP
I have a table with the birth and death of several europe monarchs, the table doesn't have have an age column and i have to add it. There are also several null
Im making a chat and i want to limit for example 5 messages to be displayed. This is what i done so far but its not working. Edited with important stuff. functi
I have a simple docker file, which has to create tables in DynamoDB: FROM amazon/aws-cli AS seed CMD ["dynamodb", "--endpoint-url", "http://d