StackRating

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

dbush

Rating
1674.89 (283rd)
Reputation
111,709 (609th)
Page: 1 ... 52 53 54 55 56 ... 90
Title Δ
Output of printf out of order 0.00
Can I make this if statement with lots of ORs more concise? +0.47
search for a server in a network 0.00
How to clear bits of unsigned char array in C? +0.29
C++ anonymous struct unusual definition +1.53
How to implement foreach loop on multidimensional array in C? +1.05
C: mysterious core dump at "printf" +0.29
Will the Heap Scope be freed successfully while the Pointer Value w... -1.70
distance from root to a node of a binary tree 0.00
How can I output my string array by passing reference in a function? +0.51
C++ unreasonable result of pointer arithmetics in microsoft visual... 0.00
Write to Struct offset using definition (C) +1.34
SQL error: near ":02": syntax error 0.00
Why can I reinitialize a constant inside a loop? -0.65
Empty array with empty initializer -1.44
making a global struct pointer available to multiple source files +0.84
Most efficient way to set n consecutive bits to 1? -0.68
Is a conversion to `void *` required before converting a pointer to... -0.71
Does it make sense to exit(0) after a call to execl()? -0.99
How to get the PID of a process that was started with system() in a... -0.21
How to make fprintf() writes immediately +0.29
Is comparing to a pointer one element past the end of an array well... 0.00
Overflow appears even when using unsigned long int -1.57
Create an array of struct and clear it? 0.00
Declare macro of multiple values and access it as an array +0.60
a long option whose "val" happens to be `0`? -0.59
Simplifying (and make it more legible) logic condition +0.60
"Factoring" SQLite DB connection in C 0.00
Exercise: Using pointers cross-function in C Language returns error... -0.20
Nesting an array of structure into another structure -0.24
char* passed through function prints nothing +1.38
Code not able to measure milli-seconds passed +0.03
variable-length-arguments in C 0.00
Do local variables declared in a function disappear after the funct... +0.86
Is it wrong to include circular dependencies in two structs in two... -0.49
What are the differences between for loop and while loop? -0.20
Can still print a string after I freed it? -1.81
How to copy the content of a structure​ in another structure in C +0.31
Occurence of a element in unsorted array by O(n) +1.06
What is the difference between *(a)++ and *(a++)? +0.33
JNI: calling C from java 0.00
What does int (*ar) [] declaration mean in C? -0.38
Memset struct pointer causing null check failure -0.64
Query in left shifting of unsigned char 0.00
c languange temperature converter : fahrenheit to celcius 0.00
Setting Variables in a C struct just like in a C# class constructor -1.44
Questions about conditionals without a comparison 0.00
returning random values from variables of dynamic array with struct 0.00
Segmentation Failure Reverse Array 0.00
Why does my program produce seg-fault when assigning memory to a do... +0.30