I have a 2D matrix U of data that looks something like this: 0 0.5 0.1 0.3 0 nan 0.4 0.1 nan nan 0.2 nan The rows index corresponds to heigh
Check this program ifstream filein("Hey.txt"); filein.getline(line,99); cout<<line<<endl; filein.getline(line,99); cout<<line<<endl; fi
Consider the following code which sets the scheduling policy to SCHED_RR and performs a dummy loop. #include <unistd.h> #include <sched.h> #include
I'm trying to create a website that would get the user input, selected options and email those inputted information to the user's email. My problem here is the
I am working with PHP/MySql. Frequently, I encounter the problem that I need a "valid from" and a " valid to" column, and only read the matching rows that are v
I have a component that asynchronously loads configuration from external config server and awaits for the response, i have mocked the response object with globa
I've recently switched to an M1 Mac, and I need to be able to install opencv, and while there are many guides for installing it with an environment, I need to b
I'm very new to Tensorflow.js. In Python I've trained a model to classify whether person has or has not pneumonia. I've also created a website, so doctors could