StackRating

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

R.. GitHub STOP HELPING ICE

Rating
1620.38 (1,090th)
Reputation
163,533 (327th)
Page: 1 ... 20 21 22 23 24 ... 68
Title Δ
Why the mentioned code is undefined behaviour in C -1.06
In which scenario would "unroll-loops" not making result... -0.62
Access vDSOlinux. 0.00
what are the commonly used libc header files and their functionalit... +0.86
Oracle Pro*C/OCI install handlers for SIGSEGV/SIGABRT and friends -... 0.00
replace usleep with nanosleep +2.08
After calling fclose(), how quickly will the file be available to a... +0.38
atof accuracy with double is causing grief -0.58
Get how many characters sscanf has read? (%n) 0.00
Can small functions defined in dynamic libraries be inlined? 0.00
Is it possible to write an _alloca-like function in C? -0.79
Why "kill -15" fails sometimes? 0.00
Long data type calculation - Why is Java much faster than C++ +1.67
sigaction handler does not close the process 0.00
When is it valid to access a pointer to a "dead" object? -0.14
Why is `*(multi + row)` producing a pointer address instead of a va... -0.67
What's a good way to implement simple clone() based multithread lib... +0.38
Where can I find the C89/C90 standards in PDF format? +1.49
How to convert string to int64_t? -1.95
Can I re-cast an entire array from *void to *int? -1.50
Create Large File in /dev/shm in parallel: performance -1.27
Rigorous definition for CSV file reading/writing +0.57
getcontext und setcontext won't work in functions 0.00
Why glibc's fclose(NULL) cause segmentation fault instead of return... +1.28
Exit while performing asynchronous I/O operation 0.00
Is C99 support really still not widespread? +0.37
Why does returning a floating-point value change its value? -0.44
How to get page-aligned memory from operator new or malloc for mremap +1.48
What parts of ELF file should be loaded in to the memory? +0.32
Accessing C union members via pointers -1.19
Can endianness refer to bits order in a byte? +0.18
Find both min and max together: algorithm should be faster but isn't +0.38
C - Threads using execl suicides itself 0.00
Does it make sense to do a select() when using ONLY 1 non-blocking... +0.98
Is support of Annex K in C11 required for a conforming implementati... -1.82
Rounding to specified absolute decimal precision in C90/99 0.00
is there any consequence if I create a lot of pipes in the same pro... -2.72
Different rounding between assignment and printf +0.37
Why printf("%s",(char[]){'H','i','\0'}) works as printf(&... -2.26
Convert negative angle to positive: Involves invalid operand use +0.26
what is the value range of thread and process id? +0.70
Why aren't we allowed to use even global const qualified variables... +1.74
Solving a Variable Equation defined by the User -0.85
Strict comparaison between char and int -0.09
Is this a valid C program? +0.65
Is not passing all the arguments to a function bad? -0.38
Multithreaded directory work in C 0.00
shm_open and ftruncate race condition possible? 0.00
C - Implementing fetchAndSet with GCC atomic builtins -- is there a... +0.39
How is {int i=999; char c=i;} different from {char c=999;}? -0.74