StackRating

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

dfeuer

Rating
1492.14 (4,368,995th)
Reputation
34,253 (3,412th)
Page: 1 ... 15 16 17 18 19
Title Δ
GHC version check in code -1.27
Implement two or more instances simultaneously in haskell +0.58
Why does a simple Haskell function reject a Fractional argument exp... 0.00
Apply a function to every second element in a list +0.39
Haskell: Is there a better way to write case statements with the sa... +0.39
Generality of `foldr` or other higher order function +1.64
What are possible Haskell optimizations keys? +0.50
Trees with values on the leaves only -1.10
Assigning multiple variables in Haskell 0.00
Viewing the Size of BST -3.87
No instance for (Num a) arising from a use of `sum' - Instance... +0.23
Should a Foldable always return all its results exactly once? 0.00
How do I create typeclass Eq by using instance for tree? +0.23
Haskell type signatures with varying parameters 0.00
First 5 elements of a list in Scheme -1.51
Haskell *qualified* import of a set of functions -1.25
Is there an advantage to using a point-free identity function inste... 0.00
Stricter Strict State Monad 0.00
TreeToList in Haskell function 0.00
Checking how many elements of a tree satisfy a predicate +0.61
Haskell type signatures with different types 0.00
Implementation of null function -3.36
GHC could not infer types in presence of GADTs and Type Families +4.11
Filtering infinite list causing memory overload in Haskell/GHCI +4.40
what's the relationship between Monad and single threaded? 0.00
Multiple function definitions with same function name +4.54
How can I create a non-evaluated mapping in Haskell? -2.26
Find Haskell Int precision +0.75
Efficiency in Haskell when counting primes +4.64
Why do I have to compose id with mapM -3.34
Function composition left to right 0.00
What is the proper (efficient) way to write this function? +4.75
Check if Int `mod` every element of a list == 0 -3.59
Is there a sense of 'object equality' in Haskell? +2.98
Reducing garbage-collection time while using large data structures... -3.43
Haskell: Compare Average to List of Averages +0.29
Quirkiness in Haskell 7.8.3 0.00
Convert a function returning a list to a list of functions +1.12
Haskell: Can verbosity of converting from/to Integer be made more s... -2.85
Overwriting least-significant bit in a Word -1.71
Helping GHC unbox an Int in equality on a constant -3.76
Managing invariants in Clojure / Haskell -3.94
Does order of constructors / cases / guards / if-then-else matter t... 0.00
How to create Haskell containers that fuse? 0.00
GHC flags environment variable 0.00
Sum of second and third elements of a list of lists of Ints in Hask... -3.48
haskell implementation of a sequence 0.00
Haskell Help -- Calculating Mean of A List -3.85
What caused this "delayed read on closed handle" error? 0.00
Haskell : why f1 . f2 xy not working? -2.01