StackRating

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

Keith Thompson

Rating
1655.10 (491st)
Reputation
201,643 (229th)
Page: 1 ... 13 14 15 16 17 ... 62
Title Δ
Mechanics of 'x % y != 0' in C++ +0.28
cshell cannot set array of strings with spaces 0.00
series of commands using nohup 0.00
Is the sizeof operator needed for malloc? +1.15
Is there a way to code a qsort comparison function for unsigned int... +0.41
Typecast to unsigned char and multiply the variables +1.50
Why is implicit pointer of pointer to pointer conversion legal? +0.99
What is the proper equivalent of "while(true)" in plain C? -0.35
Why does defining main() with no return type compile with no error? +1.77
Difference between fflush(stdin) and flushstdin() -1.58
Strange behaviour when checking for NULL character in 'C' +1.80
Set variables versus env variables Linux(debian) Bash shell 0.00
Git detects directory with extension as file -2.71
Differences between arrays, pointers and strings in C +1.07
Is there a proper defined way to separate command arguments in C? -2.06
expected identifier or '(' before '~' token +0.30
What does slash dot refer to in a file path? +0.71
Compiling a .CPP using GCC -1.33
expected identifier before token ( -1.66
boolean variable has value without initialization? -0.45
Random Behaviour with the format specifier -0.08
How is it that "sizeof (char[0])" compiles just fine with... +1.19
In which situation does function prototype have to include paramete... 0.00
How to check if there is a `\0` character in a filename using C? +0.79
Why the standard mentions the order of allocations in allocated sto... 0.00
Word variable when assigned to int type variable,it has ffff in fro... +0.82
Pass unsigned char pointer to atoi without cast +0.30
Are the remote and centralized repository the same thing in git? +1.26
Correct way of using getopts 0.00
gcc -E does not expand C11 _Generic expressions -0.70
Convert Integer to Unsigned Long -0.05
Compiling requires to #include "stdafx.h" -0.69
Git for Windows equivalent for open current directory command -1.07
malloc return typecasting confusion +1.31
Overflow of an enum type in C? -1.83
Defining constant-variables with a C macro +1.19
Running a crontab every 15 minutes not working on linux redhat +1.48
What is wrong with this expression? "if (factorarray[x]%2 == 0... +0.72
How to stop minute cron job? +0.73
How to cause a C++ program to exit +0.31
Special character length -0.71
Size of pointer, pointer to pointer in C +0.30
Why can C compile time() without its library? -2.11
Understanding operators in C +1.70
Set cron to run at 5am PST in crontab -0.19
copy/paste between two instances of console vim +0.32
Integer to custom type conversion in Ada 0.00
How to use rand -- C99 version -1.17
Why can a textual representation of pi be compressed? +0.30
Different behavior of printf() in Turbo C and gcc when trying to pr... +0.07