StackRating

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

PSkocik

Rating
1549.47 (8,109th)
Reputation
36,164 (3,145th)
Page: 1 2 3 4 ... 27
Title Δ
Alternative while loop without break +1.66
How to access same memory address as two different data types (uint... -0.82
What does initializing a string to {0, } do? -1.26
Are ternaries or if statements faster?­ -2.51
fifo: Unblock pending open calls -0.69
ftok: Resource temporarily unavailable 0.00
What is the advantage of a pointer to the base address of an array... +1.78
Using a variable across multiple files without declaring it with ex... 0.00
Can't convert to Lower/uppercase a char* pointer using a loop i... +0.62
Make methods available everywhere 0.00
Can I reuse a pointer after reallocating memory it points to? -1.90
Will the compiler optimize the for loop to match the bus width? 0.00
Memory Location of a Pointer Declared Inside a Function +0.43
Split program to .c files and .h files in C. Global variable issue -0.33
Is it possible to write a _Static_assert in GCC/GNU C that would ve... +1.78
Is short circuit evaluation a language feature in C/C++ or compiler... 0.00
How to check if a process is ignoring or handling a signal? -0.51
C macro parameter test at design time +1.19
Which way is better to pass arrays as function arguments in C? -1.36
C enum-like preprocessor define with dot access to "fields&quo... 0.00
av[1] and av[1][0] Not the same address? -0.77
Ignoring a signal on C 0.00
typedef in c: struct or function reference? 0.00
Negation operator on unsigned char -0.97
I haven't found the answer to this, why continue in switch case... +1.22
Why printf() in while() as a condition prints different output +1.27
Is there a function that can append to the front of a string withou... +1.01
Get pid from brother process -1.58
Is it allowed to use aliasing in __builtin_add_overflow? 0.00
Set UMASK value only for non root users 0.00
What does = { 0 }; mean in a structure initialization in C? -1.23
Why does C's BNF grammar allow declarations with an empty seque... -1.01
Strange behavior when functions created in pthread_create accept po... 0.00
Is there objective reason against using braces even where not neces... +0.99
Including typedef enum from header file in another header file +0.45
Why use fixed length allocation instead of static allocation? +0.51
Given a memory address, how do I print the byte located at that add... +1.27
Are a+=k and a=a+b different in c? +1.27
C++ Change only lower 32 bits of an __int64 variable -0.62
What's the easiest way to convert from binary file to a C integ... +2.00
Dereference Operator Before an Array Element? +0.28
How to check if pid is threads or process -0.04
The behavior of unary & operator when met [] +2.79
Why is 0x1 interpreted as less than 0xC0000000? +2.74
va_list argument actually is not a va_list +2.49
Is it possible to handle each element in a variadic macro at compil... +0.37
Compile errors when accessing a structure element using stringified... 0.00
C macro to assign a value -1.83
How do I make an infinite empty loop that won't be optimized aw... +0.24
Extern variable with different types in C 0.00