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 2 3 4 ... 69
Title Δ
What are the requirements to use __float128? 0.00
c function definition calls for pointer but example does not use po... 0.00
Undefined behaviour due to this for-loop? +0.76
Is the function math.ulp more precise than the explicit formula in... 0.00
Statements rather than expressions inside _Generic() +1.62
Will the rand() function ALWAYS produce the same result with the sa... +1.87
how to printf 0x0000000 instead of (nil) and 0x08ffffff instead of... 0.00
In NodeJS, how to encode a 32 bits float number from a Buffer to a... 0.00
How do I make my function "return a value in all control paths... -2.03
Sizeof on an array warning 0.00
Confusion of virtual memory -0.76
Defined constant for max sequential integer that can be stored in a... -0.13
C Pointer array is not working with memcpy +0.76
Operator associativity, precedence +1.14
Multiple levels of indirection in C -0.62
Precedence of the arrow operator and post increment? +0.50
Why doesn't unsigned typeof(var) work? const typeof(x) works fi... -1.70
C bitwise AND gives different result with -O0 and -O2 +1.30
Why are my pointers changing? (bare metal) 0.00
Why two different variables in two dirrerent fucntions share same m... +1.14
Invalid to compare similar data types? 0.00
Why does comparison of floating-point to infinity work? +1.98
C language - Invoking functions based on index value passed as argu... +0.79
Does the order of `const` and e.g. `int` make a difference in C? 0.00
Using a for loop to add integers from an array -0.60
How do nested scopes affect stack depth? 0.00
A constant being assigned to another constant without errors +0.67
How does casting a type in a function call work? 0.00
Getting the significant half of a Number 0.00
How do you subtract Double.pi and Float.pi in Swift? 0.00
Getting consistent output from printf() between compilers +1.38
Two logically identical C instructions give different results 0.00
C define inplace xor question explanation +0.28
Why does the linux man page have descriptions of C code? 0.00
fundamental C quicksort 0.00
What jobs OS does when we use mmap function? +0.80
Calculating indegree of each vertex in adjacency list graph in C 0.00
How to tell, in C, if parameters to a function are provided? -2.75
How compilers identify the length of byte shift operators -2.50
The sizeof and _Alignof value of a structure 0.00
Why fpclassify() macro is defined in math.h and not in float.h? +1.59
Why is there a contradiction in the output by two programs written... 0.00
Find number of bits in a data type +0.79
What effect does Optimisation in GCC compiler have on overflow cond... -0.13
Long values between 0xff800001 and 0xffb00000 reinterpret to float... 0.00
Is va_list always static? -0.88
How to determine maximum positive base-10 value of a float mantissa? +0.39
comparing unsigned vs signed does not make a warning (using const) -1.53
Promotions and conversions of variables in printf() +1.67
Usage of macro vs function for the following utility +0.79