StackRating

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

fgb

Rating
1567.50 (4,375th)
Reputation
16,591 (8,378th)
Page: 1 2 3 4 5 6 ... 8
Title Δ
How to avoid Thread.sleep in Unit tests? -1.33
Is it safe to use an object in different threads, but NOT at the sa... +0.41
Java hashCode should relay on final variables 0.00
Java: Thread safety of passing value to inner class +0.43
Java Mockito how to set new value for property 0.00
Is calling Scanner methods without using the read content bad? -0.58
Java 8: How does `QUICKSORT_THRESHOLD=286` comes from? -0.61
How to return specific int values from an array; How to make a test... -0.60
why this code runs out of order +0.38
Create an Open Hashtable +0.42
Time complexity of an algorithm with two loops and two recursive ca... 0.00
Just learned about exceptions in Javascript. Need help better under... 0.00
Pros and Cons of DAO dependent on DAOFactory -0.61
Does adding "final" makea class more thread safe -0.11
++ operand does not work if var=var++; -0.40
Java singleton pattern - updates to instantiated variable +1.19
Exception in Quicksort Implementation of CLRS' Algorithm 0.00
Is this java leetcode solution use quadratic time in the worst case? -0.39
JUnit: How to create a Fixture to be used in multiple JUnit Classes? 0.00
Iteration n * F(n - 1)+((n - 1) * F(n - 2)) -1.25
How to rewrite code to optionals? +1.55
Java volatile and synchronized +2.74
Word Unscrambler Complexity Class +1.93
Alphabeta pruning, alpha equals or greater than beta. Why equals? +0.43
Parsing a mathematical expression without spaces 0.00
How do I pass a parameter from HTML to server using href 0.00
function undefined - don't understand why -0.38
Appscan source edition - SQL Injection -0.24
Difference between the two method references to instance methods 0.00
Can't figure out what the generic name of this algorithm is cal... -0.16
Java Concurrent Exception -1.60
While true vs. while (idx+count) < arr.size 0.00
DAO Design Pattern vs DBUnit Code +0.42
Dump debug logs if exception occured 0.00
Java fallback pattern +1.62
Why does this program using Collections.sort only fail for lists of... +2.55
Using JUnit to run testcases which involve dialog boxes which take... 0.00
Lua global __newindex called only once 0.00
Things to keep in mind while overriding hashCode -0.86
How Long is the Longest Class in Java Source Code? 0.00
if finally is always executed, why try returns unchaged value +1.44
Sleep() method on already sleeping thread -1.20
Difference between javascript getTime() and Java getTime() +0.14
Purpose of this idiom in JavaScript +2.46
subset sum through DP +0.43
Have Lua pathological patterns with exponential running time? 0.00
Sanitize sql input in prosody lua module 0.00
Guava 18 does not compile with GWT 2.8Snapshot and Java 8 0.00
Is there a difference between attribute and attribute="" 0.00
What is the complexity of an arithmetic progression? -0.14