StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

rzwitserloot

Rating
1619.47 (1,115th)
Reputation
4,347 (38,431st)
Page: 1 ... 23 24 25 26 27 ... 34
Title Δ
Canceling user input 0.00
Java Client/Server does not return UTF-8 string +0.42
Are the hashcodes returned by the System.identityHashCode method un... +1.26
IList<T> Generics Java 0.00
I need to exit a methode, without returning a value -0.57
String anagram in Java -0.39
How do I detect all special characters in an if else statement in J... 0.00
Cant find the percentage - JAVA +0.43
ConcurrentModificationException but I am not modifying the Collecti... 0.00
Encoding String values with base64 -0.31
Jar launcher excruciatingly slow 0.00
I have a list of JTextField references. Is there any way to initial... -0.54
Java BufferedReader reads an empty txt file but doesn't return... 0.00
Comparator.nullsLast with Comparator.comparingInt 0.00
Why cannot replace incrementAndGet() with Get() for byte sequence g... 0.00
Converted if statement to ternary operator - compiler complains tha... 0.00
Unable to call methods from imported jars if the package name is di... 0.00
How to repeat a code when an exception is detected in Java? +0.78
Why does 11010100 << 1 equal 110101000, not 10101000? +2.35
JDBC unclosed connections 0.00
Java & MySQL - Error with setBoolean() method 0.00
Creating an instance from another instance? +0.45
Why is there no simple inbult conveter for Date to LocalDate in java? +0.43
Newbie with regex 0.00
Sort an array of name and dates -0.57
Running Bash script using Java +0.42
Java Arrays.binarySearch not finding first value +0.42
ArrayList Inheritance implementation +0.72
Why int[] aa={'12','2'}; is invalid and int[] aa={&... +1.02
How to properly populate an ArrayList of type ArrayList<String&g... 0.00
How would I fix "Possible Lossy Conversion from Double to Int&... -1.85
Comparator as a parameter for the constructor of a class -0.09
Compilation failure because of Lombok 0.00
I am having problems compiling my Java Code.. I am presuming it is... 0.00
At a certain point, does adding a large integer to a long integer w... +0.90
Try Catch null and empty array -0.58
Why does the FTP download not work properly with Java +0.42
How to set LD_LIBRARY_PATH/DYLD_LIBRARY_PATH on macos -0.56
Why this synchronisation is not working in given scenario? -0.26
How to get Class<List<T>> without an instance of List&l... +1.32
Passing Methods in Java +2.00
Passing Methods in Java -1.33
Cannot load class but can import works fine 0.00
Should I use @NotNull and @NonNull together? 0.00
I can't figure out how to restart a loop, when the person enter... -0.07
Is there anyway to change object class at runtime in java? +0.42
What will be the regex for the given case? 0.00
Generics of Class object 0.00
How to get filed type by reflection at run time? 0.00
Is this a valid Singleton implementation? +3.07