Put default arguments on function declaration Default parameter values arguably are better suited on the declaration since that is the only thing that a caller always sees. You can have …
An Example of Boost Fiber A fiber is just a thread implemented in user space. Fibers are easier to reason about and have advantages such as much cheaper context …
Insert credentials from environment into remote url when `git push` You are on a remote server. You don’t want to store your credentials on that machine. You can temporary export your credentials as …
Fixing 'cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zst' I get the following error during build. I think it is specific to CentOS-8. $ cmake -DCMAKE_BUILD_TYPE=Release .. && make cmake: symbol …
Using Jekyll docker image to build your site Update: I no longer use Jekyll. I use Hugo now. I usa Jekyll to build this site. Recently, I switched to Manjaro Linux which has ruby-3.0 by …
Vernaculars are not facing external threats Let me add some context first. I am a native Hindustani speaker who spent most of his life in Southern India. I consider myself south Indian …
All you needed to know about MFCC See answers by Amir Poorjam on RG https://www.researchgate.net/post/Why_we_take_only_12-13_MFCC_coefficients_in_feature_extraction He …
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.
Farm Bill | Err on the side of caution My father is a farmer. He works and lives in western U.P., a relatively prosperous area in terms of ground-water and road connectivity. He …