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 ... 28 29 30 31 32 ... 66
Title Δ
Increasing the value of a for loop counter -1.19
Pythonic way to convert list of dicts into list of namedtuples -0.13
Sorting in O(n*log(n)) worst case +0.65
Hashtables: Double hashing when the second hash function returns a... 0.00
ambiguous template overload for template parameter is a container +1.31
Does the standard library have an ordered set? -0.49
theory about p, np problems +0.98
Impossible authentication situation? Hint for algorithm needed +0.64
C++ template to cover const and non-const method +0.43
constant arrays -1.66
Finding number of pairs of integers differing by a value -0.52
C: Dereferencing pointer to incomplete type error +0.52
How to use the += function in a namespace -1.18
What is the difference between copying unsigned int 2 times and uns... +0.31
check if string starts with another string: find or compare? +1.01
Macro definition in C and C++ +0.76
What is the real signature of a C++ constructor after compilation -1.68
How to check if overflow occured? -0.92
What is the "Hello World" of concurrent programs? -0.96
easy way to maintain a min heap with stl? +1.32
How to use string::replace with a char* 0.00
Fastest way possible to allocate an array of strings -1.81
How to detect negative numbers as parsing errors when reading unsig... +1.21
Extracting initial seed value of a PRNG? -0.65
What are the pros and cons of specifying an include prefix in the s... -0.32
Is it possible that a set contains two shared pointer to the same o... -0.33
C Stack allocation +0.14
What is the proper way to forward declare a pointer to a class for... +0.05
Is It possible to apply binary search to link list to find an elem... -0.92
efficient disk storage of decimal numbers in C (C89) +1.21
How can I determine if a compiler uses early or late binding on a v... +0.76
external sorting: multiway merge 0.00
Exceptions handling guidelines for C++ +0.74
Placement new breaks consts and references? +1.45
How to copy (or swap) objects of a type that contains members that... -0.44
Is bit twiddling a good test for embedded engineer +0.84
What is the difference between (char)0 and '\0'? in C -0.27
How much stack space does this routine use? +1.58
Specializing STL algorithms so they automatically call efficient co... +1.81
Changing a macro at runtime in C -0.41
When to use enums? -1.57
extern pointer problem in c++ -1.96
initialisation of const member of base class into derive class -0.47
STL set and map for the same user defined type 0.00
Is it possible to run standard algorithms on vector<MyType> i... -0.67
How to stop double automatic conversion on overflow? +1.47
Is accessing volatile local variables not accessed from outside the... +1.29
size of array in c -1.05
Does "vector<x>::iterator" mean there is a "ve... +0.16
Good practice to free malloc's at program conclusion? -2.07