I want to add a file (if that's the best way) to a USB flash drive stick to make the mp3 files play one after another automatically once a song is started. Any
How best to write a function that can accept either scalar floats or numpy vectors (1-d array), and return a scalar, 1-d array, or 2-d array,
Hi Guys, I am trying to create a training, validation and test dataset in python for bike sharing dataset using Object oriented programming. I have first creat
class foo { public: struct bar { bar() {} int bar_var; }; operator std::vector<bar>() { return m_list; } pri
I'm experiencing the following problem; I have created a React project in which I have added three individual components. These components are wrapped in an <
I'm doing image editing using the canvas. Consider the following code: ctx.drawImage( // <-- start point of the task which causes the browser to lag ima
I want to save the date that a post was created in Firestore but I do not want to use the System time. Rather I want to use the server timestamp for accuracy sa