StackRating

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

Tagir Valeev

Rating
1620.09 (1,101st)
Reputation
70,752 (1,214th)
Page: 1 2 3 4 ... 26
Title Δ
How correctly reduce stream to another stream -0.26
How to increment a value in Java Stream? -1.57
StreamEx.parallel().forEach() does not run in parallel after .map() -0.17
Side-effects in java 8 streams 0.00
Casting types in Java 8 streams -1.03
How to use Java 8 stream to convert a map's key+value into a ne... +0.32
Java8: How to Convert Map<X, List<Y>> to Map<Y,X>... -0.50
From for loop to Java 8 Stream example +0.08
Instantiate List of objects with parameter array -1.16
Grouping Java8 stream without collecting it 0.00
How to get the difference between the last and first element's... +0.32
How to count the number of elements Stream has processed? +1.29
Merging a string to a structured string +0.93
filter inner and outer list in java using streams -0.60
Mapping Java 8 Stream to elements' method reference -1.36
Merging List<T> and List<Optional<T>> -0.66
Reduce a list of string add prefix only to last element using Java... -2.63
Count in single pass multiple items using java 8 stream -2.56
Why here NetBeans display warning about null pointer dereference? 0.00
Java wildcard difference in 7 and 8 0.00
java8 stream map reduce cause a the ConcurrentModificationException... 0.00
Change nested loops to stream -0.09
java 8 streams: complex stream processing -1.36
Cartesian product using Java Streams 0.00
Why do I get a compile error on Optional.map(byte[]::clone)? -1.89
java.util.HashSet.Contains testing leads to an inconsistent result 0.00
Better way to doing with Java 8 +1.16
Does completableFuture in Java 8 scale to multiple cores? +0.12
How to group and average fields from JPA repo and put into new coll... 0.00
Collect to list on specific condition or exit 0.00
How can I write the following method in Java 8 streams? 0.00
Is there anything wrong with using I/O + ManagedBlocker in Java8 pa... 0.00
Which pitfalls are there when using `IntStream.generate` with a sta... 0.00
Keep track of iteration with parametrized Stream -0.65
Limiting infinite parallel stream +0.31
In java 8 lambdas, how to access original object in the stream? -2.64
Swap operation according to stream's encounter order 0.00
Process certain stream elements last -0.10
Negative subarrays Java 8 -1.74
Why is the Java 8 'Collector' class designed in this way? +0.78
How to implement a Java 8 Stream fluent API and lazily computed -0.39
short, clever way to create InputStream from byte sequence -0.19
Filter and map a java stream at the same time -0.49
Is it bad practise to use get() on an Optional? -0.03
Processing random numbers in parallel Java stream +1.02
Efficiency of collection.stream().skip().findFirst() +1.35
Do Java 8 parallel streams use the same thread for a sequence -2.38
Convert a Object[] of booleans to a boolean[] using streams -1.16
Java 8 streams and varargs -0.05
Collecting after filtering a stream with Java 8 0.00