StackRating

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

Hurkyl

Rating
1521.88 (28,478th)
Reputation
13,969 (10,241st)
Page: 1 2 3 4 ... 9
Title Δ
recursive merge sort, segmentation fault for big arrays -1.23
In C++, how to control the flow of cin to cout 0.00
How to make this Block of python code short and efficient -0.33
What is the order of operations for 'and' and 'or'? -1.42
Binary search tree recursive destructor -0.50
How to transform a decimal number into binary form but still keep d... 0.00
How to speed up 4 million set intersections? -0.73
Can a process read/write at any address from it's virtual memory? +0.22
How do a get the address of the pointer stored in a unique_ptr? +2.98
What does *test++ = count + '0'; do? +2.35
How can I build this tree with O(n) space complexity? +0.91
Number like 0.999999 rounded to 1 +0.61
Is a C++ functor a functor in the sense of category theory? +0.11
why c style array in class without user-defined operator= support d... -1.61
signed char to 0x80 cause truncation of constant value +1.85
(C++) Why did boost authors use a struct here instead of a class? +0.48
Alternative barrier to spinlock? +2.20
How can I avoid the void assignment in this code? -0.51
String index 0 ambiguity +0.49
Is which element is deleted defined by std::unique? 0.00
Pointers are too costly memory wise? +0.74
How do I sort two tuples of containers? +0.31
What are the different nullptr types? -1.30
Conversion from unsigned long long to unsigned int in C++ +1.39
Passing array off as reference in c++ without using pointer -1.73
char type cause loop explosion -0.99
Can address of anonymous derived class be assigned to base class po... +2.15
Better way to overload constructor in python? -0.46
Where is the difference between c++ istream objects I create and ci... -2.05
Duplicating without referencing in python -1.44
In C++, is A+=B preferable to A=A+B in the same way ++A is to A++? -0.30
Why do std::hex and void* on an integer result in the same value 0.00
In C, how do I make sure that a memory load is performed only once? -0.83
How can I make sense of the `else` statement in Python loops? -0.95
Template argument deduction for 'char*' -1.02
Isn't this const auto& redundant? +0.70
what is the output of following code in c ? why? +1.37
How to check if the program is run from an autostart? 0.00
Why am I getting large reaped ints? 0.00
Is using an outdated C compiler a security risk? -0.68
How to know the compute capability of my Nvidia Card in C/C++? +0.48
What is this pointer increment operation achieving here -0.79
2^32 - 1 not part of uint32_t? +1.40
Can a std::function member have access to other members? +1.98
Vector of pointers Efficient/Correct Iteration -0.52
Is SSE redundant or discouraged? -0.97
[] Operator overloading for get and set operation in c++ +2.12
Conditional compilation if data type is different +0.48
Testing if a number is a Palindrome using different functions (C++) -1.08
std::pow produce different result in 32 bit and 64 bit application +0.31