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 5 6 ... 27
Title Δ
Show Only Local Top-level Directories in Root (Exclude Mounted File... -0.04
Including the same header files in a self-defined function again, w... -1.97
Will the address pointed by pointer change if we change char* ptr = ; -0.32
Standard compliance of a C macro +2.94
warning: format ‘%d’ expects argument of type ‘int *’, but argument... -1.30
Is the "NULL" or "\0"-sign, of a Null-terminate... +0.33
C print file path from FILE* +0.03
GCC: don't include system information in shared object 0.00
How to display local (non-external) symbols in a C-program using `n... +0.42
Passing array as a parameter with its size inside brackets -0.62
what does (.text+0x20): undefined reference to `main' mean 0.00
Better alternatives to assert(false) in C/C++ +0.09
How to check which process is running? 0.00
Why is it undefined if multiple threads join a thread? +2.08
What happen when comparing two numbers of different sign in C langu... 0.00
Consistent syntax for obtaining output of a command efficiently in... +0.15
How to disable overriding function in c programming 0.00
Use of comma in a typedef declaration? +2.69
Why NPTL threading in Linux still assignee unique PID to each thread? -0.03
Wrapping a function +2.01
What is the machine encoding of 4 -- Is it 011 0100 (ascii) or 0100... -1.44
Why using timer_settime() affects on sleep() function 0.00
If a file has been deleted, but a process still holds a file handle... +2.44
Call exit() without argument +1.70
Use of return(0) -0.55
How to call destructor of object on termination with Ctrl-c? +2.34
what is the difference between using the same value for two case la... -1.56
Can I make the file descriptor limit a per-thread limit? 0.00
Stop macro expansion of bool +2.82
Postfix expression (type-name){initializer-list} +2.19
Do statically allocated arrays in C use all of their memory even wh... +2.02
How to initialize array size in a library in C? -0.59
C/C++ SIGINT received between condition and blocking call +2.04
Setting permissions for open() system call in C 0.00
Convert int* to int(*)[n] in C / C++ +2.20
Retain root privileges during long processes -1.38
fread of binary file returning negative value +0.22
(struct *) vs (void *) -- Funtion prototype equivalence in C11/C99 -1.58
Prevent read() systemcall returing with 0 when run as background pr... -0.97
Get filename of dynamic library within the library itself 0.00
The program compiles, but when provided with an input, does nothing +2.01
How to stop control-d from exiting shell in c -0.16
using bit shifting variables inside if statement - error or not -2.92
(Array Parser) token parsing flex/bison strange behaviour 0.00
Is the return statement considered to be an expression statement in... -0.68
"setrlimit()" is not affecting the running process 0.00
How to define hash table? 0.00
How to initialize a global with some logic? +0.53
Getting the value of *ABS* symbols from C 0.00
Is there a proper way to make a 'print message and continue'... -0.01