I am trying to adapt a program I have created for bouncing a ball in Java. I am very new so apologies if the solution is obvious. I have used the following code
I'm new to Python (started a few days ago) and I've been trying to code Monopoly (with reference of a different user's code) and I can't seem to get past a spec
I am writing a function that returns 1 if a string consists of two repetitions, 0 otherwise. Example: If the string is "hellohello", the function will return 1
I need help with my project: I want to have a section for the comments, and in each comment I want to have the text of the comment, the username and the user im
I've seen the following a lot in PowerShell, but what does it do exactly? $_
that sounded like an easy one (and it probably is) but I'm struggling with the following regex challenge. I'm trying to identify the function name of all the fo
I am not a java developer but I need to update some java code that reads RFID tags to then update our MySQL database. I have two working examples where I can re
I have a program with a gui and a different class named Search with a static method named paging(). This paging method retrieves some results and shows them usi
I'm learning the use of std::thread, I used to think std::thread is a completely different threading library independent of pthread , I use the following code t