StackRating

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

biziclop

Rating
1565.58 (4,646th)
Reputation
42,246 (2,578th)
Page: 1 2 3 4 5 ... 19
Title Δ
How do I get information out of a lambda expression in Java 8? +1.77
Is there an asymptotic limit for x*log(x) in relation to x^a, where... 0.00
Java takes the variable as "final" even though it is not +1.56
Why can't I extend an interface "generic method" and... +0.29
Java generics and streams +2.05
is there an algorithm to solve current rating with now one? 0.00
How can i read the same file two times in Java? +0.68
Should i create a constructor with a setter +0.43
Java: fseek(), ftell() equivalents for text file input? 0.00
Why are not some of the constant fields in java enum values? +2.00
Efficient way to find set of objects inside or intersecting boundin... -0.08
Is it possible to redirect a method call to another instance of the... +0.99
Why ArrayList.clear() method doesn't free memory? -0.57
Divide two integers using bitwise operators -0.06
Confusion in String concatenation operator "+" in Java +0.42
Does mutation of an non-thread-safe collection in a constructor nee... +1.97
Automatic API code generation for all methods in a compiled jar 0.00
LibGDX: how do I multiply vector with scalar without modifing origi... -0.04
Find index of starting point of a sorted cyclic integer array -1.29
In Java, from where can a constructor be invoked? -0.66
Go around a final method in subclass in Java? +1.78
Java Memory Visibility In Constructors 0.00
Java - why transient member variables used so widely in Java standa... -2.49
Method changes object +1.67
What will happen in Object class constructor -0.08
Java For-Loop - Termination Expression speed +0.43
Comparing two hash-maps and printing intersections -0.40
Array and reified type -0.50
Reducing the cyclomatic complexity of a java method -0.89
Multithreading only .4 of a second faster? -0.48
Why can't dead code detection be fully solved by a compiler? -0.39
Choosing between overloaded methods if actual parameter is a lambda -1.83
Java Ternary Operator seems to be inconsistantly casting Integers t... +1.01
Difference between `Optional.orElse()` and `Optional.orElseGet()` 0.00
ThreadLocalRandom or new Random for each thread +0.38
the smallest algorithm’s asymptotic time complexity as a function o... +1.18
"Monitor" in java threads +1.76
Should listeners be able to remove listeners? +0.20
Get the average out of an array of colors 0.00
How to persist request object in a running Thread? -0.30
Distinct permutations of a string modulo a prime -1.21
Original FQDN of anonymous class +1.06
Where must the argument be checked +0.59
Do we need synchronization when setting the value of an element in... +0.72
how does the volatile count++ operation be made thread safe +0.68
Efficiency of a nested for() loop +1.06
Handling nested classes -0.41
Finding Second Smallest Element in Array +0.44
Java ArrayList memory usage with recursion 0.00
conditional expression "? :" compiles despite branches re... +0.14