Code Examples
You can view and download code examples by going to this website’s source code on github.com. You can download the files by selecting the one you want and then pressing the “Raw” button. The resulting page is a raw .c file which you can download by right clicking and selecting Save as...
Alternatively if you want to download these files directly you can clone this repository onto your local machine with the following linux commands
git clone git://github.com/mrocklin/cmsc15200.git
cd cmsc15200
git checkout gh-pages
cd examples
and then update this repository periodically using
git pull origin gh-pages