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 ... 39 40 41 42 43 ... 65
Title Δ
String.Replace() vs. StringBuilder.Replace() -0.75
Why value types can't be null -0.57
How to "disable" a file output stream -0.34
Where to dispose resources in a System.Windows.Form-derived class? -0.78
FFT for Pitch Detection 0.00
C# generics: How to compare values of generic types? -0.31
Design dilemma: who should handle disposable parameter? -0.93
The primary use of IDisposable interface -0.70
Why string[0] = "new value" does not compile? +0.81
Pros and Cons of Option Compare Binary/Text in VB.NET 0.00
Generics design pattern for holding a list of varying types -0.59
What is BitmapData.reserved? +3.14
What is a normal interrupt latency and context saving time on Micro... 0.00
Cleaning up .NET data structures for GC +0.19
Does C# use the -> pointer notation? 0.00
Why is a Dictionary "not ordered"? 0.00
Do we have Unmanaged resources in C#? +0.06
Will a IDisposable be disposed if the using block returns? -0.14
Why can't Interface ReadOnly properties be overriden in VB.NET, whe... 0.00
How to solve threading sync issues with unknown number of events in... -1.03
Why use GetHashCode() over Equals()? 0.00
Curiosity: Converting a C# struct into an object still copies it -0.59
Slight confusion over reference types and value types in the C# spec 0.00
Using an interface for a generic type with parameterless constructo... -1.25
Why doesn't string.Substring share memory with the source string? -0.16
Call BeginInvoke on MulticastDelegate? 0.00
What's the role of IEnumerable<T> and why should I use it? -0.74
Modify Struct variable in a Dictionary 0.00
Specify that an interface can only be implemented by reference type... -0.22
Bit operation question -1.03
How to Dispose() when class is running an async loop? Wait for loop... +3.11
How to check if IEnumerable is a List? -0.78
Do unused functions get optimized out? +0.81
IList<T> and List<T> Conversions with Interfaces -0.65
Is it a bad idea to write the Dispose/Close method to be asynchrono... -1.27
Stack, bounded stack and Liskov substitution property 0.00
Thread safety and bit-field -0.73
How to prevent GC to collect weakly referenced object? -0.73
Java: deep copy, shallow copy, clone -0.87
Is plain char usually/always unsigned on non-twos-complement systems? -0.98
Need to do 64 bit multiplication on a machine with 32 bit longs -0.04
How to store structs of different types without boxing 0.00
Should I use a struct or a class to represent a Lat/Lng coordinate? -0.24
When is it reasonable to check if this object has been disposed and... +0.34
Are Interfaces Compatible With Polymorphism +0.43
Why typical Array List implementations aren't double-ended? 0.00
How to move away from Inheritance +0.32
Garbage Colletion with IDisposable -0.67
c# yield and try-finally 0.00
Covariance/Contravariance Conundrum when using generic interface co... -0.26