StackRating

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

Marko Topolnik

Rating
1661.22 (417th)
Reputation
153,482 (364th)
Page: 1 ... 13 14 15 16 17 ... 67
Title Δ
how to write lots of small unions from C into Java 0.00
How to run multiple tomcat instances in parallel? +0.27
Logback initialization 0.00
What is the alternative to static in java interface +0.28
Tail recursion optimization and recursion in Java +0.26
How to ignore Exceptions in Java +0.57
Try/Catch skipping loops? -0.70
How to get the statistics of the garbage collected objects? -0.47
Strings aren't being converted to integers properly how do I fi... 0.00
Why does the java8 GC not collect for over 11 hours? +1.33
Try and Catch with Throws +0.63
ModelMapper handling java 8 Optional<MyObjectDto> fields to O... -0.72
For each loop not returning values? -0.21
Why mixing + and cast does not produce an error in "+(int)+(lo... -1.99
convert byte to int using bit wise opertators +1.18
Intro to polymorphism 101 java +0.28
Java Technologies +0.28
Why is System.nanoTime() incorrect in the beginning of iterations? -0.03
Is it OK to ignore InterruptedException if nobody calls interrupt()? -0.97
overloading methods in Java +0.16
Matrix multiplication sequential vs parallel performance test 0.00
What is wrong with these super statements? 0.00
How does Thread.currentThread() work? 0.00
Why are interfaces helpful? +0.50
Java - generics issue -1.30
Produce a Stream from a Stream and an element, Java 8 -2.88
Why does java.lang.Iterable.forEach() invoke requireNonNull()? -1.90
Why is a parallel stream slower than a sequential stream? -0.36
Thread visibility of an array value change +1.14
Can I convert ArrayList<HashMap> type to List<Map> in J... +2.01
Java name for getter that returns Boolean class according to naming... +0.71
Why the "cannot select from a type variable" +0.28
Why doesn't java's -verbose:class argument include jre inhe... 0.00
Is wrapping an "Unchecked cast from Object to Map<String,Ob... -0.95
Java elegant way of executing methods until condition met +0.27
Can you specify ranges in Switch-Case ? +1.15
compare Integers using .stream() in java +0.31
What's the purpose of InterruptibleChannel interface extends Ch... +1.23
How do getter methods work on arrays? +1.77
Partition a Stream by a discriminator function 0.00
Java Memory Model: Mixing unsynchronized and synchronized +0.63
Threadlocal variable coming out to be null 0.00
JMH no main manifest attribute 0.00
Disadvantages of nested synchronized blocks +1.09
Understanding a recursive method for finding binomial coefficient +1.25
Callable sequential execution +3.09
Copying specified objects from one ArrayList to another -0.41
When thread in Java is removed from memory? +0.27
How to sort a List of objects based on one variable using lambda ex... +1.14
When to use TreeMap instead of HashMap +0.25