I need to convert the minimum possible date in sql, that is 1753-01-01 in hexadecimal format, I have tried to do it this way but it shows me the same sentence.
I was told to work on the google api. its pretty much the same as FB but I am having a slight trouble with redirect_url This is the url which my app is using
I have the following program: int main(int argc, char *argv[]) { int a, b; char c1, c2; printf("Enter something: "); scanf("%d", &a); // lin
I made a server using Node.js and used the Express framework. Once the server was running, I went to Google Chrome and when to inspect element and went to the c
my laravel source code and mysql database are on separate server. there is wired problem and that is database get updated asynchronously. it does not wait for d
This is how I've been adding my auth creds (map) to a socket in socket.io: socket = io( url.toString(), OptionBuilder() .setTransports(['websock
I am trying to load a list of categories into a recycler view . I have created the POJO from Json body using POJO genertor. But when i try to get the rersponse
var cars = { "c1":"BMW", "c2":"Volvo", "c3":["Saab","jas"], "c4":{"Ford":"cdsnj", "Ford1":"cdsnj", "Ford2":"cdsnj"} "my