I have quite large website for incident analysis. Now the owner wants to make a smaller analys tool with parts of the old tool to make it simpler for smaller in
I have a client-server app. HoloLens 2 is my client and communicates with the server using UDP. My MRTK profiler shows me the app consumes memory incrementally
I have the following line of code: threshold_value = numpy.percentile(a, q) where a is my data and q is set at 95 let us say. And let us say that if I changed
I have a WPF app in which a file is selected, operated on, and then saved to the same directory under a new name. Pretty standard stuff and all of that operates
I have this data frame, and I am interested in dividing the data into a ratio. So, 2013 to 2018 will be in the training set, and 2019 to 2022 in the testing set
I started some work on a new feature and after coding for a bit, I decided this feature should be on its own branch. How do I move the existing uncommitted ch
I've moved a Locust Docker implementation into AWS ECS and when ECS tries to provision a task with "--worker --master-host" argument the container exits with a
I've created a register page using php, and the the form successfully sends data to the database. I'm trying to prevent client side submission, but I can't get