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 2 3 4 ... 68
Title Δ
What is the difference between a constraint (restriction) and a &qu... -1.75
Why do compilers pad structs in C/C++? -0.45
Is shifting bits dependent on the endianness? +0.47
To what lengths should I go in order to avoid raising `FE_INEXACT`... 0.00
Reverse CAS where store only takes place if new value has not chang... +1.85
How to access user defined data types declared in .so (shared libra... 0.00
why can't you initialize values of structs outside of main() in... +0.70
Would if be correct/worthwhile to put __attribute__((const)) on a f... 0.00
Why decrement %rsp when everything can be done via registers? 0.00
getaddrinfo: Address family for nodename not supported in MacOS +0.32
How can I represent a given memory layout, rather than mathematical... -0.14
Can I load symbols with dlsym from memory 0.00
pthread_mutex_init result in Segmentation Fault 0.00
If statement in C () 0.00
GNU C replacement/workaround for typeof/__auto_type applied to bit... 0.00
Why aren't unreferenced symbols not optimized out by default? 0.00
On the practical advantage to C99's array size "guarantee&... 0.00
What other compilers do I need to worry about struct packing? 0.00
Thread termination with pthread_exit followed by return - Strange e... +0.35
What is an efficent way to compute floor(log(m / n)), where m and n... +1.36
why OS create the virtual memory for running process 0.00
typecasting unsigned char and signed char to int in C -0.43
In C, should inline functions in headers be externed in the .c file? +1.36
Why is const int x = 5; not a constant expression in C? -2.01
C When division, MSB get set 0.00
Why can't a defined, fix-sized array be assigned using a compou... +2.16
What is the difference between exit(0) and raise(SIGTERM) +1.50
Do I need to free the result of strerror() in C? +2.33
Making a function that defaults to aliasing an externally defined s... -0.12
implicit declaration of function 'link'; did you mean '... 0.00
Why cannot I get 2 gigabytes from malloc? +1.31
How to make pthreads work concurrent without pthread_join() +0.98
In an arm32 image-based container, readdir returns EOVERFLOW when d... 0.00
FILE *tmp = tmpfile() always generates NULL pointer in C? +0.71
What does POSIX mean when it says stderr is expected to be open for... 0.00
"program_invocation_name" not compiled under MacOS -0.33
Non-spacing characters in curses -1.98
Constructor in shared object not called in when LD_PRELOAD-ing a go... -0.65
Can I realloc() an unallocated pointer? -0.65
Is any operation needed prior to write(fd,...? 0.00
regex_search() equivalent in C 0.00
Why does an object returned by value have the same address as the o... -1.10
Can't free malloc in c +0.34
POSIX partial write() and Signal Interrupts +1.69
Is jumping over/removing `PHDR` program header in ELF file for exec... +1.91
Pthread_join returning variable value as 0 -2.19
Why is alignof(max_align_t) 16? 0.00
Practical uses for compound literal expressions? +0.09
Why does `std::time` have an unnecessary parameter? 0.00
Where does syscall write set errno to EINTR? 0.00