StackRating

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

alinsoar

Rating
1413.32 (4,536,008th)
Reputation
8,647 (18,083rd)
Page: 1 ... 5 6 7 8 9 ... 12
Title Δ
Why do str[5], str[] = "1234" and str = malloc(5) have di... +0.84
How to print really large numbers within a tribonacci sequence -1.11
Does printf consume stack frame in C? -0.62
logical operators as conditionals in c +1.29
integer promotion in c -1.40
What exactly is stdin? -0.66
Can c declare two function with the same name, return type but diff... -0.72
Why can I goto into the scope of a alloca:d variable, but not a var... +0.53
C WikiBooks - How is C a small "what you see is all you get&qu... +1.27
C function pointer and typedef -0.70
Malformed output with scanf (Hacking: The Art of Exploitation Examp... -0.41
Not able to remove specific bytes from buffer using memcpy +1.56
What is the difference between directly assigning the result of lef... -1.20
I declared a variable in C. How come compiler allotted a memory spa... -0.80
How to perform shift left of 64bit in C -0.61
C array initializing - some basics -0.98
Using Bitwise Operators to Count the Number of 1's -0.13
Why does this function count the number of set bits in an integer -0.82
Write in Scheme a recursive function to compute the Euler's num... 0.00
Why does sequence iteration work in C macro? +2.84
c program to calculate multiples in interval -0.17
Unusual behavior with shift-right bitwise operator -1.46
How would you improve the efficiency of this regex -0.42
Create a method calculate sqrt 0.00
How to figure out a sequence formula? 0.00
How to simplify multiple repeated if/else if statements in C progra... +1.72
Can we write a macro in many lines without the backslash at the end? -0.15
Translation array -0.76
Use gcc preprocessor to define filename for #include -0.17
How can this C code have lambda -1.10
How to open a Linux terminal in a c program ? Is it possibile? 0.00
Kruskal Algorithm (set division) +0.18
When I put my input as 1234, I get my output as 9999, but the outpu... -0.40
What does this declaration means "int(*ptr[3])();"? -0.49
Decide between htons and htonl -1.77
Fast bitwise operations on a long -1.04
Form flag with 3 nodes in a binary tree +1.33
Point to specific rows of 2-D arrays -1.37
C: Generic ADT error when passing function pointers -1.21
Printf not printing out the expected result, why? +3.17
Does the position of `#define` in C code matter? +0.01
Catch-all for if-else in C -0.52
C telling me to initialize variable even though it's already in... -0.85
Read file into multidimensional character array in C +0.41
a = &b vs *a = &b — pointer assignment -0.62
Why is the function floor giving different results in this case? -1.00
Init static variable with static variable in C99 +2.14
Why does my float of 999999999 become 10000000000? -1.56
Is there any possibility to recover A in "A & B = C"... -0.92
Infinite loop when using size_t in a count down for loop -1.29