Is there any reason why it (visual-studio-code) is asking to trust the parent folder? It's asking to trust my root c:\ why not trust the working folder? I know
I have a script written in R that is ran weekly and produces a csv. I need to add headers over top of some of the column names as they are grouped together. Hea
I am trying to get the name of stars from an IMDb page. below is my code from requests import get url = 'https://www.imdb.com/search/title/?title_type=tv_mo
I want to do the following things: Child process run a program by exec() Parent process read from STDIN and do something to the input Pass the input to child pr
I have the following code: while (rrProcesses.size() > 0) { for (Process process : rrProcesses) { if (process.getBurstT
I would create a Flutter Website for Connecting a Guest or Free WiFi, I got a Restaurant and I got Guest WLAN, all tables has got Qr codes and the people's can
Background Following on from a question I asked a while ago about getting an array of different (but not necessarily unique) random numbers to which the answer
What I want to have happen is that the console window just goes away, or better yet that it is hidden, but I want my application to keep running. Is that possib
Help me with my problem. There is do not working backgroundfor pages on the Heroku after I deploing my Java Spring app, althout it work on my local maschine. I
I have a URL which has some id which can have multiple "." values in it(Like 1.1, 1.1.0 , 2.0.0.1) like this and I want to treat it as string only not decimal.