I am creating API for upload file to Zoho Catalyst using Zoho Catalyst dependancy but i got an error that request body is wrong format. expressApp.post('/upload
Given a basic API call - response = requests.post(url, auth=HTTPBasicAuth(key, secret), headers=headers, data=d) return(response.json()) How would you handle t
This is my first reactjs application and I have an issue with the navigation. When I try to navigate via url .../posts or ../home only the main App page is show
My aim is to mock the value of sys.platform in python to be linux instead of win32 for my unittests. I found that some people use mock.patch but that does not c
I have the following: for (var i = 0; i < children.length; i++){ if(hasClass(children[i], "lbExclude")){ children[i].parentNode.removeChild(childr
I detected the malicious node in the forward part of aodv.cc, now I want to use the reputation system with it, how can I do this?
I am using $facet to do several groupings and calculations in an aggregate which I'm planning to build a view with. I have the 3 sections of the groups working
Wget question: Can you help me understand what this means? Just pulling the urls to build a sitemap with: wget --spider --recursive --no-verbose --no-pare
This code does not compile. But if I remove the explicit keyword from the move constructor then it works. Why? struct Bar { Bar() {} explicit Bar(const