cv2.imwrite/cv2.imread are faster than np.save/np.load on numpy matrices with integers In one of the ongoing projects, I generate a lot of small matrices (~1000 entries). These are often written to the disk and read from it. I …
Convert webm file to WAV Download the following script. Make sure you have ffmpeg installed on your system.
fd is an awesome replacement of find command Recently, I came across fd command. It is written in Rust and suppose to replace find command. fd is amazing, PERIOD. It has much better …
Installing neovim on any Linux machine e.g. a shared hosting server Once in while, I need to edit files on a shared hosting server. I have ssh access but no permission to install anything (dah! it’s shared …