Maybe you were looking for...

Graphics for bouncing ball in multi-threaded program in Java

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

why is it that my object has no attribute?

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

Checking whether a string consists of two repetitions

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

How can I have 2 foreign keys pointing to the same table using fluent api

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

What does $_ mean in PowerShell?

I've seen the following a lot in PowerShell, but what does it do exactly? $_

Regex: match the function name without the parameter list, and with the template definition

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

Java - Calling a secondary class from another class

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

How to make class method wait for user input from gui

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

Is C++'s std::thread a wrapper for pthread on all platforms?

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