I'm trying to create a graph like this The graph i would like to create I use usmaps package in R, and trying to fill different color on US map by region (west,
When creating a pointer using new keyword or <stdlib.h>'s malloc, and put its size 0; what ever is the index number it doesnt give an er
hi i am working on a django python application using sqlite3 database. I have a an extention to django's user model defined in my models.py as follows: #Accoun
Here what i see when inspecting in the front during submitting the data: Here below the code i'am using in the html page: <div> <table>
I´m trying to create a simple push notification listener that will refresh all notifications whenever the front receives a push notification event. To do
I'm able to draw a simple cube with modern opengl, but I would like to be able to draw a line cube from the same data I draw my current cube with (vertices): c
I ran these commands below: git add . git commit -m 't' Then, when running the command below: git push origin development I got the error below: To git@githu
Sample db.collection.update({}, { "$pull": { "a": { x: { $lt: ISODate("2022-01-01T00:00:00Z") } } } }, { multi: true }) How d