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 ... 36 37 38 39 40 ... 62
Title Δ
Export a variable to the environment from a bash script without sou... +0.28
Pointer dereference in an assignment -0.94
Why printf("%s",(char[]){'H','i','\0'}) works as printf(&... +1.56
Why does sizeof(argv)/sizeof(argv[0]) give me the size of an array... 0.00
are signed integer and unsigned integer one-one mapping with each o... 0.00
Precedence and associativity of operators in C +1.47
What is the bestway to return a char pointer? -0.26
Why sort f >f will delete everything? +1.26
How is {int i=999; char c=i;} different from {char c=999;}? +1.61
Which path format to use in C on Windows, "D:\\source.txt"... -1.98
Why can I still access a member of a struct after the pointer to it... -0.77
csh one liner to compare 2 zipped text files 0.00
About "NULL" in this specific code -0.46
Where can I find the C specification? +0.32
Does gcc have any options to add version info in ELF binary file? +1.53
srand() is not working below initialization of array randomly -0.21
GCC errors out on code that used to work fine -0.67
different types of Static in C -0.69
Finding files that are *not* hard links via a shell script -0.73
Which is more efficient: char str[] or char *str? 0.00
Why does overflowing array initialization give warning but overflow... -1.68
What will happen if I don't include header files +0.55
what does this statement in c means? +0.34
alias maybe shouldn't be an alias? -2.59
getchar() not acting as it should? -0.12
Why it didn't need link libm? -2.57
What is the dimension of a array with 4 brackets -0.32
GNU Screen inside GNU Screen, who is in command mode? 0.00
printf char* pointer which points to long and float +0.47
Pre-ANSI C use of struct selectors -1.44
Logical AND operator in diab 5.7 compiler returns non-bool type 0.00
Issue with fahrenheit conversion formula in C -1.20
Redirector "<<<" in Ubuntu? -0.43
How can a char variable accept Pointer(NULL) as its value? +0.56
Is the bash function $RANDOM supposed to have an uniform distributi... 0.00
Why does gcc allow dereferencing to occur when the pointer isn't po... +1.06
make: pwd: Command not found 0.00
Echo but retain double quotes +0.32
ANSI to UTF-8 conversion 0.00
C/C++: do built-in objects such as `int` `double` always stay in th... +1.54
sleep() causes segmentation fault +0.33
Are int8_t and uint8_t intended to behave like a character? +0.94
What does "for each value converted" mean in the followin... +0.50
Set the value of a C string to a string literal +0.33
How to protect shell script's code -0.17
scanning until EOF in c -1.47
Bash - Formatting values +0.43
C compiler relocates pointer that overlaps another variable 0.00
use printf to print character string in hex format, distorted results 0.00
What's wrong with int main()? +1.41