I'm making a Curses music player UI with python and curses on windows 10. My program makes windows and renders them. This is the part of the code suspected to c
I write this program in code block but I am having error stray 302 in int86(0x33,®s,®s);. My program is #include<stdio.h> #include<dos.h>
I am new in the flutter. And I am trying to work with APIs. I searched on google and found the relevant code but I am not able to add the form data in API reque
I'm creating this error in order to help other developer who could have the same problem. I spent some time on it and the solution is pretty easy. The scenario
I need to change a column in a table in my mysql database so that the values in the column that are currently true change to false, and the va
So I want to add some data to an array. this is my array var x = [ {some data}, {some data}, {some data} ] this is my new data I want to add to an object in t
I am creating myself a GPA calculator using python kivy and I am trying to switch the text of a label but it is not working. I could use some help. I am only go