StackRating

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

Hoopje

Rating
1561.50 (5,328th)
Reputation
10,141 (15,020th)
Page: 1 2 3 ... 6
Title Δ
Are there any programming languages which have no concept of Arrays... +0.89
Count Java Stream to Integer, not Long -0.36
Does creating an instance of a subclass, create an instance of it&#... 0.00
Is it possible to change all Guava API with the Java 8 API? +1.72
How to store static data about a class to -0.57
Running of code for triangle after user input -0.09
Relace switch with modular way of implementation 0.00
Java 8 streams with checked exceptions +0.42
String vs String builder. which is faster? If stringbuilder then wh... 0.00
Why does System.out.println() in Java print to the console? -1.97
What is the difference between String sorting and string comparison... -0.10
Unwanted Null Pointer Exception in ternary operator with Optional +1.03
Why can Java not infer a supertype? -1.00
Why do we need to use the builder design pattern when we can do the... -1.87
Java 8 UTF-16 isn't default charset but UTF-8 +1.53
Read/Catch stdout message in another application -0.09
Java 8 and lambda calculus equivalent +0.39
Optional <Integer> cannot be converted to Int (for use on GUI... +0.87
In Java, how does List<Object> differ from List<? extends... +1.03
Can a class in Java be immutable if it has a private mutator method? +0.12
Using Java 8 Supplier in streams to achieve lazy evaluation +0.59
Java constructor safety -2.01
how to make double summary statistics thread safe? 0.00
Why can I not assign to this generic variable? +0.39
Java how to store getters in map -0.81
How to ensure the correctness of AtomicLong addAndGet result +1.62
Is using default method in an interface a good pattern to avoid cod... +1.30
Should unchecked Exception be described in JavaDoc? 0.00
Building a Java TreeMap from a sorted list of elements 0.00
Java: How to generate unique Long ID? 0.00
Class compare vs instanceof in equals method java -0.58
Java Generics to variable -0.78
The difference between life and scope for local variables? +0.16
Replacement for Collections.unmodifiableList(Arrays.asList(...)) 0.00
Java 8, Lambda: Sorting within grouped Lists and merging all groups... -0.26
How do I avoid NullPointerExceptions in lambda comparators? +2.50
How to compare two objects in Java 8 +0.42
Why after defining hashCode() and equals() my code still compares l... -0.09
Using Comparator.comparingLong has any advantage over long.compare? -0.83
Is there thing/things that I should do first before using customize... -0.57
Filter and Sort internal Map java -0.62
Why this recursive function is throwing StackOverFlow error???this... 0.00
How can I make this object mutable +0.36
How java recognizes that both objects are of same type -0.00
Given two doubles, how to determine if their quotient is exact? -1.43
Java 8 Comparison method violates its general contract issue in com... +0.41
How is this C++ function working differently than the equivalent ja... 0.00
Java : Is String.replace GC overhead too much? 0.00
Subtle moments in Happens-Before relationship 0.00
Why does `List` not have a `map` default method when it has `forEac... +1.60