StackRating

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

delnan

Rating
1680.51 (249th)
Reputation
62,580 (1,434th)
Page: 1 2 3 4 5 6 7 ... 23
Title Δ
efficiently construct a "switch" statement within a while... -0.40
Why is it possible to recover from a StackOverflowError? +0.93
Python: how does name evaluating executing at run-time 0.00
Are list-comprehensions and functional functions faster than "... +0.24
List of growing sum as a one-liner possible? -1.83
Expanding the bitmask-as-set model to represent multisets 0.00
JavaScript Closure vs. Local +0.59
Consuming two iterators in parallel 0.00
Is overriding __del__() the best choice here? -2.44
Python: why pickle? +0.89
Python: Concatenate list of lists in the algebraic way -1.46
Python: convert Unicode hex code to string (len=1) 0.00
Java - Python - Is there an equivalent of java's Character.getNumer... -1.53
What is the cost of swapping two std::array<T, 100> objects? +1.25
Wasn't Int type supposed to be the size of the platform word size? -0.36
Reference function's scope while inside another function -0.34
Instructing Pip to Use Python 3 +1.01
pow() seems to be out by one here +0.49
Implementation of Global variables vs Dereferenced variables 0.00
python - inheriting parent class +1.55
Printing list item values of a key +0.23
Why does dynamic memory not get cleaned when it is out of scope -1.57
Python: Maximum recursion depth exceeded when printing custom excep... -1.81
How to make print statement one line in python? +0.27
Why does a Python Iterator need an iter method that simply returns... +0.31
Garbage Collection .Net +1.15
Working with Byte string in Python +1.07
Is the compiler allowed to do such an optimization? -2.24
How does Reflector decompile code? +1.35
Should inline functions be used in shared library headers? +0.15
Disabling "cast from pointer to smaller type uint32_t" er... +0.27
What is a "machine" in terms of compiling? +0.27
Lua language context/scope implementation 0.00
Does C++ pass objects by value or reference? -0.79
Can Python method check if it's being used for assignment? 0.00
Dict-like collection for attributes +1.57
Unreliable results from OrderedDict in Python -1.95
What are the risks of running 'sudo pip'? +0.57
Python - isinstance(classInfo, classInfo) 0.00
Most memory efficient way to store 8M+ sha256 hashes +0.31
Very simple python function -0.24
Does Pypy's stackless thread option support parallel execution? 0.00
Can parameters be contra- or covariant in Python? 0.00
KD-Tree implementation -0.27
Python method accessor creates new objects on each access? -1.29
In a function decorator, how can I know if the function is a class... 0.00
Where on Earth is the numpy download for python 3.x? -0.73
What is an (int) prefix on floating point arithmetic actually doing? +1.67
Is there a difference between imports in/outside of methods? +1.02
Why does this memoizer work on recursive functions? +1.08