StackRating

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

Enzo Ferber

Rating
1534.70 (14,839th)
Reputation
2,370 (71,159th)
Page: 1 2
Title Δ
How do i return a pointer to a 1 dimension struct function with a v... +5.50
How to read from pipe into a file? 0.00
function return changed as directly written in printf statement -3.49
Difference between dynamically created array (int *arr) and statica... +4.62
How to create and write to a file on sdcard with linux? -0.41
Learn C the Hard Way's ex17 database design issues 0.00
Can't dynamically allocate a string +3.61
Assigning different inputs to different structure variables in C 0.00
How to make this C function execute continuously? 0.00
Is (*exptr)->cnt the same as exptr->cnt or (*exptr).cnt? -1.25
Swapping 2 elements in an array of pointers (to strings of differen... 0.00
How to loop scanf_s() until success? -2.67
How to declare a dynamic array of char in c +4.93
Bitwise Arithmetic in C: Checking if a number is positive +1.63
Read access violation error on trying to open a file 0.00
Know if process has been called by exec() -1.99
How does fwrite() work 0.00
Declaration "(int*) &a" in C-language 0.00
Type mismatch in redecleration of remove and too few parameters in... -0.28
Copying files from multiple directories into a single destination d... +3.77
Segmentation fault when listing the words in a sentence 0.00
Printing define name c +4.28
How does the typeof method works in Javascript? 0.00
Confusion with loops in C +3.97
Reading and printing matrix in C 0.00
How can I know text file is empty or not?(in C) -1.84
Is it correct to call semget() followed by semop() without calling... -4.01
Sorting array of structure with members as arrays -1.36
Is using streams over pipes under Linux worthwhile? +2.76
How to replace values in va_list? +3.69
Linux syscalls and errno +4.13
Filtering a character out of a string in C +0.86
Difference between exit() and return in main() function in C +4.24
Memory read without malloc +3.10
C - varying size text +0.32
MySQL Workbench; creating intermediate tables and mapping them 0.00
Having troubles formatting scanf while keeping my code understandable 0.00
how to choose what you want to scan form a file in C 0.00
Parsing simple name/value pair settings in config file with leading... +0.18
Reading files using system calls and printing lines 0.00
C Programming: Counting word length occurences in a string +3.95
Why does initializing a variable `i` to 0 and to a large size resul... -2.50
Tokenize a c string -1.10
C header and source file confusion +3.91
Reading and searching files using systemcalls in C +4.50
Can wait() replace sleep() or delay()? 0.00
The Definitive Assembly Book Guide and List -4.54
Cannot understand the meaning of two lines in C +3.99
Why the address of structure and next is not same? +4.10
Does passing "pointer to structure" to a function create... +2.15