I'm working on a 3D project in OpenGL. Picking objects is my thing to worry about, but right now I can't get the main thing working. Which is casting a ray from
I have a dictionary like this that i want to plot: counts = {'set1': 110, 'set2': 12, 'set3': 661, 'set4': 34, 'set9': 2, 'set5': 7, 'set6': 23, 'set7': 53, 'se
Hi I don't know if this is possible, but I have some data in MySQL in the following structure : {"LinkId": "q1", "Answer": "Yes"},{"LinkId": "q2", "Answer": "Ye
I want to highlight column gaps somehow so it looks like separated. So e.g. I want the gap be in red color between columns and no color between rows. Setting bo
I was trying to make a pc application that helps people more conveniently when they are using a browser(e.g Chrome, Firefox, Edge ...) For example, the applicat
I am currently working on one of the sites https://www.pmjdy.gov.in/Archive from which first I have to enter a date(has to be a Wednesday) and then the search r
I am creating a linked list but after printing it I am only getting the last element in an unending loop here is the code Link to my code my linked List #includ