StackRating

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

user541686

Rating
1517.31 (38,033rd)
Reputation
132,504 (472nd)
Page: 1 2 3 4 5 6 ... 25
Title Δ
Any way to limit physical memory usage? (Page file is OK) 0.00
Algorithms to find nearest nodes in a graph +0.13
How can I preserve the order of multiplications and divisions? +0.93
Object Orientation: How to Choose from a Number of Implementations -1.69
C++11: Is there a way to enforce class to be used only as rvalue? -0.62
Why are some useless statements partially allowed? -0.56
In C, does sizeof measures its result in octet bytes or chars? -1.29
Why MSB is discarded in case of bits overflow? +0.99
How to detect partitions (clusters) of sparse data in linear time,... -1.47
Is integer multiplication really same speed as addition on modern CPU -1.01
Is integer multiplication really same speed as addition on modern CPU 0.00
C++ 11: smart pointers usage 0.00
How does this declaration invoke the Most Vexing Parse? +2.87
Is there a way to shorten the C++11 lambda signature in declaration? -1.79
Managing many GB's of data on disk, direct access 0.00
What Windows API do the File.X() and Directory.X() methods use? +1.31
is g++ buggy ? and clang++ too ? g++ compiled code with -O0 and -O1... 0.00
I want to get a Gpu's name on windows operation system with C++ -0.33
Deduce template argument when lambda passed in as a parameter -1.54
Still sort of confused about Big O notation +1.98
GCC: accuracy of strict aliasing warnings +1.10
Changing VTBL of existing object "on the fly", dynamic su... -0.48
C++11 std::shared_ptr works fine, but boost::shared_ptr crashes, wh... 0.00
Are move semantics incomplete? -1.66
How to check if stdout has been redirected to NUL on Windows (a.k.a... -1.74
How should I write function parameters to enforce a move rather tha... -0.77
Is there any technical reason why std::lower_bound is not specializ... +0.28
Why does 'std::endl' require the namespace qualification when used... +2.13
what is the difference between context free grammar and an Other gr... 0.00
Why do std::set and set::map's default constructors require heap al... +0.44
Efficiently eliminate common sub-expressions in .NET Expression Tree +0.23
How safe is this method of emulating move-semantics in C++03? -2.05
Why isn't the Visual C++ auto-vectorizer vectorizing this simple lo... 0.00
Difference between cast to &(void*&)variable vs. (void**)va... 0.00
What does (x ^ 0x1) != 0 mean? -0.98
Delete from specific indexes in a std::vector +0.33
How to do average operation on stl iterator in c++ 0.00
What does C++03 12.4/12 say about calling a base class destructor e... -0.40
Is there any way to create some codes which compiler will generate... -0.92
How to work with dll's? +0.15
A lambda's return type can be deduced by the return value, so why c... -0.96
Idiomatic way to store two related values of the same type +1.32
Can C arrays be expected to have the same performance as structs? +0.60
GetProcAddress returns 0 For All Functions -2.29
How to recognize stl containers within a function template? -1.68
Is it possible to allow mismatches in KMP algorithm? -0.24
The 'typename' word in C++ -0.29
When does operator associativity matter? +1.60
How to determine if a function returns a reference in C++03? -1.79
How portable is using the low bit of a pointer as a flag? +1.06