StackRating

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

Antti Haapala -- Слава Україні

Rating
1647.69 (599th)
Reputation
93,439 (833rd)
Page: 1 2 3 4 5 ... 47
Title Δ
Python: memory corruption after successful return from a ctypes for... +0.31
Meaning of returns char when return value is void, and gets an void... +2.13
Why aren't the last numeric values of the files being read? 0.00
Are C optimizing compilers (GCC) able to detect unchanging values f... 0.00
Why did I get a segmentation fault message in a function? +0.91
How to make an output function similar to Python's in C? +0.76
change FREE preprocessor define to also put null into the pointer +1.44
not all malloc'ed memory is "heap" and each block is... 0.00
Check if the difference between two unsigned integers is at most 1 +1.54
How can Python know the signatures of a dll function -2.51
Why use calloc to initialize the allocated memory to zero? +0.47
Is this valid typecasting use with array of structs? 0.00
Double cast to unsigned int on Win32 is truncating to 2,147,483,648 +1.75
Transpose of sparse matrix in C 0.00
Error when Compiling CPython: C2440 'function': cannot conv... 0.00
The memory address of constants in C +1.07
Arrays-Problem with global integer declaration in C +2.29
argv vs bash expansion/command substitution/python +2.42
IOError: [Errno 32] Broken pipe 0.00
Is FILE * reassignment without fclose() okay? -1.61
Complex numbers in C and fftw 0.00
passing arg 2 of --- discards qualifiers from pointer target type 0.00
Is pointer difference between two arrays defined on specific implem... +1.18
scanf formatted input does not apply to first character scanned 0.00
Understanding memory allocation for a 2D like array +0.47
Can any body tell me why the size of this structure is 16 on a 32 b... 0.00
how can I create a bitmaped data in c? +1.44
How to check if the direct path between two cells in a 2D array is... 0.00
In selection sort, descending array's performance is faster tha... 0.00
Passing array by ref causes compiler warnings - How to use pointer-... -1.46
can't understand bit fields in C -0.04
incompatible pointer types assigning to 'void (*)(void *)'... 0.00
Non static can follow Static, but Static can't follow non-static? +0.33
how can I make branchless number cycle? +1.36
Is pointer arithmetic still well defined after casting with alignme... -1.51
What types of error when using the wrong format specifier in printf -0.92
Back then, were char variables in C declared as unsigned by default? -0.80
How does C language transform char literal to number and vice versa +0.01
Is it possible to find the address of the end of an array with a re... -0.38
Are all local variables constructed simultaneously at the beginning... +1.20
is using shared libraries is not always better than using a static... +0.78
C illegal instruction 0.00
C- void pointers +1.28
Copying part of a struct using memcpy and offsetof 0.00
What is the dereference operator telling the compiler to do during... +1.93
Compile-time computation (C++ v. C) +1.08
Proper terminology for non-const variable +0.33
Cast the return value of a function that returns a casted type -1.06
Understanding clang loop-optimization 0.00
how can I force the source file implement definition for a header f... +2.32