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 ... 27
Title Δ
How to initialize array of structures after declaration in C +0.96
C/Lex/Yacc - How To Write The Most Basic Parser Generator Using Yacc 0.00
Why does global variable definition in C header file work? +0.89
Function pointer as "tag" in tagged union 0.00
Literal for short or char (integers) +2.74
Is there a way to pass a variable as parameter to int open() functi... 0.00
Is sizeof a function or an operator? +0.96
Are an incomplete enum and a complete enum compatible types? +1.26
How to save a splitted string in character array contained in struc... -2.01
Making a C macro substitute itself as a function call in the result? +2.73
A different situation in switch case 0.00
A question about precedence and associativity in C +1.50
Is casting uint8_t* to uint32_t*, or uint64_t* well-defined in C99... +2.02
Do C struct members inherit compiler attributes? -1.35
How to access enum defined within a struct in C program +2.38
Can prototype set function linkage? +0.12
Cast int (*a)[4] to int *p +0.64
read always read less octet than asked 0.00
Sending integer over windows socket in c +2.52
Can a TCP connection between two local processes be closed without... -0.12
Outputting bit values for unsigned short (C) +2.09
How to have 3 calls of fork() and create 6 processes without using... +1.06
Difference between inline void and void inline in C/C++ +0.46
how can i make my program sleep for some amount of time? 0.00
Why do we need a wait() system call? +0.46
Is the visibility of a function written in C across the project fil... -1.44
C declarator understanding -1.18
How do I make a C program wait for a few seconds? -0.91
What does the type "char *const *args" mean in the parame... +2.22
pthread is slower than the "default" version +1.77
Filling an array in preprocessing -1.01
allocating address zero on Linux with mmap fails 0.00
Does a freed memory set pointers referencing to it to null? -2.22
How to choose the error code for an error? 0.00
const declaration with array arguments? -0.98
Does function pointer need parethesis in c? -1.20
Wait until a condition becomes true in bash -1.24
Get stack-boundaries on Linux 0.00
Accessing struct elements using single pointer? 0.00
What is IPC_EXCL short for? 0.00
When to check for nullptr inside functions with a pointer parameter? 0.00
Function Pointer Declaration 0.00
The most efficient way to initialize array member of struct? 0.00
What happens with address of operator for variables that the compil... -1.16
How do I add a custom struct to an array in C? 0.00
Using a variable in a file with extern keyword which is defined as... 0.00
Allowing struct field to overflow to the next field +0.12
Do all null pointers point to the same block of memory? +2.21
Share sizeof(array) between two modules +0.25
How to make the compiler check an array length? -0.06