I wrote a recursive quicksort algorithm in Python to sort a list of 10,000 ints. I am testing a worst case (pivot is always the low index, and the list is alre
I am developing a shiny app, but two my pages are not showing up, but the code is correct, as I tested them separately running in console. I am quite new to Shi
I am executing the following: HttpClient _httpClient= new HttpClient { BaseAddress = new Uri("http://localhost:7071/api/"), // Local Timeout = TimeSpan.Fr
I'm trying to load a Kernel Driver on windows using NtLoadDriver in ntdll. I want to do things needed manually to understand the process better: Register the se
class Main{ int index = Student.studenten.indexOf(loggedInId); } Here in the main class im trying to get the position of the variable loggedInId which is an in
This function below doesn’t work like I want it to; being a JS novice I can’t figure out why. I need it to wait 5 seconds before checking whether t
I would like to know how auto fill "updated_at" and "inserted_at" columns generated by timestamp(). The goal is to not specify these values because it has to b
INSERT INTO names (`id`,`columnA`,`columnB`) VALUES (1,'john','dog'), (2,'orange','john smith'), (3,'alex','alex'), (4,'match','man'), (
How can I change this code to sum at the month level? For instance, DOL 2012-05-07 = May 2019. I think the fix needs to be Select Date of Loss line select