Posts by Category

tools

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...

Randomize files in a folder

less than 1 minute read

The following MATLAB script takes all files in cmd specified by the given extension and renames them in a random order, given the root string root.

Batch audio files processing

1 minute read

Here I store some pretty useful commands when performing audio analysis and refinement on a larger sample of files. The SOX tool can be downloaded here.

Create a WAV audio file metadata bytewise

3 minute read

An audio file can support many various metada, such as the artist, album, copyright, year, genre. These are further used by audio streaming softwares to disp...

System update uninstall for Honor 9 Lite

1 minute read

Manual how to fully remove System Updates application from Honor phones. Also useful for anoying bloatware withdrawal which cannot be done otherwise, for any...

Back to Top ↑