StackRating

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

Eric Postpischil

Rating
1674.77 (285th)
Reputation
91,475 (854th)
Page: 1 ... 45 46 47 48 49 ... 69
Title Δ
(Game of Life) How to loop through outer layer of a matrix without... -0.44
What will fprintf do if it caused an error before? why? 0.00
Writing directly to memory location in C works in microcontrollers... +1.37
C IPC - cannot receive message from queue 0.00
C function pointer in a struct not changing the values when called 0.00
Initialize array size in C at File Scope -1.89
When Will static_casting the Result of ceil Compromise the Result? +0.00
Loss of precision in float operations, due to exponent differences? 0.00
How to do safe arithmetic on the char type 0.00
Is 0.0 / 0.0 a well-defined value? +1.58
How is NaN saved during run time? 0.00
Why does numeric_limits<float>::min() not actually give the s... +0.89
std::stod throws out_of_range error for a string that should be valid +1.66
Passing anonymous parameters to functions in C -0.62
Endianess using %d specifier for float -2.03
c - empirical run-time analysis +1.84
Error in Understanding of this C codeline 0.00
Aren't static variables limited to the compilation unit? -0.22
why identifiant user (uid) to some program is 99999? 0.00
Is this memset-memcmp on a struct variable valid C? +1.36
loop control is throwing undefined behavior 0.00
Why cannot we declare a variable after a switch case colon without... +0.42
Go float comparison +0.33
Cannot understand how fixed point representation work? +0.96
c how to union let you treat data as one byte array -0.62
Floating point rounding error moves reported result inside range -2.53
Why bitwise complement of a 1-byte variable returns a 4-byte value? +2.02
C Double Literal NaN with Payload -1.22
Software implementation of floating point division, issues with rou... 0.00
Cross-compiling with GCC 0.00
Generate sine signal in C without using the standard function -0.73
Does array subscription count as taking address of object? -2.50
Freeing the stack +0.28
Optimising this small function which will run a huge number of time... 0.00
Initialization of variables -0.27
Unsigned int not giving expected value -0.19
Creating an evenly spaced array of double precision values +0.30
updating const in c programming +1.67
Why does my function only update the struct when I pass it with an... 0.00
Associative Property on floating point number additions 0.00
Is there any chance system.h file I made for my C programing assigm... 0.00
Generic preprocessor macro enabled check -2.21
Generic preprocessor macro enabled check +1.79
fragment of code from the Clang documentation page 0.00
NEON int32 conversion to float gives wrong result -1.51
Compilers and Instruction sets 0.00
Why `sum([0.1] * 12) == 1.2` is True meanwhile `math.fsum([0.1] * 1... 0.00
Dynamically alloc size of array based on user input in C -0.76
C - Storing pointers with malloc() in an array, can't free() th... +0.29
How to match .c and .h properly? +0.33