tm *ltm = localtime(&now); cout << "Year: "<< 1900 + ltm->tm_year << endl; in ctime lib why we must use ltm->tm_year but can't use
I am currently working on developing a multi-tenant SaaS application, that will be handling a lot of real-time requests for geolocation, tracking , and chat fea
In python, I have a list of tuples (lot) with patient data, as shown below: lot = [('490001', 'A-ARM1', '1', '2', "a", "b"), ('490001', 'A-ARM2', '3', '4
I built this bit of code from a pretty long search on the web full of failures trying with various players to play this, http://85.132.71.4:1935/turktv/ntv.sdp
fruit = { "banana": 1.00, "apple": 1.53, "kiwi": 2.00, "avocado": 3.23, "mango": 2.33, "pineapple": 1.44, "strawberries": 1.95,
I'm still trying to find a way to get the addToCart() function to work. fetch('server.php') .then((res) => res.json()) .then((response) => { l
I have a stored procedure in which we pass SQL to execute like set variable; insert to table select from abc; update abc table; this is returning me below
Above is the image of what I want to achieve using String.xml There are three things '76' & '20' will be replaced dynamically using String.format '20' s
I am writing an mysql program (using the command line editor): CREATE TABLE FLIGHTS ( FL_NO VARCHAR(10) NOT NULL PRIMARY KEY, STARTING VARCHA