Recent Posts

Notes on Matrix Analysis course (ČVUT FEL)

less than 1 minute read

Notes from the 2016/2017 Matrix Analysis course (A8B01AMA) led by Prof. Pták, rewritten to LaTeX can be found here. The notes are written in Czech.

Calculate the average word count in text files

1 minute read

A python script to gather all .txt files in the specified folder and calculates average word count and standard deviation. Specify the folder with the -f fla...

Concatenate all text files in the folder

1 minute read

A python script to concatenate all .txt files in the specified folder. Specify the folder with the -f flag. Default is current working directory. Only the es...