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 ... 19 20 21 22 23 ... 66
Title Δ
When will struct packing issues crop up? +1.07
How a sequence of numbers can be converted to a single number? +0.39
synchronize 1 producer and more than 1 consumer(multithread) -1.74
Why does the sizeof return a value when element is not set? +0.81
Cannot understand why that behavior +0.86
Do we need to overload == operator if I have overloaded <? -0.51
what difference between while(*p){p++;} ,while (*++p){;} and while(... -0.91
Is Anthony William's "C++ Concurrency in action" a proper... -1.08
How do I combine multiple char reads into a std::vector? +1.01
C++ : Base type member variables as References, or Pointer -0.27
Isn't calling `list<T>::end()` inefficient? +0.22
How do you efficiently decrypt information with no noticeable lag t... +1.60
lower_bound == upper_bound -0.05
free char pointer inside a function -0.69
Algorithms to represent a set of integers with only one integer +0.90
What does a pointer value mean? -0.44
Garbage values in a multiprocess operating system +1.60
Why do the string functions in C work on arrays with char instead o... +1.04
What's the technical difference between a linked list and a stream? -0.98
Generating exactly certain number of unique random numbers from a s... -0.32
Crazy talk (paranoid about initialization) +0.30
What is the type of a constant method pointer? 0.00
Python large list manipulation -0.51
Comment wizardry -1.12
Decrementing an off the end iterator +2.01
Why is dependency injection better than using factories? -0.37
How to return a float array in c and save it an array of floats to... -0.67
misunderstanding the global operator overload rule +1.40
Robust functions +0.28
Where does constants, literals and globals get space +1.12
Change Preprocessor value in objective-C -2.30
Finding prime factors -0.73
trivial and POD types with user-defined constructors 0.00
precision of argument in pow() of C 0.00
Thread safety of std:map and std:set -1.40
Right cast for a void* pointer -0.96
Const-correctness in C 0.00
Locate the most costly methods and evaluate/profile them -0.11
changing behavior of derived class function with minimal or no effe... +0.42
Does equal amount of constructor and destructor calls ensure no mem... -0.08
LNK 2019 and LNK1120 errors on a simple c++ sorting program 0.00
Avoiding any automatic variables when `std::vector` resizes its mem... +0.83
why PyObject* can point to any object in python? +0.32
C++: container replacement for vector/deque for huge sizes -0.73
overriding virtual function return type differs and is not covariant -2.33
Why are const qualifiers in function arguments used for overloading... -0.67
Time complexity to get min elements from MAX heap -1.16
Reference to Pointer Type 0.00
How do you save the function from a function pointer as a class' me... +1.02
deleting object allocated with a custom new operator 0.00