I have a simple python web application made with flask. It compiles and runs the given c++ files on given input. Upon receiving the inputs from front-end, I use
I am reading an API call which have date in datetime column in below format 2016-07-27T11:34:33Z+0000 Now I am creating a dataframe using defining custom schema
After I run a node for example: npx hardhat node I want to end the node and free the port so I can run another node something like: npx hardhat node --fork <
There is an issue while calling the REST API and the application resides in AWS. This call is made from Azure APIM and kind of PROXY call. It means , in the Jav
Everyting runs ok with mode: "development". However, when I switch for mode: "production", some of the styles doesn't get applied. I searched for it and there w
I am trying to store data from an API into a variable with Vue and axios but when I try to show the variable using document.write(this.info) it only show undefi
I try to get a variable on my Android App from 1 Activite to an other. Ther for I using Intent but I have a Problem with it and I can´t find any answer fo
I have a class which has a list constructor input and has a lot of functions returning doubles. An empty list is a valid input in some cases but almost all func