StackRating

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

Theodoros Chatzigiannakis

Rating
1558.77 (5,835th)
Reputation
23,780 (5,471st)
Page: 1 2 3 4 5 ... 11
Title Δ
Is Task == Lazy? +0.08
Why can't the compiler infer a generic parameter when there is... 0.00
How can everything be an object? -0.69
Can we choose how many bits to reserve for a variable? +0.80
How to add two float numbers with currency sign? +1.01
Execute file from USB +0.44
Is it possible in C# to start an iterator at a specific index? +0.39
C# Func<Interface> with polymorphism +1.08
Trying to invoke a method using delegates after user types in metho... 0.00
What is a "private .NET framework"? +0.41
Is Async/Await using Task.Run starting a new thread asynchronously? +1.23
Any reason to assign -0? +1.86
Why does calling malloc() not make a difference? +1.14
C++ arrays and System::Single? +3.20
Is Java really that cross platform? +0.66
Dynamic property name as string 0.00
Run code at compile time +0.45
Is there a cost to entering and exiting a C# checked block? +0.43
My coroutine is not really a routine. Why is this function called j... -1.94
Parallel.ForEach Behavior +0.48
How to implement this generic interface for this C# method 0.00
Is pass by reference just a legacy? -0.26
C# enum type-safety +0.42
Something similar to "using" that will create an object a... +2.02
How can I make the LLVM IR of a function available to my program? 0.00
Method overloading in C# and Java +0.43
Returning nullable and null in single C# generic method? -1.90
How do you test for null elements in System.Array +2.02
How is it known that variables are in registers, or on stack? -1.27
Is there an alternative to Code Contracts for declaring coding assu... 0.00
What is the difference between a variable, object, and reference? +0.84
C# ALL functions and methods throw an exception -2.19
Why List<> implements RemoveAll, but IList<> does not 0.00
What does the first "c" stand for in "calloc"? +0.91
What is reification? +2.05
Can an immutable type change its internal state? +1.74
LINQ to Entities does not recognize the method 'System.TimeSpan... -0.36
Dynamic storage in C++ for chess move generation +0.07
Why don't I get an error when I run the following code +1.45
C/C# - Marshal.PtrToStringAnsi 0.00
Why optimization flag (-O3) doesn't speed up quadruple precisio... -0.66
Why is linq to object implementing iterators manually? 0.00
Exception handling in .NET vs Java 0.00
Will static variables have different values for each client? +0.43
Check if a string is a literal string known at compile time? +2.38
malloc and heap: extra memory for storing the size and linked list... -1.61
Remove everything which is duplicate in a List<List<double[]&... 0.00
Which string concatenation operation is faster - "+" or s... +2.00
How I can access instance from MethodInfo 0.00
Check if the mouse is over a circle - Java +0.21