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 ... 30 31 32 33 34 ... 69
Title Δ
What exactly does (1.0e300 + pow(2.0, -30.0) > 1.0) do in STDC? 0.00
For a positive integer n, is Math.random()*n >= n possible? +0.46
Cast increases required alignment of target type -1.90
Can anyone tell me how this piece of code works? -0.65
Is it worthwhile changing a C declaration to add type safety? +0.29
Is is possible to cast a simple block of code to a struct? +1.11
Wrong result for atan2 with glibc / libm and float32 0.00
Comparison of Unsigned bit field value with signed values -2.30
Which operator(s) in C have wrong precedence? +0.58
Convert IEEE-754 floating-point encoding to floating-point value 0.00
What is the difference between "file.c" and "file.h&... +1.33
Strict aliasing rule in C 0.00
How is the switch case evaluated? -0.43
Please tell me why the c code behaves this way in detail? 0.00
What does envp stand for? +0.50
Enforcing order of execution +0.07
Except the return value, does a variable's address must be sent... 0.00
Why are Three.js Geometries losing precision with large numbers? 0.00
Why does Math#nextUp not increment by Double.MIN_VALUE? -1.71
How do I convert a floating point literal to exponent and mantissa? 0.00
How to get get last character on getchar()!=EOF +1.64
Why is the printf statement in the code below printing a value rath... -0.89
When do structures not have padding? +1.30
Does C always have to use pointers to handle addresses? -1.49
Printing the actual negative number stored inside unsigned int +0.99
How to use pointer arithmetic with dereferencing and addition? 0.00
Will -Wpedantic do anything when compiling with a non-extension -std? 0.00
How does double 5.2 is represented in a binary file? +0.79
NULL substitute for a double in C language 99 standard 0.00
How does Python handle repeated subtraction of floating numbers? 0.00
return discards ‘const’ qualifier from pointer target type -1.99
Allocating contiguous memory to contain multiple structs with flexi... -2.37
Can someone explain the behavior of my right-shift in C? 0.00
Iterate though all possible floating-point values, starting from lo... -1.73
scanf not saving values correctly 0.00
If I declare a char array do I have to count the null character too? +1.03
Arithmetic operations on unsigned variables produce signed values,... -1.16
How to use exp and sqrt properties correctly +0.29
Is it possible to refactor this function? -0.46
How to round float number result? +0.27
What do square brackets arround an enum mean? [enum_value] -0.82
Initialize static variable with element of const compound literal 0.00
Unclear reason for assignment discards volatile qualifier +1.21
Why does shifting by full width behave differently for constant ver... +0.21
The scoring site keep saying that my code is exceeded time limit 0.00
Is (*exptr)->cnt the same as exptr->cnt or (*exptr).cnt? +0.32
Portable reinterpretation of uint8_t as int8_t and forcing two'... +1.75
Why does the `NUMBER` in K&R "Reverse Polish Calculator&qu... -0.24
Determining if an Int Fits into a Short in C using Bitwise Operators +1.03
seeing the true value of a float in a python program -2.99