All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
4 views

pandas: melt 100+ variables into 100+ new dataframes

Pretty new to stackoverflow, please bear with me if the format looks odd.. I have a big set of data with 100+ columns of data structured like: countrya countryb year variable1 variable2 ...... ...
0
votes
0answers
3 views

Correctly calculate the size of the sprite when scaling

There is a camera class. The camera has a function to convert from world coordinates (decart plane) to screen coordinates (sdl), taking into account the camera size and aspect ratio: public Point ...
-1
votes
0answers
10 views

a very newbie into c++

i know my question is here kind 'stupid' but i really want an answer for it, i am c# dev, and i want learn c++, and i know that language not going to be easy, but i am stubborn. i just wanted convert ...
0
votes
0answers
3 views

How to generate a CNN-LSTM for audio data?

I am currently working with a dataset that contains 5 second audio files of patients with Parkinson’s disease and healthy controls. I have converted each 5 second wav file into a melspectrogram image ...
0
votes
0answers
10 views

Why is the last letter being cut off of the variable?

When I run this, I get nearly the result I wanted except the last letter is cut off. The code is supposed to be a decipher for another file I created that creates the cipher. code = input("What ...
0
votes
0answers
5 views

How to duplicate entire custom post type

I have a custom post type created in my theme, the post type is called "Portfolio". I would like to entirely duplicate this custom post type and give it the name "Projects" so it ...
0
votes
0answers
3 views

can we skip colorTemperatureRange test while using google suite test

I am trying to certifiate my google smart home app. The last error remainnig in the suite test is Skipped: device does not have 'colorTemperatureRange' attribute Skipped: device does not have '...
0
votes
0answers
4 views

data-index NodeList.Foreach JavaScript

I'm trying to give a for or foreach based on my data-index to add value to each of the adesaoTest fields I need to get the second index value to do the calculation JavaScript function calculaAdesao() {...
0
votes
0answers
3 views

Can I replace a socket based protocol with gRPC?

I’m researching options to upgrade a legacy TCP socket protocol where either end can initiate messages/transactions and am intrigued by gRPC as an option. My criteria are: supports authentication ...
0
votes
0answers
5 views

How can I sign a certificate for an excel file macros from outside - not from usual Excel menus

I have a Java product that can export Excel files. Some of them contain macros. And the client wants them to be certified with a given pfx file I have the .pfx file given by the client. I can, of ...
0
votes
0answers
6 views

The missing r.java

I'm using the most recent version of Android studio and I can't find r.java at all. Even in ap_generated_sources it isn't there. Yes this is after I build the app. I don't see anything about the r....
0
votes
0answers
4 views

How to use a C++ dll referenced by nuget in a C++ project

We had a static library. My code was compiling nicely. We created a dll to replace the the static library. I installed the dll using nuget. So now I can see my xxx.targets in section of my vcxproj. ...
0
votes
0answers
6 views

Why I can't make calculations in Class body, but I can in Initializer block?

I was always curious about this. Is there are meaning of this type of Java implementation? Why I can't calculate in class body (I can only make methods and declarations). Why not allow developers to ...
1
vote
0answers
11 views

g++ expects an unqualified-id, but what is it expecting?

I'm following a lesson on type aliases in a c++ book, and tried compiling the code below: #include <cstdio> #include <stdexcept> template <typename To, typename From> struct ...
0
votes
0answers
6 views

React useState set object at root level

I currently have the following code: const [ filteredData, setFilteredData] = useState(''); I create a variable with some data in an object like so: const filtered = completeData.filter((v,i,a)=>a....

15 30 50 per page
1
2 3 4 5
1332128