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 ... 28 29 30 31 32 ... 65
Title Δ
What types of numbers are representable in binary floating-point? -0.66
Efficiency of C-String vs C++Strings -0.64
Is this a good fit for a class or struct (speed is more important t... -0.75
Better option for String Manipulation - .NET +0.50
Why weakreference object can be recreated easily? -0.82
Raise event of object where the type implements an Interface +1.35
Writing access to private objects via public readOnly property 0.00
Is Class a Reference Type and Struct a Value Type? -1.07
How to ensure finalize() is always called (Thinking in Java exercise) 0.00
Why both value type and reference type +0.59
How are CIL 'fault' clauses different from 'catch' clauses in C#? -0.36
Referencing an object in c# +0.33
Why array of classes consumes ~20% more memory than array of structs? -0.89
is it possible to create immutable object without passing everythin... -0.09
Immutable collection in C# that supports (String-like) methods such... 0.00
Disable default numeric types in compiler 0.00
Class: Immutability vs Not Extensible -0.28
Can spi protocol used on communication between two mcu? -0.83
Atomic operations in ARM 0.00
is it ok to include a .c file in another .c file? -0.03
How to extend immutable types in Java -0.05
Using C# Generics to create a generic object from a method (not &qu... -0.34
Is it bad practice to use an empty method when setting up an event... 0.00
Using a Func<> over an interface? -0.23
Why does padding have to be a power of two? +0.19
Why Enum's HasFlag method need boxing? 0.00
Struct with reference types and GC? -0.91
Should a disposed control be able to safely ignore event callbacks? +1.21
Fixed-width integers in ANSI C -0.29
Variable generic return type in C# -0.67
Why is the "f" required when declaring floats? 0.00
Boxing and unboxing is also casting? +0.20
.NET object events and dispose / GC +0.77
What language feature can allow transition from visitor to sequence? +0.56
Elegant way to dispose of unmanaged resource in library used by mul... +1.73
VB.NET assignment of object default property value +0.21
In C#, is it possible to determine the type parameter of a generic... -0.54
C# Invalidate is not calling paint method 0.00
Safe to call managed resource from Finalizer? (if i check null) +0.06
C# String gone from struct -0.43
What happens when assign new struct to array in C#? -1.09
GC.Collect() not collecting immediately? -0.78
Why exception specifications cannot be useful? -0.92
How to correctly dispose a Form, without risk of an Invoke being ca... 0.00
Are string concatenations using + optimized to a StringBuilder impl... -0.15
Struct c# and the memory related to it -0.46
C# Automatic deep copy of struct -0.46
Why should main be static? 0.00
When is the GUI overloaded? +0.42
When should one let an application crash because of an exception in... +0.22