I am working on a project that uses RapidJSON to read a config file, then initialize an OpenCV DNN net with the config values. //Detector.h class Detector {
I am a newbie to TalendETL and am using Talend Open Studio for Big Data version 6.2. I have developed a simple Talend ETL job that picks up data from a tFileIn
In my gitignore file i have tried some many ways of ignoring the node_modules folder .gitignore - file ./node_modules /node_modules node_modules project structu
I have a list of items which I would like to periodically "cycle" through, accessing the first (0th) item and subsequently moving it to the back of the list. Wh
How can I create an app that can restart itself? I want to create an app that sets up a web-admin which can restart itself. Is this possible? If so, how? I was
I have a .net WebApi service which is hosted on IIS server, it returns JSON response. when i hit the .net service via postman i get proper complete data as expe
I'm trying to change the value of a command on each run. For this I tried a prototype like this: import os import random from random import random class testSh