I have a program that returns a long string from a curl request, the code is as follows: #include <iostream> #include <string> #include <curl/cur
I am working on a visual experiment using psychtoolbox (matlab). I was able to create the most basic experiment but I struggle with adjusting the stimulus prese
I am making demo videos of my iOS apps, some of which I made with XCode and others of which I made in Unity3D. I plan to use the Elgato Game Capture HD to capt
I finished watching a couple tutorials on state machines in unity and I'm now trying to figure out how I can actually use one with my player movement code, but
So I'm trying to run this really simple code on my LCD display, using an ESP32. When I compile the code in the Arduino IDE I get no errors. But, when I try to u
Context I have a list view where the row is basically composed of two TextView (a title and a content). The second TextView can have a long text so I set max
Here is my html input elements <input type="text" name="pname[]" value="" /> <input type="text" name="pname[]" value="" /> <in
I need to deserialize a given JSON structure like following into POJOs: [ { "alpha": [ { "serial": 123,
I'm trying to iterate over two data frames with different lenghts in order to look for some data in a string. If the data is found, I should be able to add info