I have a table in Business Objects in which I have created a monthly date spine and I can see how many items a customer bought in a monthly period. What I am tr
I am trying to learn C++ since yesterday and I am using this document: http://www.cplusplus.com/files/tutorial.pdf (page 32). I found a code in the document and
recently I am using Google Colab GPU for training a model. after the training, I delete the large variables that I have used for the training, but I notice that
I write a code to send log to rsyslog server on ubuntu, the code has below content. In the file ryslogd.conf I have configured local7.* /var/log/test.log.*But w
I have successfully send a post request to deployed(in Heroku) Django rest API from react axios but the data is not saved in my database. I use MongoDB(Djongo)
Using the official jenkins image, I have installed docker and docker-compose and added jenkins to the docker group (GID 999 in the container). After that, I sh
How can we write a sql function which returns the records where getdate() is between FromDate and Todate as follows if getdate() exists between FromDate and Tod