StackRating

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

irreputable

Rating
1448.25 (4,533,103rd)
Reputation
39,849 (2,805th)
Page: 1 2 3 4 ... 20
Title Δ
Multiple inheritance through interface +0.05
Getting the annotations of the calling method -1.18
Checking for null at initialization -0.75
How can I implement this concurrency situation using java semaphores? 0.00
What is a Scalar type and why is it riskier to suppress an unchecke... +0.76
How to generate random values across many requests +0.59
How to copy an uploaded file in Play Framework? 0.00
Conditional task scheduling - multi-threaded Java application 0.00
In a Transformer, how to specify that the types fo the classes bein... -0.41
It is better to have a synchronized block inside a try block or a t... -0.32
What is contained in int.class in Java ?Why is it even valid? +0.63
Should a class with only static methods be abstract? -0.56
Is making a method synchronized when the method is only called in a... +0.30
Java: a reference to the static contex similar to class self-refere... +0.74
What is the purpose of ByteBuffer's flip method? (And why is it cal... -0.90
ThreadLocal sharing data? 0.00
Does the JVM JIT optimises the creation of new objects that are alm... -0.80
Java concurrent visibility of primitive array writes +1.34
Difference between having and not having <T> before declaring... +0.38
Why is the default type of Java integer literals int instead of long? +1.08
Why does java allow this useless class? +1.23
Lazy initialization for free 0.00
About reference to object before object's constructor is finished +0.13
Proper use of final -0.31
Why can't javac infer generic type arguments for functions used as... -0.42
Java thottling mechanism -0.51
Java VM memory performace - Are Array writes faster than Array reads? -0.79
In guava, why is just "T" used where "? super T"... -0.98
Throwing always the same exception instance in Java +0.34
Should I mark all methods virtual? -0.91
why outcome object in FutureTask is non-volatile? 0.00
Wrapper classes - why integer literals fail for Long but work for a... -0.81
Java: Interface generic of a superclass +0.87
JAVA NIO Watcher: How to detect end of a long lasting (copy) operat... +2.24
How to tune a jvm to crash instead of heroically GC till 100% CPU u... +0.59
Why are atomic operations considered thread-safe? -0.85
HashMap and visibility -1.48
List<?> vs List<? extends Object> +1.21
Consistency of mutable variables between threads, synchronized, and... +2.72
Java thread visibility - best practice for visibility without expli... -1.76
ThreadLocal HashMap vs ConcurrentHashMap for thread-safe unbound ca... -0.78
HTTP get without waiting the reponse -0.43
Pass zero-sized array, save allocation? -0.84
How to make complex conditions look nice and save the number of sta... -1.23
How do I specify a Class variable that contains a generic +0.56
Why does the equals method in String not use hash? +0.07
Cake pattern with Java8 possible? +0.31
.Net equivalent for Java typed Class<>? +0.58
Implementation of Friend concept in Java -0.11
Why is void not covariant in Java? +0.25