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 ... 65 66 67 68 69
Title Δ
Why doesn't (can't) the OS translate C code directly into machine l... +0.95
Can a near-zero floating value cause a divide-by-zero error? +1.08
Floating point rounding in shell -0.45
Assign 0 to variable in gcc extended assembly 0.00
C to arm assembly code conversion 0.00
Confusion about series of pure Random numbers +0.07
How to implement merge sort from "The Introduction to Algorith... 0.00
The number of correct decimal digits in a product of doubles with a... +0.19
why don't i get the value of first element of the array? +0.16
Calculating Markov chain probabilities with values too large to exp... 0.00
Linking to thin archive on Snow Leopard 0.00
How are fractions represented in computers? +0.41
C: When to use stack allocated array and when to use heap allocated... -0.19
Concept behind Float datatype and its assignment +2.30
Array and base address redirection -0.48
Mute printf without macros -1.90
Why does the compiler generate code that writes the same stuff in t... +0.17
(Why) is using an uninitialized variable undefined behavior in C? -0.97
Find which power of 2 range a number falls within? (In C) -1.20
How does C treat struct assignment -0.63
Reproducibility of floating point operation result -1.77
How is a float represented hexadecimally? -1.96
Representing a float in a single byte +0.06
Calculate atan2 without std functions or C99 +0.60
how to pass the user-defined macro to xcodebuild? 0.00
Conversion from string to float changes the number +0.24
Size of struct containing double field +0.66
How to emulate strongly typed enum in C? -1.05
Declaring anonymous struct in for loop, clang fails to compile +1.32
Why does order of array declaration affect performance so much? +0.09
Sharing memory across multiple computers? +0.42
why i am not getting the expected output? +0.02
C pointer : array variable -0.92
epsilon for various float values 0.00
64 bit integer initialization error in Visual Studio 2010 SP1 +0.41
math.h Included by Default in Objective-C 0.00
Why the error of - calling the function before being declared, is n... +0.94
Keeping temporary objects on the register to avoid extra store/load... -0.07
What is the probability that the array will remain the same? +0.43
where does pointer generated by compiler in array-to-pointer decay... -0.16
When can I use floating-point types in Java to do monetary calculat... +3.67
Double/Single equality up to predefined error -4.67
Finding %ebp after crash (have %eip) -0.57
taking out evenly spaced logrithmic bins 0.00
is it ok to include a .c file in another .c file? -2.13
Do floating points have more precision if calculated at with a rang... -0.75
How to store zero as array data in C -0.37
conflicting types vs incompatible implicit declaration -2.80
Verifying binary patterns for large integers (BigInteger) +3.34
Is fast implementation of pow(x, 0.5f) faster than fast sqrt(x)? +3.42