I have 3 classes in my program: class GameObject{ private: std::pair<int, int> position; } class World{ private: std::vector<
I'm new to semantic web and trying to figure out a way to get some data about persons in the format as it is presented in attached image. If anybody could help
I am not proficient in Python but I have written a python code that executes a stored procedure (SQL server) which within it contains multiple stored procedures
how to cast HGLOBAL to DEVMODE? I tried like this: PRINTDLG pd; pd.hDevMode = NULL; if(PrintDlg(&pd)){ DEVMODE* test=(DEVMODE*)pd.hDevMode;
I have this code: import { useWeb3React, useWeb3React as useWeb3ReactCore } from '@web3-react/core'; function getSigner(library: Web3Provider, account: string)
I want to pass images through POST method in POSTMAN but I get None type response in the line request.files['image'] I have tried a number of different things
Let say I have following code import pandas as pd df = pd.DataFrame([[pd.to_datetime('2019-01-01').to_period('M'), pd.to_datetime('2019-01-01'
The website I want to scrap is : http://www.mouthshut.com/mobile-operators/Reliance-Jio-reviews-925812061 I want to get the last page number of the above the
We are planning to create a PWA application for iOS and android users for our functionalities. We have few queries, Kindly guide us I have gone through few site
I'm quite puzzled by this simple piece of python code: data = np.arange(2500,8000,100) logdata = np.zeros((len(data)))+np.nan randata = logdata