Symmetric art

Posted on May 10, 2019 in Misc

A symmetric canvas for your symmetric art pieces.


Continue reading

Awk Tutorial and Introduction

Posted on April 07, 2019 in Linux

If you deal with a large data files with multiple rows and columns and you would like to make some quick edits, selection or manipulation right from the terminal, awk is the tool to look for.


Continue reading

Lazy Evaluation in Python

Posted on April 05, 2019 in Programming

I talk about lazy evaluation and use it to generate infinite list of primes.


Continue reading