header("Access-Control-Allow-Origin: *"); header("Access-Control-Allow-Methods: PUT, GET, POST"); header("Access-Control-Allow-Headers: Origin, X-Requested-With
I have the following code The result is the list pars with 9 elements with 2 elements in each. How can I make it so that it saves a list after each loop resulti
I am running a node.js and express server on port 5000 which is connected locally to mongo db. I then start my react server on port 3000 and s in console I get
I seem to be sharing a lot of code with coauthors these days. Many of them are novice/intermediate R users and don't realize that they have to install packages
We have a program with only one license on a linux machine, so we have to work with different sessions of the same user. Is it still possible to have 2 working
Hey i have the task to write a code to compute the median from an array. I My teacher gave me the following instructions: Algorithm for the list l with length n
I am having errors when trying to access the subscription section on my app . It's something with the stripe API, this error occurs mostly when server caches ar
I'm trying to send my vue data to my backend and map it to the FilterModel and it's always null, whatever I tried I was ending up with null : this is the consol
I want to change decimal with fraction to hexadecimal in python, I tried hex() function but works just for integer number