Recompile and Test
A bash function for automatically recompiling and executing code when source files change, perfect for development workflows.
Read more...A bash function for automatically recompiling and executing code when source files change, perfect for development workflows.
Read more...How to create version-aware tmux configuration using if-shell with Perl to handle different tmux versions.
Essential Vim search and replace techniques that make text manipulation powerful and efficient once you understand how they work.
Read more...How to suppress compiler warnings from third-party libraries like Boost by using the -isystem flag instead of -I when including directories.