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 ... 5 6 7 8 9 ... 70
Title Δ
Why is a StackOverflowError being thrown, when the code is in a try... +0.23
How do I replace the first three characters of a Java integer by 111? +0.17
simplify java stream to find duplicate properties -0.80
java - a nonstatic field inside a static class 0.00
Does it take heap to store constants (Java objects)? And how much? +0.24
How to remove first and last character in a string in Java? 0.00
Protobuf Java method parseFrom() hangs when receiving message from... 0.00
WRONG ANSWER in the problem -Finding all elements that are minimum... 0.00
java8 reducing a stream using accumulator and combiner 0.00
How to write a lambda expression when you are using a string array? +1.21
Thread.interrupt is returing false 0.00
return only elements with max found length java stream +1.34
String data manipulation with Maps for very large data input 0.00
Is there any way to specify two types as a function arg type in a J... +0.79
Equal elements in a Array -2.06
Calling a constructor from another - this keyword usage 0.00
Generic types to achieve contravariant arguments 0.00
Unsorted array with multiple missing numbers +1.09
creating a generic remapping function 0.00
Wrong result for bitwise operation r << 24, why? 0.00
Java Arrays without duplicates using only fundamental techniques +0.16
how to symmetric transposition the coordinates about y = -tan(54... 0.00
java nanoTime vs C++ nanoseconds +0.24
Why is one of the variables in an object being changed within a con... +0.24
How to perform null check in java 8 +1.31
Is there any way to use an interface non staticly +0.65
why can I instantiate outer class with a private constructor from a... 0.00
How to synchronize a variable in main function to new thread? 0.00
Is there a way I can avoid using a constructor while calling these... 0.00
Why is it giving me a "method call expected" error? 0.00
Observer pattern using generics is too much generic 0.00
Regexp for slightly different strings in javascript if condition +0.25
Why does this heap sort method work with <T> but not with a w... 0.00
Good hash function to partition an id using mod +0.27
how to get the statement in finally block printed after the return... +0.23
Return Type Best Practice - Page<Employee> vs Set<Employee... -0.76
Java stream, filter, and then do something with resulting collection +1.04
Why is generic type information visible in class file? -2.18
Parallelization of a function using for loop 0.00
Unexpected values in a Concurrent program +0.24
Check if there are consecutive points in Java list greater than a t... +1.00
Is it possible to create a generic class with empty constructor in... +1.11
Optional map and orElse has to return same type 0.00
Issue trying to create a Bubble Sort using ArrayList<Integer> +0.84
pass by reference an integer in java +0.52
Instantiating an object of a type parameter using reflections 0.00
Java Streams API: how to perform an operation inside the stream on... 0.00
Single Number solving by Haspmap, return always be a "@" +2.29
Does synchronizing on the static field that you are modifying make... +0.25
Return generic Result<Foo<Bar>> +0.24