StackRating

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

Blagovest Buyukliev

Rating
1605.83 (1,549th)
Reputation
35,099 (3,295th)
Page: 1 2 3 4 ... 12
Title Δ
Memory mapping for static variables +1.18
C getting a portion of string within a string -0.05
Can we Implement Malloc function without use of brk() system call 0.00
C function code length VS processor cache 0.00
cache management in C +0.96
diStorm library, disassemble CALL instruction +0.34
Does dynamic memory allocation reduce performace? +1.51
Editing ELF binary call instruction 0.00
execl in multiple forks in C runs synchronously / blocking 0.00
Default behavior of a Unix-based shell with respect to child proces... +0.31
Size of variables char into a structure (C ANSI) 0.00
Unnecessary ASM code -0.62
The extern class specifier +0.56
Statically inferring symbol types in C 0.00
Linux Fork: pid reuse +0.36
Segmentation fault (core dumped) with uint64_t 0.00
Programatically how to get primary and secondary screen width and h... 0.00
Segmentation fault while implementing reverse function in C +0.31
How to simplify these variadic functions? -0.94
C macro to get the smallest power of two greater than a given number -0.71
fwrite() succeeded after fclose() 0.00
Count the number of bitwise values +1.30
How GCC handles built-in function -1.71
No build error when including header file (containing variable defi... +0.35
Why is the output -33 for this code snippet +0.23
access to volatile variable - from LLD3 +1.31
Need to implement a pipe, dup2 function to perform "ls | tr a-... 0.00
getppid equivalent to get child pid +0.86
how to get an int out of array of 4 chars? I don't understand an an... -0.22
How to generate a array in a function and return it +0.83
Passing const char * to a function in C +1.69
How do I free a linked list in C? +0.32
checking values inside functions vs outside? 0.00
operator precedence order and evaluation confusion -0.60
C Global and Static variable storing in memory -1.54
Which way should I compile my C code? +0.62
Function prototype in header file doesn't match definition, how to... +1.46
When recv blocks? 0.00
Is it correct to call a static variable local? -0.98
C Makefile trouble: "gcc: -lm: linker input file unused becaus... 0.00
most portable ways for memory allocation and freading arrays in C +1.99
How to fdopen as open with the same mode and flags? +0.95
Incrementing pointer to array +0.28
changing a const char *str1 = "abc" -1.08
How to increment a dereferenced double pointer? +0.34
Ways to avoid using malloc? +0.31
What is the difference between two empty main{} programs with and w... +1.15
Why does this print statement screw up? 0.00
Interpret an integer as a pointer to a dynamic string, from a dynam... -0.63
Which types pass by reference and which by value? +0.20