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 ... 23
Title Δ
Why are dependency graphs not represented as bi-directional acyclic... -0.24
Boxed value does not live long enough -2.09
Behavior difference between super().__init__() and explicit supercl... 0.00
When does a numba function compile? 0.00
Custom Encryption Method +2.05
When is the "inline" keyword effective in C? +1.91
Is separating source and header effective as using inline? +0.48
C- If index of element bigger than dynamically allocated array size... -2.25
Getters and setters in pure C - possible? +0.64
What is the reason behind this output? 0.00
why we require uint64_t when unsigned long is available ? -0.79
Rust: How to transfer ownership of some heap memory out of a functi... 0.00
How do I get a list from set in python 3 0.00
Is it safe to secure a racy variable with another racy variable? -0.81
Enums with constructions in Rust +0.86
A built-in Object in Rust +0.30
What is "complexity of operation in the worst case" Big-O... 0.00
Theta Notation for N to the Power of Log Manipulation 0.00
Virtual address space size vs physical address space size 0.00
Rule of thumb for when passing by value is faster than passing by c... +0.56
A method for computing stack-size -2.83
why python cannot determine roots and use mark sweep? 0.00
Are these monadic expressions equivalent +0.45
Is looking up a table with precomputed values an O(1) algorithm? +0.10
Why the expression *(b++) doesn't evaluate the b++ first? +0.87
The nature of Haskell type system: static/dynamic, manual/inferred? -0.98
Taking ownership of a variable in a function mutably 0.00
Python: updating reference values +1.47
Why should I mark all methods virtual in C++? Is there a trade-off? -1.20
Does pointer only store memory address? +1.00
How to create base class with type in python that overrides a varia... +1.78
In python, why do we always have to give 'object' as a para... +1.02
total time complexity of basic algorithm with binary search 0.00
Fast calculate hamming distance in C +0.26
heap and tree data structure implementation difference 0.00
Object size in c++ is unpredictable +0.28
What is Pythons -OO option good for? 0.00
Is there a significant difference in assigning values one-by-one an... 0.00
What is happening when I use the @func_name.setter annotation and i... 0.00
What are Pascal Strings? -2.82
Shadow a global variable with a modified copy -0.75
How to prove that 'a' 'b' are not automatically con... 0.00
Where is hex code of the "EOF" character? +1.00
Do tuples use special syntax? 0.00
Is this strict aliasing example correct? 0.00
Why no singly linked list in Rust official library? 0.00
Get the value of a Cython pointer 0.00
Mutable dictionary with fixed and ordered keys +0.99
How does mutability affect the lifetime of `self` in the following... -0.45
Does Python have a Java equivalent of throw new Exception("tex... +0.47