StackRating

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

davmac

Rating
1559.71 (5,657th)
Reputation
15,790 (8,871st)
Page: 1 2 3 4 5 6 7 ... 9
Title Δ
synchronized on an Object seems like it's not synchronized 0.00
Why can't I swap memory address of two variables using a functi... +1.44
TCP socket: Why BufferedReader.readLine() get NULL? -0.06
Why is this C++ program slower on Windows than Linux? +2.01
How to Pass (void**) to Function and Efficiently Dereference/Use fo... -1.35
Double precision discrepancy between C and Java +0.34
What happens to address's, values, and pointers after a fork() +2.21
In C++, how much memory do enum data types consume? +0.70
What is a native bridge 0.00
Why DOES == sometimes work on Strings in Java? +1.08
Optmization for quicksort in x86 32-bit assembly +2.04
C global anonymous struct / union +1.18
Friend declaration and explicit template instantiation declaration 0.00
How to define struct 'Atom' in C? Which is better? Why? +1.79
epoll_wait() in a thread after close() +0.35
Is memory barrier or atomic operation required in a busy-wait loop? -1.39
How to allocate "huge" pages for C++ application on Linux -0.58
How can I call the corresponding method given the generic type argu... +0.51
Java generics in inheritence 0.00
Deleting caller object safely within a callback function 0.00
c thread concurrency and memory mix up 0.00
Isn't this C code creating a dangling pointer? 0.00
moving values to ax register but when printed the values are exchan... 0.00
Using Splice to Copy File to stdout +0.46
Is the behaviour of the compiler undefined, with Undefined Behaviour? -1.20
Does Symbol table for C++ code contain function names along with cl... -0.46
What does public<T> void run (T object ) { } means? +0.99
What is the difference between these two casting methods in C++? 0.00
which is more efficient, hash vs array 0.00
C-program does not return from wait-statement -2.10
Templates and Generics. Why can I do the following in C++ but not i... +1.83
What does "[&]" mean in C++? +1.21
x86 assembly: ADD/SUB/INC/DEC without overflow and branching +2.61
Integer representation(s) of NULL constant: Guaranteed to be unique? 0.00
Convert char to float in c +0.60
Division of very large numbers 0.00
Linux local communication sockets: Why is bind() not failing as exp... 0.00
How to tell Java that two wildcard types are the same? +1.53
Basic spin-lock mutex implementation ordering -0.12
C++ instance variable on stack stored as a pointer -0.65
Volatile keyword does not work as expected with multiple instances... +1.20
Need help in understanding this c++ syntax [ const char * what () c... +0.41
using reinterpret_cast to convert char* to vector<byte> +1.86
How to read bin file (FAT16 partition) from a Memory Mapped File in... 0.00
Read PATH variable using Java (in Eclipse on Mac OS X) differs from... -0.03
Why can't I create an array of a type parameter in Java? +0.15
C++ placement new vs copy assignment 0.00
Unable to Access Casted Void Pointer -0.18
Recursive Multithreading in C -0.04
What is the difference, if any, between LONG and FAR jumps in Assem... +0.47