snippets Small pieces of code that may have a use one day. C codes You can compile the C codes using the following command: $ cc -pedantic -std=c89 -Wall filename.c It will generate an a.out file which you can run by: $ ./a.out