StackRating

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

klutt

Rating
1570.85 (3,953rd)
Reputation
7,063 (22,730th)
Page: 1 ... 8 9 10 11 12 ... 18
Title Δ
When to use which base of log for tf-idf? 0.00
Bubble sort with linked list C +0.17
printf is not working as expected. Can someone explain the output? 0.00
How do i copy members of a struct into an array of double in C? +0.05
Does recursive functions have some limitations? eg: how many layers... +2.42
Is there a better way to make sure an element outside of a matrix i... +1.94
How to implement: do something if the function hasn't been call... +2.31
Is it a good practice to use a function call inside a function? +2.12
Passing a function with void pointer as argument gives warning +2.25
I want to make copy function file in UNIX +0.50
Question about parsing a function syntax? 0.00
Why do we cast integer values to pointer types in C +3.07
It is possible to convert given C code to Assembly x86? +0.01
Is there a way to check the uppercase and isalpha case for strings... -1.67
Difference between specifications of fread and fgets? 0.00
C: Why do I get the compile error "dereferencing pointer to in... 0.00
Why do I get Abort (core dumped) 0.00
Finding median without sorting an array +0.50
How does this implementation of randomization work in C? 0.00
"#define BUF 8" vs "#define BUF (8) +1.70
Find defficient nearest neighbours in 3d space +2.36
What does main() return on run-time exception? -0.93
embed string via header that cannot be optimized away 0.00
Colors of natural number divisors +0.01
What motivates the concept of "pointers" in C, when the c... +1.92
How consecutive bit-fields are converted to variable when casting +1.26
Allocating a dynamic array inside a struct +1.22
scanning strings and ints from stdio in C 0.00
how to create each word of input to start a new line 0.00
Why is the first value of the array being replaced? -1.54
How to read values from a CSV file with fgets() without skipping da... -1.75
Why does this malloc wrapper do this to the size of the requested m... -1.52
c synchronise write to stdout and stderr 0.00
My code is not reversing string of characters from each separate wo... +0.52
How to produce a random food in a snake game on c? +0.66
How can I check if my variable is equal to NULL ? C 0.00
How can I update the address that a variable stand for? +0.49
Why does my code print out some garbage from my array? +0.02
Head keeps getting the same value as tail pointer in singly linked... +0.01
C Reading a file of digits separated by commas -0.55
Convert char array to int array (C) +1.76
C While loop not functioning properly 0.00
How to convert a binary file to a text file, containing ints and ch... 0.00
Is there a way to disable inline assembler in GCC? 0.00
How to check if void pointer points to arbitrarily low address? 0.00
How do I write to string buffer from C in ctypes? 0.00
2D Array of structs in C?? (maybe) +2.60
Linkedlist in C Programming 0.00
Weird behaviour of C program in MacOS 0.00
Convert an array of command line arguments and store them in an int... +2.28