StackRating

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

Daniel C. Sobral

Rating
1550.03 (7,933rd)
Reputation
261,042 (159th)
Page: 1 ... 16 17 18 19 20 ... 41
Title Δ
Naming conventions and correct terminology when writing about Scala? +1.28
Does Scala have any collections that sort by value instead of key? -1.66
Is it possible to retrieve Scala's version at runtime form the REPL? +1.83
Use function without explicit import in Scala -2.17
Map<String, List<? extends T>> in Scala -0.52
Scala methods with no arguments +0.72
Tune Nested Loop in Scala -2.36
Example of the Scala aggregate function +1.53
When should I choose Vector in Scala? +0.18
How can I read a file to an InputStream then write it into an Outpu... +0.93
Immutable Type: public final fields vs. getter -0.03
Merging huge sets (HashSet) in Scala -0.86
Companion object cannot access private variable on the class +1.44
What is the best way to create and pass around dictionaries contain... +1.12
Is non-local return in Scala new? -0.54
Enforce type difference -1.26
Scala testing: What's the status and relationship of SUnit, ScalaTe... +1.84
Scala fails to infer the right type arguments -0.56
Scala how to turn "urls" in Strings into an Anchor tag XM... 0.00
Scala constructor without parameters -0.88
Adding explicit type to val prevents val from being used as a const... 0.00
Conditionally include attribute in XML literal -0.34
How do I model the following relationship in Scala? +0.42
Simple stringLiteral matching fails when using JavaTokenParsers in... 0.00
Why is subtracting these two times (in 1927) giving a strange result? 0.00
Match to the n-th element of a list in Scala +0.28
Partial Function pattern match split into a class and a trait -0.54
Writing a method to return a java Class constrained to a certain ty... -0.93
What was the reason to restrict on combining implicit parameters an... 0.00
Why is foreach better than get for Scala Options? +0.79
Adding logging if return value is None +0.42
In Scala, how would I combine event driven programming with a funct... +0.53
Which syntax options/language features did Scala remove over time (... -0.39
libraryDependencies on sbt Build.scala Full Configuration with sub-... 0.00
What's the difference between multiple parameters lists and multipl... +0.72
Why is this scala prime generation so slow/memory intensive? -2.52
scala: use implicits to support two different types for each argume... -0.54
Why do these type arguments not conform to a type refinement? -0.36
Scala: read and save all elements of an Iterable -1.22
notserializable exception when trying to serialize java map convert... 0.00
Scala -- class declared fields and access modifiers -2.24
Replacing imperative PriorityQueue in my algorithm -1.35
No Scala mutable list 0.00
How do you explicitly specify a parameterized type for an existenti... +0.42
In Scala, why do I get this "polymorphic expression cannot be... +0.94
Scala scripts in Windows batch files +0.41
type parametrization or structural subtyping or +1.27
Scala/Lift vs Java/Spring. Why fighting? 0.00
Using Java annotations with Java interface implementations in Scala -0.58
Dealing with the surprising lack of ParList in scala.collections.pa... +0.03