I like to assign Alt+174 and Alt+175 to AltGr+5 and 6. It's hard to pass formatting standard on this site.
I have this lyrics of a song that i wrote like this: <p>School bell rings, walk me home<br> Sidewalk chalk covered in snow<br> Lost my gloves,
I am using 64 bit windows 7 pc and i recently installed tdm gcc compiler. Initially i was working on turboc so my program is created in graphics.h. But now i wa
What is the difference between Numpy's array() and asarray() functions? When should you use one rather than the other? They seem to generate identical output fo
What I am trying to do is basically to automatize the FCM service, so I don't need to create the messages and schedule its action from the firebase messaging pa
So I need to show a pie chart, and I want to use this query SELECT employees.id,employees.first_name, (SELECT SUM(training_hours.Hours) TotalTrainingHours) as T
Edit*: I don't understand why I got a minus but I'm not an I.T graduate. I'm learning coding by myself.. A lot of terms for programming I don't understand also.
Is there a way to get SHA of current GIT commit from R? I need to access it via a function call (not as a hard string). I have adapted GIT as version control
I have a mongo db collection called students and when I tried to insert a record, I got an about duplicate studentNumber. I want to run a command to show me all
If JavaScript is considered as single threaded, synchronous programming language, then why we have async functions like addEventListener with JavaScript. Are th