StackRating

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

Flown

Rating
1599.11 (1,817th)
Reputation
8,231 (19,089th)
Page: 1 2 3 4
Title Δ
Tranversing and filtering a Set comparing its objects' getters... 0.00
Find longest consecutive numbers in a list of sorted numbers using... +3.35
When should streams be preferred over traditional loops for best pe... -0.60
java8 changing from imperative to functional +2.80
Is Lambda Expression in Java 8 reduce execution time? -0.25
Merging different objects using lambda -0.93
Check if two dates are consecutive using java streams +1.38
AutoCloseable close() method exception not getting suppressed 0.00
Variable assignment in lambda expression +2.98
Confused with Java8 lambda and auto generated constructor? 0.00
How to generate a 2D int array using Java 8 stream? +3.84
Replace nested loop with Java 8 flatmap +3.47
Map list of Strings to list of Predicates -3.33
Lambda: Filter Lists :: List::get[0] non static error: Alternative 0.00
How do I convert a for loop to a stream +3.40
Iterate through an object with self references +3.52
Java8: Filter and map on same method output 0.00
Merging List<T> and List<Optional<T>> -1.78
Create list of map using streams and lambda expressions +3.22
Convert List<A> to Map<B,List<A>> +2.89
To get the count of key-value occurrence for JSON in java +2.69
Change nested loops to stream +0.75
Application crashing when passing an expected type 0.00
How can I make copies of a Stream so when it is used I use the dupl... +3.19
Grouping Double using java 8 by arbitrary interval to Map +4.33
Java 8 lambdas to find averages of list of maps 0.00
How can I perform two different functions on a collection based on... 0.00
Java 8 LocalDate - How do I get all dates between two dates? +4.23
reading remote csv file without downloading 0.00
Passing lambda to a Timer instead of TimerTask +3.67
What is the best way to aggregate Streams into one DISTINCT with Ja... +5.38
Iterate two arraylists and put key-value to map more elegantly -0.45
How to join strings with delimeter, that joined strings in inner le... +5.08
Mapping array indices to List with streams 0.00
flatmap for inner classes 0.00
How to efficiently compute the maximum value of a collection after... +2.59
Prime Factorization of a Positive Integer with Streams +0.94
How to effectively create list using if in java8? -3.66
Detect duplicated groups in stream +0.63
Return only emitted items from an Observable 0.00
Count regex matches with streams +4.45
parse armydate long number to LocalDate -0.93
java8 binding two floats 0.00
repaint does not seem to call paintComponent 0.00
Refactor a switch case with java lambdas 0.00
Swap rows in 2d array by row sum in Java +3.14
How can I get a parallel stream of Files.walk? 0.00
Using aggregates to replace nested for-loops 0.00
Word Search using DFS 0.00
how to simplify logic Checking if all cells in a record of array is... +3.60