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 ... 11
Title Δ
why can't we used auto, static keyword in formal parameter in f... +0.42
How to get char** using C#? +0.74
Why C# Garbage Collection behavior differs for Release and Debug ex... +1.09
Why was the register keyword created? +2.34
Why can't Mono support generic interface instantiation with AOT? +0.46
What is the cost of elementary operations in C#? -2.12
Why does the cast operation fail in case 1 but succeed in case 2? +1.50
C# Nullable<T> query comprehension - "expression is alwa... 0.00
Why does the variance of a class type parameter have to match the v... -0.51
If C# pointers are considered "unsafe," does that mean C+... +1.15
How to avoid the external changes? 0.00
Are attributes always executed before methods in C#? 0.00
When will the .NET garbage collector release this object? 0.00
What does it mean to initialize memory to zero in C? -0.33
How to prevent a struct's default contructor to be called? -1.39
C# check object type against multiple types -0.10
Using a dynamic variable as a method argument disables (some) compi... -2.29
How does the keyword `ref` affect memory management and garbage col... +0.42
Why an enum instance is not released from memory after being used 0.00
Why can a void method in C++ return a void value, but in other lang... +1.35
What does an array index minus a character mean in C? +0.01
How to access methods of subclasses inside a list? +0.10
Any way to do this using LINQ? +1.55
Why does this does not create a default constructor? +1.70
the dices game not working as expected 0.00
How can I write an optimal Swap (T a, T b) algorithm in C#? 0.00
Read text file into 2D double array +0.40
How to filter records from a db using linq expressions? -0.41
Does declaring too many methods in a class make it larger? +0.42
Extracting direction changes from a list of coordinates +1.44
How do I reference a variable used in an unsafe block? +1.65
Why does the compiler assume that these seemingly equal pointers di... +0.57
Implicit conversion to subclass not sufficient? 0.00
How is a struct on the heap deallocated? 0.00
Does multidimensional array enumerator guarantee the same order for... 0.00
Why does my own power function, when used for calculating roots ret... 0.00
C# & LINQ, Select two (consecutive) items at once +1.66
Virtual and override +0.15
Why does the explicit conversion of List<double> to IEnumerab... 0.00
Where do pointers point to exactly when declared? +0.43
virtual machine garbage collection 0.00
What is "int..." in Java method's parameter? -0.04
IF condition in C translation to MIPS +2.12
Why does't C allow member functions in structs? +0.85
What is the difference between compile time linking and run time li... +0.96
What is the name of this in C#? 0.00
Why don't Hashtables and dictionaries use Equals() method inste... -1.59
Trouble with DX11 Engine 0.00
How to prevent app from closing before finishing a task? 0.00
How to cast a void pointer at runtime in C, in a way which can be u... +0.43