5 followers
Bite Sized Technical Articles
I was going to write a longer article to convince everyone to watch the conferences but Its much better to give a summary of my favorite talks and...
Quick and Easy Makefile Guide Begin by crafting a file named Makefile – the control center for your project's build rules. In your Makefile, set up a...
Stepping through code like its assembly · If you don't use GDB but program in C/C++, you are missing out on a powerful debugging tool. Here's a quick...
running stuff in the background at a specified time is awesome I forget to backup my files and so i use cron to do it for me. Here is a basic...