StackRating

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

Steve Jessop

Rating
1646.94 (616th)
Reputation
239,307 (175th)
Page: 1 ... 33 34 35 36 37 ... 66
Title Δ
Is better to validate before a process, or just throws an exception? -0.07
UserService retrieves wrong user after logout +1.01
Is it possible to force Excel recognize UTF-8 CSV files automatical... 0.00
Does a private new operator have any unexpected side effects? +0.91
Returning stl containers from functions -0.67
Effective C++ Item 23 Prefer non-member non-friend functions to mem... -0.51
Output data to file using for_each C++? +0.69
Does this code produce Undefined Behavior or it is merely Unspecifi... +1.64
Dumping struct in C +0.95
Exceptions vs. errno -0.81
Time Complexity of std::multimap::equal_range +0.32
C dictionary/map -1.33
Try / Catch block substituted for a method block in a destructor -1.61
For input iterators, why a == b does not imply ++a == ++b? +1.49
how to set char * value from std string (c_str()) not working +0.91
Chaining Bool values give opposite result to expected +1.54
unsigned char rotate +0.34
C++ return type question -1.12
Real dangers of 2+ threads writing/reading a variable -0.25
Why do O(n^2) algorithms become more inefficient the larger the amo... +0.23
C++: When is it appropriate to define functions outside of a class +0.66
How can I derive from a template twice, and have the subclasses int... -1.64
What is predicate in C++? -1.65
Why do std::shared_ptr<void> work +0.48
how does this Implicit conversion happen? -0.90
Java: How to find hole in a one dimensional graph? -0.21
Define Custom (STL-compatible) Iterator where Value Type is not Cop... +2.10
sort by using a member of an object in c++ -0.49
Is this program compatible on both big and little endian systems? -0.07
Stored value disappears when setting a struct pointer to null in C++ +0.75
Stored value disappears when setting a struct pointer to null in C++ +0.75
How to pass char* argv[] to pthread_create? +0.33
Way to detect if pointer points to a..., exactly where? -2.72
C++ going from one part of the program to another +0.32
Problem with multiplication of signed chars -1.65
Motivation for spawning a new process v thread +0.31
Can someone tell me what this c code is doing? +1.37
How to distinguish UTF-8 and ASCII files? +0.33
what is const keyword necessary -2.22
In languages with try-catch-finally, is it somehow possible to perf... -0.90
What is a function that takes no arguments called? +0.92
Efficient set intersection - decide whether the intersection is lar... +0.49
Which is the appropriate data structure? -0.24
Does return value optimization work, when assigning to a different... -0.66
How detect and handle if object is used as l-value or as r-value? -0.71
std::list Iterator doesn't get assigned 0.00
Modifying underlying char array of a c++ string object +0.26
Will the pointer to a template member function inside a constructor... +0.38
Choosing a STL Container for a very large list -0.36
How should natural sort work if there're several number sequences i... +0.76