StackRating

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

Rex Kerr

Rating
1638.53 (728th)
Reputation
153,596 (363rd)
Page: 1 ... 14 15 16 17 18 ... 33
Title Δ
Scala-way to initialize members? 0.00
scala coding-style: initialize a val Seq depending on optional values +1.49
Returning multiple collections from flatMap -0.89
Is Either the equivalent to checked exceptions? +1.57
How is key equivalence defined when using Scala's HashMap? +2.20
Scala count/access preceding item in a list from inside the list? 0.00
using for comprehension for 2-argument map function -0.21
Scala while(true) type mismatch? Infinite loop in scala? -0.17
Cool class and method names wrapped in ``: class `This is a cool c... +0.60
Is it possible to implement `??` (a null coalescing operator from C... 0.00
Is it possible to print values during collect without modifying ret... +1.66
Using method to create function? The details explanation? +0.21
How to dynamically dispatch based on enrichment? +1.54
Scala magic to make a private/protected member visible? 0.00
How do I remove trailing elements in a Scala collection? +1.05
Performance difference in toString.map and toString.toArray.map -0.71
How do I find the package for the time conversion implicits in Scala? -0.13
Contravariance in Scala +0.35
Transform only the first element of a Scala list +0.44
Scala Map exists method +1.28
Scala implicit conversion on generic trait implementing Java interf... 0.00
AbstractMethodError occurred when package private method override 0.00
Scala: where to put the @unchecked annotation in a foreach +0.57
Rewrite 'for' loop from Java to Scala +1.02
Scala Nil equivalent for Set +1.52
Scala - mapping a list of integers to a method that receives java.l... 0.00
multiple independent implicits in Scala -0.25
How to test a value on being AnyVal? -0.43
JVM Arbitrary Precision Libraries 0.00
MergeSort in scala +0.39
Scala: Is there a type that all case classes inherit from? +0.95
Multiple assignment in Scala without using Array? +1.20
scala cake pattern - can I have multiple layers of cake? 0.00
Scala Swing package not found 0.00
Reducing a large stream without stack overflowing +0.84
Find sublist using pattern match +1.73
Pooling with least amount of GC on Scala +1.34
Scala: Parsing concatenated XML documents -0.33
Turn a mutable.HashMap[ArrayBuffer[Int]] into immutable.HashMap[Vec... 0.00
What is the preferred way of returning an immutable map from a loca... -1.36
What is the smallest unit of work that is sensible to parallelize w... -0.12
What is the idiomatic scala way of finding, if a given string conta... +0.33
Implement well scalable MMORPG with Scala? +2.17
best practice to use scala immutable Queue +0.34
unexpected side effect of map and for loop in scala 0.00
Idiomatic form of dealing with un-initialized var +0.13
Issues Overloading CTOR's in Scala +0.35
Scala Implicit Conversion Gotchas -0.15
How to check to see if a string is a decimal number in Scala -0.50
Why can I not use :: after a list to append a string to it in Scala? +0.07