StackRating

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

Sleiman Jneidi

Rating
1548.66 (8,353rd)
Reputation
16,409 (8,495th)
Page: 1 2 3 ... 11
Title Δ
How can I mock a dependency of java.util.Random class? -0.32
How to cast to Number from String in java without knowing which num... -1.70
LeetCode 1365 - looking for a better solution than O(n^2) -2.15
Traverse through multiple nested lists using lambda 0.00
Java: IOUtils.toByteArray(input) taking too long for some requests... +0.60
How can I read a character from an InputStream and return it in a S... +0.43
Java Hash Map(several values for 1 key) +1.92
Why is list.parallelStream().forEach() not processing all the eleme... +1.71
Android: Time and Timezone problems 0.00
Is there a Java method reference for arithmetic addition? +2.32
Would List be garbage collected if only iterator exists -0.74
Lock on multiple objects -1.43
Java Blocking Queue why we have notifyall in enqueue with condition... 0.00
Java 11 Predicate lambda expression generic type ClassCastException 0.00
Decorating a concrete class, bad practice? +0.23
Generate stream delayed from list +1.24
Cannot assign valid constant(value) to a Generic Type variable -1.19
Why do we have to declare method as static for recursive call in ja... +0.43
Java collection performance when comparing items -0.09
How to avoid mutating the state of the object inside a stream? -0.05
using hashCode to return huge Integer ids for HashMap 0.00
Make classes public, but remain private to a JAR file +1.28
One-liner to initialize list from another list -0.70
How does Java know a File is a file or a directory? 0.00
Thread Newbie: Joining thread one after another with concurrent -0.22
What is the use case for unbounded queue in Java Executors? +1.98
Can threads in Java cache a final field? -1.18
Java LinkedList sort changed the other list +1.57
Android/Java: How to watch and modify a thread pool? 0.00
Why @AutoValue annotation uses the integer 1000003 for calculating... 0.00
Does Java hashCode method do both conversion and compression? 0.00
How to test a method of a EventListener which is passed as a parame... 0.00
What Collection prevents duplicates and can output an object? 0.00
Loop inside CompletableFuture to make async call 0.00
Replace with .lengthCompare warning 0.00
Why isn't OutOfMemoryError reproduced with a Collection of Obje... -0.19
Space Complexity for this method -0.62
is it guaranteed that threads will resume in the order they were su... -0.58
How to join two Optional<String> with a delimiter in Java 8 +1.38
How to parse date-time with two or three milliseconds digits in java? +1.28
compareTo(E) generics -0.94
java: change one object, couse the other one change 0.00
java.util.Function or Java method, which one is best practice? -0.59
When java arguments are reassigned +1.91
concurrency using ExecutorService -1.10
Printing large multiplied numbers in java -0.36
Use the same object as both key and value in a HashMap -0.08
Can Scanner.next() return null or empty string? -1.31
Situational use: Run tasks in ForkJoinPool vs. new Thread 0.00
Is it best practice to use a protected object in a parent class, or... +0.43