So I have 2 lists 1st list contains Materials, and each material got its own unique number (doesn't equal ID No. given by SP) and the Quantity of the material o
im currently building a REST-Api with Crow in C++ and I kinda stuck. Everything's works pretty much out of the box as expected but the POST Endpoint. Im unable
Let's say I have a Python program that takes in ~40 user inputs and returns a prediction on their lifespan. The user inputs are mainly categor
When zooming in to the phone screen, my button size remains the same. So I'm trying to have my button size change according to the aspect ratio of the mobile sc
I'm working on PostgreSQL with SQL. I have a column date that is a string and I want to extract the month: I tried: SELECT EXTRACT(MONTH FROM cast(date as date
it is possible to detect on react that the page is rendering by a ctrl+shift+t command ? for example, i need to detect this situation: The user closes the bro
I want to define a function in racket that reads a racket code from an input file (for example "input.txt"), and runs the racket code and display the output. I
I have a sensor_msgs/PointCloud2 with [x,y,z] and how can I plot it in real-time in matplotlib like this code here. I already changed the type from Odometry to
Why is my program generating thread 'main' panicked at 'called Result::unwrap() on an Err value: ParseIntError { kind: InvalidDigit }', src/main.rs:68:54 note: