StackRating

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

chux - Reinstate Monica

Rating
1535.35 (14,424th)
Reputation
88,654 (889th)
Page: 1 ... 22 23 24 25 26 ... 111
Title Δ
Short to Char Casting 0.00
Can't communicate when software flow control is disabled for se... -1.82
C printf specifier with variadic arguments. At which point is the u... 0.00
Difference between strncpy and snprintf? -1.83
C - Read hex number and check if less then zero scanf() 0.00
What happens to a pointer to another pointer when the first one is... +0.60
Corrupted heap in C and I have no idea why 0.00
Trying to print total space in bytes in directory and all sub direc... -0.16
How to check if integer input is empty in C? 0.00
Using preprocessor to define pointers -1.93
read and store the C string value 0.00
Unexpected result in integration of a function +1.78
Initialize each member to an empty C string 0.00
Unknown type name in C? 0.00
Accessing structure within structure times 3? -2.99
Why does this code break when -O2 or higher is enabled? +0.78
why can't you shift a uint16_t -1.85
Get size of bit-field struct members -1.86
What asterisk position means in C functions building? +1.48
Conversion of hexadecimal string constant to decimal value using C -0.20
How many values can be represented in a given range by a float? +0.21
adding and freeing a 2d array through a function in c 0.00
How to take and at a same time dumb an unwanted input? (scanf) 0.00
How do I Convert double or float (all digits) to int? -0.11
Multiple structures in a single malloc invoking undefined behaviour? +0.47
Are both of these statements equivalent? +1.48
invalid conversion from ‘int*’ to ‘unsigned int*’ [-fpermissive] 0.00
What are the risks of parsing numeric strings into floats? 0.00
EXC_BAD_ACCESS when reading from csv file using fgets and sscanf 0.00
How to fix casting a pointer to an integer? +0.36
Multiplying string -1.95
Some extra characters are being printed at the end of decrpted mess... -0.16
Maximum/minimum value of #define values -0.40
volatile for variable that is only read in ISR? +1.78
Implement `memcpy()`: Is `unsigned char *` needed, or just `char *`? +0.56
Is `memcpy((void *)dest, src, n)` with a `volatile` array safe? +0.92
Rotation of binary number in C -2.26
Converting hex digits to decimal for comparison (C) 0.00
difference between &array and &array[0] in C +2.30
Extra zero's at start of print statement when some invalid inpu... 0.00
How to replace a value in a file line with another value? 0.00
How to set the maximum and minimum limit for a variable in C? +1.88
Does C99 mandate a `int64_t` type be available, always? +0.76
Getting the wrong number of elements in a dynamic array +1.25
Printf formatting an integer to have a maximum and minimum of 2 dig... +0.18
C Program Structs Assignment Invalid Octal Digit 0.00
sscanf does not correctly convert floats when size of array is fixed 0.00
Should a cast be used to truncate a long variable? -0.89
How can I handle \n(new line character) in the code below +0.40
How to printf("%0x") with the number of digits determined... +1.64