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 ... 5 6 7 8 9 ... 42
Title Δ
Can someone explain this bitwise C code? -0.46
don't getting correct volume of a sphere from my C code? +0.42
_Generic: multiple types to a single value? -2.00
_Generic: multiple types to a single value? +2.00
Is unary minus equivalent to binop minus? 0.00
Add zero arguments function to _Generic macro +1.91
Incorrect output of code after using pthreads +1.58
Cost of union access vs using fundamental types -0.11
C - Login using file handling and linked list -0.31
C11 VLA matrix access +0.43
Typcasting from void* to int and vice versa 0.00
Linked list :: hash table :: Valgrind error :: Conditional jump or... 0.00
C11 - enums in Generic Selections 0.00
Strange behavior when attempting to obtain number of digits of unsi... -0.80
"rand()" not working, i keep getting the same number afte... +0.67
Why you cannot return fixed size / const array in C? -2.19
pthread_join function in c 0.00
gcc error: string length too great (C11 type-generics) 0.00
Standard guarantees for using floating point arithmetic to represen... +1.65
Extern Inline Risks 0.00
C11 network programming +0.45
How define array to fit negative indexes? -0.39
how to concat a space with a symbol using c macro +2.48
Why can't we use variables inside a case in switch construct? -1.95
GDB not understands code -0.03
How to use noreturn with function pointer? 0.00
Populate struct tm -0.87
temporary file location when using tmpfile() in C +1.74
Is there a way to use GCC __attribute__((noreturn)) and <stdnore... 0.00
Behaviour of restrict keyword inside structs +1.27
Is function invocation at translation time valid? -0.75
Can an unsigned long become negative when multiplied by a float? 0.00
How to determine if C11 _Generic is supported by the compiler using... 0.00
Is this behavior (apparently an out of thin air store) forbidden by... 0.00
Are C Shared Object Backwards Compatible (Standard-Wise) 0.00
int * vs int [] vs int (*)[] in function parameters. Which one shou... -2.01
Why is a signed int is auto-casted to an unsigned int if the comput... -0.18
C11_Generic deduces true and false as integers -0.60
Scope of parameters in a complex function definition +1.67
Print Unicode characters by code +1.98
#if TRUE vs #if YES vs #if 1 are different in Objective-C? -0.34
integer to string conversion using itoa() -0.42
c stringification and __function__ +1.64
Volatile and its harmful implications -0.60
Acessing a locally declared struct outside of it's scope +0.83
Best practice to represent bit string in hex (Arduino) -0.37
Is this code breaking strict-aliasing rules? +1.56
Deep stack unwinding 0.00
Do something while sem_wait in C +2.85
why % operator can not be used for float in C/C++ but can be used i... -0.07