StackRating

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

Jens Gustedt

Rating
1561.35 (5,367th)
Reputation
66,590 (1,323rd)
Page: 1 ... 26 27 28 29 30 ... 42
Title Δ
building a string with different paramaters that is scalable -1.06
c standard and bitshifts +0.77
Can I rely on malloc returning NULL? +0.12
apparent discrepancy with sizeof and addressof +0.31
Should we check if memory allocations fail? -0.40
Using C macros to create C-style code which maps to Objective-C mes... +1.15
Why don't I get 0, 1, 2 as output? +0.17
C volatile variables and Cache Memory -1.66
valgrind detects memory leaks when using libcurl (no ssl) +0.66
Uninitialized warning with GCC optimizer -1.71
Race condition with MPI +0.53
can flockfile function be used for process +2.81
What is the most correct way to generate random numbers in C with p... +0.16
two variables in a for loop in C -1.25
Create a pointer for constant memory location address??(C programmi... -0.22
Is this code guaranteed by the C standard? -0.35
Strange GCC warning on storage class and type +1.07
The alternative of __sync_val_compare_and_swap function for old gcc... 0.00
Regarding bit masking in C. Why (~(~0 << N)) is preferred tha... +0.12
How can I conditionally include #ident directives in a macro? 0.00
Scope vs life of variable in C -1.35
deadlock occuring in mutex code 0.00
A callback function with C linkage required from C++ -1.87
How to define thread-local local static variables? +0.31
When can a cond var be used to synchronize its own destruction/unma... +0.53
Truncating memory mapped file -0.87
Search of explicit type conversions in C style: a = (int)b; -0.75
How would I discover the suppressed error in Valgrind? -0.03
Can a character array be used as expression for switch statement? +0.91
How can I evaluate performances of a lockless queue? -1.57
What Can I Use Besides usleep in a Modern POSIX Environment? +1.32
C usual arithmetic conversions -0.90
Freeing malloc'ed memory from circular linked list -1.12
Why calloc takes two arguments while malloc only one? -0.46
Deferred bcast wakeup for condition variables - is it valid? -1.12
Define a pre-processor variable for all the files in make 0.00
Implementing mutex in a user level thread library -0.01
About command line arguments of main function -0.64
What is replacement of __attribute__ in ISO C standard? -1.05
Inhibit default library paths with gcc +0.96
Why is int rather than unsigned int used for C and C++ for loops? +1.99
Neat way to handle malloc error without checking if NULL has been r... +1.54
Linux eventfd's initial value and use in a pollable Lock 0.00
Casting a pointer does not produce an lvalue. Why? +1.86
Freeing Dynamic Structure does not release memory 0.00
Thread-specific data +0.53
pointer to an array in c +0.13
How to avoid dynamically allocating memory to save time? -1.47
Stopping Compiler from generating errors in a C++ code that has leg... -0.55
Initialisation and assignment -0.94