StackRating

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

Filipe Gonçalves

Rating
1597.38 (1,894th)
Reputation
17,462 (8,038th)
Page: 1 2 3 ... 10
Title Δ
Efficient way of flattening a recursive data structure in golang -1.66
Big O of Recursive Methods 0.00
About unix signals: sigsuspend() and race condition 0.00
Why my C code on leetcode have different behavior between run code... 0.00
is a[i++] = 3 undefined? +2.47
Input redirection and pipes 0.00
Fastest way to determine values matching an interval in an array +0.79
C define string as char -0.15
Process Synchronisation in C does not execute the first time 0.00
Race conditions in io.Pipe? 0.00
Understanding the awk -f option in shebang line +0.88
How to write "!" symbol between double quotes in bash? 0.00
Ctrl+Z Signal handling in C 0.00
Print a column in awk if it matches, if not then still print the li... 0.00
How to fork a Linux process in a Stopped state? +1.64
Issue running sed to replace a string in file -0.37
What happens to blocked system calls on receiving signal? 0.00
Using fork in unix 0.00
Any Hint for studying fork process and graph? 0.00
beej guide pipe example explanation +0.36
signal & system call usage & relationship +0.36
What is the difference between a job pid and a process id in *nix? 0.00
Big-O running time of recursive function 0.00
C: Using qsort to sort an array of pointers to an ADT (struct) +1.84
How to merge an array of size M into another array of size 2M 0.00
Time and Space Complexity(for specific algorithm) 0.00
GCC incompatible pointer type warning with intrinsic functions 0.00
How does channel blocking work in Go? +1.90
Is `*((*(&array + 1)) - 1)` safe to use to get the last element... -0.39
Difference between if('A' <= e <= 'Z') and if... +0.17
Setting Immutable Flag using ioctl() in C -2.69
Does EPOLLONESHOT prevent multiple events on a single descriptor fr... 0.00
Parsing a .csv-like file in bash +1.01
Using "awk" to find a string between two other specific s... -0.13
How many addresses under each subnet 0.00
In Bash, How would you only read lines in a log past a certain time... 0.00
gcc: Thread-local variable compiled as BSS -0.34
How can a comment change the output of the program? +0.37
Using multiple processes to read a file and sending numbers through... 0.00
Why does linkat require a path name instead of a file descriptor? +0.08
Why does running a background task over ssh fail if a pseudo-tty is... 0.00
Are chars automatically promoted in C expressions? +1.77
qsort doesnt change my array order +0.38
Quick Sort not sorting numbers of high range +0.88
Grep regexp for matching ip addresses in a file -0.51
Proving n^2 - 10n is not O(n) by contradiction 0.00
Why does fflush() affect the output of forked processes? +1.13
Shell script to show frequency of each word in file and in a direct... 0.00
1 and print gives different output in awk why? +1.50
Find 2 repeating elements in given array 0.00