StackRating

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

Andy Turner

Rating
1710.64 (107th)
Reputation
94,166 (819th)
Page: 1 ... 30 31 32 33 34 ... 70
Title Δ
When will objects allocated on a thread be freed after the thread c... +0.69
Is there a way to check for an exception without using try/catch in... -0.63
Java: Adding/Substracting Math.ulp() vs. Math.nextAfter() -2.73
Remove item from ArrayList<ArrayList<T>>> +0.29
Make an ArrayList of class C from a List of interface I -0.56
Is Null Utility method better implementation -0.30
SortBy crash violates contract 0.00
Using String.format to remove particular digits from an integer 0.00
Is it possible to access a java variable from different classes but... -2.66
How shall I write a generic method for adding two numbers of any nu... -0.22
Java Generic extends subclass Incompatible types 0.00
Get the last two characters in any String and bring it to the front -1.65
Less then or equal to Else IF Java stuck +0.30
Java Generics: <?> vs capture<?> +1.37
How to convert a Set<Class<?>> to a List? +1.33
How much time should take to count the frequency of 100K words in J... 0.00
Java require Constructor and super but i have defined already 0.00
Finding if n is a factorial number in Java -0.64
Ho to fix error "not able to initialize final variable in stat... +0.84
How to edit value of a HashMap given its Key 0.00
Inserting .readLine(); into my array of strings +1.24
Comparing two objects, what methods to call if at all -3.08
HashMap#get() returns wrong value type 0.00
How to create an instance of an abstract class that passes an inter... 0.00
Group by, but transform value element concisely 0.00
Effects of violating compareTo transitivity contract -0.73
For loop iterator with methods in java -1.14
Cast to generic type (T) is never checked by the compiler? +1.20
How to inversely sort an array in java with type int (I am not usin... -0.58
Java - iterate through ArrayList for only increasing elements -0.21
Removing substring from string using replaceAll() 0.00
how to get unique items from the Arraylist, preserving the natural... +2.28
Is there a more elegant solution for this issue? -0.30
Java8: How to replace the bitwise inclusive and ( &) by the fun... 0.00
Random int array not printing min and max -0.21
java autoboxing from int to java.lang.Long casting issue -1.49
Future<T> not compatible with Class that extends Task<T>... -0.55
Java Competition Coding 0.00
Java Stream: divide into two lists by boolean predicate +0.32
Meaning of ((CaseInsensitiveString) o).s in Effective java example +1.14
Are reference variable declarations inside a for loop created for e... +0.28
Calling a Static Singleton Class from Junit test throws StackOverfl... -0.17
How can I make a java program to understand the user-input "t&... +0.28
Java ArrayList break remove +2.48
Avoiding 'Unchecked Call' warning 0.00
Why array = array1 equal to array1 = array? +1.16
Refactor method/constructor parameters to insert the whole object i... +0.29
how to convert a hashmap of list into a single list in Java 8? 0.00
Implemention of DDA algorithm 0.00
Java: Creating a getter function which returns an iterator from an... -0.22