StackRating

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

supercat

Rating
1359.31 (4,536,292nd)
Reputation
58,836 (1,588th)
Page: 1 ... 13 14 15 16 17 ... 65
Title Δ
If a 32-bit integer overflows, can we use a 40-bit structure instea... +0.55
Assigning fields in an equals() method -0.47
How do most embedded c compilers define symbols for memory mapped IO? +0.21
Can .NET SqlConnection.Dispose() throw an exception? -0.70
Collections of objects with of the same "raw type" but va... -0.29
What should I do when inheriting IDisposable with nothing to dispose? -0.61
Does Object class default implementation of hashcode uses identityh... +0.95
When undefined behavior can be considered well-known and accepted? -0.29
Algorithm for calculating time durations in tempo changing music? +0.71
what is the difference between O(nk) and O(n+k) in time complexity? -0.42
Why do struct arrays not require a membership operator? -0.32
C# decimal, how to add trailing zeros -0.29
accurate way of getting the modulo of a long and a double in c++ -0.19
Calling an overridable method in constructor is bad. Are there exce... -0.31
C# .NET preventing an object to dispose what it shouldn't +0.20
Underlying mechanism of String pooling in Java? +0.20
Why does the Java API use int instead of short or byte? +0.11
Why Java doesn't support structures ? (Just out of curiosity) -0.75
Why can't a constant field be of non-built-in struct type in C#? -0.42
Explicitly cast from generic type to an object of its type parameter -0.65
Any way to know if calling method should Dispose the object returne... +0.21
What is the best approach when working with on-disk data structures +0.21
Can unsigned integer incrementation lead to undefined defined behav... 0.00
Can a const static string be allocated on the stack? -0.34
Why does changing the hashcode of an object used as a key in a Hash... -0.24
Does &((struct name *)NULL -> b) cause undefined behaviour i... 0.00
Dispose does not have to be thread safe 0.00
Is it a good practice to add public methods in a class which are no... -0.69
Unusual usage of .h file in C +0.39
How can I safely downsize a long to an int? -0.01
Is equivalent the memory used by an array of ints vs an array of st... +0.21
Why can't generic types have explicit layout? -0.66
Why is this struct size 3 instead of 2? -0.73
Can I call this C# class "immutable"? -0.58
How to properly dispose collection of unmanaged resources from fina... +3.49
Understanding try catch finally with return -0.83
Why is strcmp not SIMD optimized? +1.38
Trouble understanding the correct implementation of immutable struc... -1.21
C# creating a non-nullable string. Is it possible? Somehow? +0.36
Is it possible to detect comparison of incompatible types with the... +0.91
Modelling large list of properties in C# -0.21
How to display float value on LCD 16x2 0.00
Is it meaningful for AutoCloseable's close method to throw an e... +0.86
Effective Java Item 11: Override clone Judiciously -0.27
Why doesn't new in C++ return NULL on failure -0.37
Algorithm for testing inequality of ordered large collections -0.77
Effective Java Item 7: Avoid Finalizers +1.14
Addition of int and uint -0.64
Is order relevance implied with IEnumerable<T> or should it b... -0.66
Is there ever a point to swap two variables without using a third? +0.63