StackRating

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

Marco Bonelli

Rating
1659.51 (438th)
Reputation
24,297 (5,303rd)
Page: 1 2 3 4 ... 17
Title Δ
Programmatically determine if a variable's value was computed a... +1.76
Proper way of closing a unix socket +1.59
C pointer with char[], const keyword ignored? -2.24
How to treat implicit function declarations as errors with CMake? 0.00
Most efficient way to find prime factorization of 2 for a positive... +1.62
Why does scanf() appear to load an address lower than that of the b... 0.00
Packet analysing in wireshark - How to distinguish HTTP protocol fr... 0.00
Calloc implementation 0.00
What's the reason for BUG_ON in __get_vm_area_node? 0.00
Judge whether the current process is running when SMP is turned on 0.00
How to use cookies with Python requests module? 0.00
C program not seeing snprintf after including stdio 0.00
For loop string iteration does not work when checking for NUL with... +1.05
How is main() called? Call to main() inside __libc_start_main() 0.00
Is is necessary to use volatile when writing to hardware in C or C++? -2.01
Why am I not able to view the clone() system call in strace output... 0.00
Why does the index for the fibonacci sequence need to be less or eq... 0.00
Why does the push instruction change the value of rsp? 0.00
Does skb_unref() behave as it's meant to? 0.00
Is it worth inlining a function containing one tight loop? +0.99
Declaring local variable to the main function 0.00
How to print logs on both console and file in C language? +1.40
How do I prevent infinite stdin looping? 0.00
Syntax error with python list comprehension +0.34
Inside the Linux kernel, does the `nice` priority level of a task g... 0.00
Is there a way to save into a variable a result that is returned wi... -0.48
Make the dynamically allocated memory free 0.00
How to write multiple condition in if let statement? +1.60
Evaluate string by matching parentheses -2.05
Program compiles after no declaration for wait() function and works... +0.30
Search in Linked List in C -0.35
C socket UPD sendto/revfrom timeout/retry 0.00
Converting integer to bits: TypeError: string indices must be integ... +0.31
How can I change data- attributes on an element through the Chrome... -0.19
About pointers and segmentation fault 0.00
shm_unlink in linux 0.00
Check if first argument is a valid number consisting of only decima... +0.87
How to get current CPU usage with Linux Kernel Module? 0.00
How does simple segregated storage pre-allocate lists of fixed bloc... 0.00
How can I make a copy of a queue in C? -0.69
How do I run a program under GDB with an environment variable set t... 0.00
Thread 1: EXC_BAD_ACCESS (code=1, address=0x68) when trying to open... 0.00
Writing the simplest assembly debugger -1.89
How can I transform a char array to a string representing its value... -0.57
Using execvp to execute command line arguments using full path name... 0.00
How can I replace different format strings using a regex? +1.95
Having child processes printf to redirected stdout correctly 0.00
Don't fully understand the output of very small C program using... +1.41
Register usage in ARM assembly function which is called by a C func... +1.60
How to print a char repeatedly using format specifier instead of lo... -0.20