StackRating

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

Sparky

Rating
1465.04 (4,525,047th)
Reputation
9,667 (15,849th)
Page: 1 2 3 4
Title Δ
What is priority inversion? +4.57
Symlinks and File Redirection +1.06
Why is sleeping inside a critical section a concurrency issue? +0.60
Assembly ADC (Add with carry) to C++ +2.26
why while loop is used for non-dying processes? 0.00
How to optimize this line of C code (checking range)? -0.15
What do people find difficult about C pointers? +0.94
Is if(var == true) faster than if(var != false)? -2.99
Are there any good, modern, online guides to hand optimizing assemb... -0.52
How to completely suspend the processor? -1.55
What is stack frame in assembly? +4.19
Faster way to zero memory than with memset? +0.38
Should we write comments extensively? -1.22
calculating the number of bits using K&R method with infinite m... +4.34
What are out-of-memory handling strategies in C programming? +4.82
Find first unset bit in buffer (optimization) -1.79
coding style: use if/elif/else if each branch returns? -0.76
LZW compression/decompression under low memory conditions -0.69
In C++, Is it good form to write code that executes before main()? +1.24
How to reduce for loop speed -0.56
Faster way of finding multiple of double +1.09
Find existence of number in a sorted list in constant time? (Interv... -3.45
Should checkins be small steps or complete features? -3.03
What is the easiest way to set the value of an entire array? -1.09
What is the fastest search which can be done on a non-sorted array? -0.47
Best way to access nested data structures? -3.73
Why infinite recursion leads to seg fault +1.42
C++ Adding 2 arrays together quickly -3.53
Alternative to C++ exception -2.22
priority queue with limited space: looking for a good algorithm +2.57
Finding number of different paths -0.64
Fastest method to define whether a number is a triangular number -1.91
Pros and cons with a ready-queue for diffrent semaphores in a mini OS -4.92
How extensible should code actually be? -0.56
How to tell if an array is a permutation in O(n)? +0.73
Permutation algorithm in the form of +4.30
Most Efficient way to set Register to 1 or (-1) -1.35
What is wrong with this c strdup code? +1.66
Is return an operator or a function? -0.61
How to combine two 32-bit integers into one 64-bit integer? -3.33
Reading file and populating struct -2.31
Could I ever want to access the address zero? -2.46
Successive success checks -3.11
Fast ceiling of an integer division in C / C++ +4.07
c - dereferencing issue +0.72
What is the fastest way to calculate the number of bits needed to s... +2.13
How to synchronize access to many objects -3.95
How do I detect overflow while multiplying two 2's complement integ... -2.54
Are ASCII diagrams worth my time? -1.14
How to name variables which are structs -2.12