StackRating

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

Giorgi Moniava

Rating
1594.65 (2,036th)
Reputation
14,050 (10,174th)
Page: 1 2 3 4 5 6 7 ... 12
Title Δ
Method doesn't work +0.93
Why to specify a pointer type? +0.87
Convert a 2 bytes char array to int -1.28
C var definition, char limit is bytes or bits? -0.02
Is a constant char pointer a pointer that points to a constant char... -0.04
Visualising recursion in C -0.09
How fread() and fwrite works in c programming 0.00
Storing data(string) out of bounds in a dynamically allocated array -0.10
Copying/ Assigning char * pointer data -1.78
How does compiler read these expressions? Why am I getting these ou... +0.38
How can I remove the last part? -0.63
C# - Sharing information between instances +1.01
How can i split a string with words separated by double comma? +1.35
continue to print 100 lines at a time if user enters input -0.28
Java - Won't read out File content +0.42
Unknown Byte in C write struct +1.98
typedef struct elt *Stack; why is there a * here +1.58
How to get a unique ID for a string and the string from this ID wit... +0.92
int * vs char * intialization +1.05
Invalid write of size 8 valgrind even for NULL assignment -1.72
Why does direct passage of string to printf correctly works? -0.11
Pointer to char, different terminologies -1.06
Writing a ByteArray to file AS bytes in C# 0.00
Reading from file to float** memory block in C 0.00
Why does this program work fine on my computer, but cause an overfl... -0.56
how to copy binary data of a file +1.58
Why does the atof() function not return 0 when I pass it a string w... +0.80
Why does the line "int i, *ptr[3];" produce a segmentatio... +1.32
C usage of malloc on struct +1.30
Choose at runtime array or vector in C++ -1.73
Switch with enum and multiple return +1.17
C# How do I convert two or more integers into a date? +0.17
Setting a value to pointer causes program to crash +0.43
How do I check to see if an element of an array is occupied? +1 more 0.00
Malloc with struct +1.50
Removing repeating letters from a given word -1.83
Why do `1 << 32` and `int i=32; 1 << i` show different... +2.16
Array assignment for characters: C programming -0.96
What happens when we convert string literal to integer in C? +0.40
Writing char with variables +1.33
What is difference between int* pn = &n and int pn = &n in... +1.27
Calculating the address: pointer + non-negative number +1.86
How and when to free the resource in pointers +0.27
strange wrong char's encryption (ascii) +1.85
Trying to free an array of character array in C result in double fr... 0.00
Char * Array Memory Allocation in C++ +2.48
Opening a file by getting the user to enter the file directory usin... 0.00
Why INT_MAX minus INT_MIN equals -1? +0.18
Does not return value from loop +0.42
c print array length -0.08