StackRating

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

augustss

Rating
1552.24 (7,304th)
Reputation
21,175 (6,331st)
Page: 1 2 3 4 5
Title Δ
How to [temporarily] suppress "defined but not used" warn... -0.50
Does idiomatic Haskell try to eliminate pair operations fst and snd... +0.63
Haskell arrays vs lists +0.48
How does Haskell actually define the + function? +0.39
Calculating expressions modulo n 0.00
Haskell - How to make "div" or "/" simply in In... -0.11
Integral operators quot vs. div +1.81
Binary instance for an existential +1.15
Why doesn't Haskell's Prelude.read return a Maybe? -0.37
Redundant if statement warning in haskell +0.49
How to get variable name in haskell +0.18
ST Monad == code smell? +0.18
Bit Size of GHC's Int Type +1.03
Why do Haskell numerical literals need to start and end with digits? +0.73
GHC/Haskell profiling: function consumes time without being called +0.48
Splitting TypeReps of applied constructors -1.48
Increasing modularity by splitting a function definition into multi... +1.46
Haskell: Splitting list into tuple of two new lists +1.19
Expensive operations on floats in Haskell +0.53
Why is [1..n] not handled the same way as [n..1] in Haskell? -1.20
manually defining boolean conjunction 0.00
How to implement "Ord" for algebraic data types in Haskell? -1.28
Strange Haskell type error only happening when currying assertEqual +0.27
Are there morphisms in Haskell? +0.73
Why don't Haskell compilers facilitate deterministic memory managem... +0.00
get list of all nondecreasing sets of list in haskell +1.18
How could I remove the "if ... then ... else ..." keyword... -0.84
Converting IEEE 754 floating point in Haskell Word32/64 to and from... -0.25
Rotating caliper in Haskell -2.03
Serialization of functions in Haskell +0.45
Haskell -- any way to qualify or disambiguate record names? -0.17
Translating G-Machine source to LLVM IR +1.23
How would you represent a graph (the kind associated with the trave... +3.73
In Haskell, is there a good way to write a num to num conversion fu... +2.88
Haskell get sqrt from Int +0.89
GHC chooses different instances for the same expression? +4.73
Is there a way to pattern match against value in the middle of a li... +0.20
Type Constraints : Can they be inferred from the datatype of a func... +4.74
Is Applicative IO implemented based on functions from Monad IO? +3.12
How to set strictness in list comprehension? +1.89
How to store recursive datatype with Data.Binary 0.00
Is it possible to emulate a function using your own data type? +0.32
Is there a type 'Any' in haskell? -0.72
Better way to write the following program in Haskell +3.23
How to avoid stack space overflows? -0.28
Do notation without monads: possible? -2.43
How can Haskell read S-expressions from files? -2.82
List comprehensions -require base case? -3.33
Exponentiation in Haskell +1.35
Haskell uniq -c emulator code explanation +3.91