Linux Retains the Size of the Deleted File
[ARCHIVED] This post contains notes on how to retrieve back the size that Linux preserves from a deleted file if the file is being used by the process that we can't kill or restart
Read More
Max Heap in Go
[ARCHIVED] This post contains my own experiences in reviewing my knowledge of Max / Min Heap data structure
Read More
Python Format Specifier Thousands Separator
[ARCHIVED] This post contains notes how to formatting python using thousands separator
Read More
Greatest Common Divisor and Least Common Multiplier
[ARCHIVED] This post contains notes about how to create pow function and find greatest common divisor & least common multiplier
Read More
Sieve of Eratosthenes
[ARCHIVED] This post contains notes about how to find first N prime numbers in Go using Sieve of Eratosthenes
Read More