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 5 6 ... 9
Title Δ
Constructors taking rvalue reference in C++ standard library -0.03
How to compute the size of an intersection of two STL sets in C++ -0.99
2-Dimensional std::array woes -1.22
Mismatch when converting an char array into ULLs and vice versa in C 0.00
Memory address of vector of uint8_t -1.42
Intrinsics for 128 multiplication and division -0.03
Is `*((*(&array + 1)) - 1)` safe to use to get the last element... -1.12
C++: Implementing move assignment operator on two dimensional array +2.34
c++ struct operator overload not working -1.15
Quotation mark in return C++ +0.50
C++ array size inferring from integer template -1.42
Subtraction between signed and unsigned followed by division +2.32
What does the new operator returns? -0.10
Hashmap value storage if it exceeds integer range -0.01
What does list[:] = [...] do in Python -1.13
What's the point of if(true)? c++ -0.07
Should I free long-lived memory that would normally be freed at the... -1.30
How does an std::vector copy its data for reallocation? +0.47
Alternatives or enhancements to std::find() on a native c++ pointer... -2.04
Random number displayed before my sorting -0.71
Clock function in search algorithm generally returning 0 +0.47
Is it possible to pass a variable only once per class but not make... +0.15
Is there any performance difference between accessing a hardcode ar... +1.24
Idiomatic way to know if an istream starts with a string in C++? -2.06
Modular arithmetic Basic cofusion 0.00
what does casting a pointer 'actually' do under the hood? +0.72
Template function taking iterators as arguments 0.00
What is the point of using references and pointers in C++? -2.10
Signed and unsigned characters behavior while printing in C -1.60
reducing code using templated functions +1.23
Verilog: Why is there a if(0) if if(1) is always true? +2.47
Issue with recursive function, repeating returns -0.39
How to overload subscript operator with both read and write facility? 0.00
How does int to char array conversion occurs? +1.96
Could Pass-by-Reference be implemented without pointers? 0.00
Validate the type of input in a do-while loop C -1.20
How to represent Graham's number in programming language (speci... -0.52
When arithmetic operations overflow do they result in a determinist... +0.47
Branch based on the WARP ID 0.00
Why does this yield different values on using sizeof operator? -2.01
Syntax for converting expired weak_ptr<T> to shared_ptr<T&... -0.04
File Operation in C +0.47
Karatsuba multiplication improvement 0.00
C++ references - are they just syntactic sugar? +1.12
if references must refer to valid memory,then why this program is c... -0.51
C++ Separating an Integer -0.32
Python thread executing function twice -0.03
Why is `int >> 32` not always zero? 0.00
C++ - What happens when you index an array by a float? +2.06
What is the best practice when passing a shared pointer to a non-ow... +0.51