CSCI 1120 (Low-Level Computing):
Sample Programs
Scripts
- Script to mail files for homework submission
mail-files.
Instructions for usage
here.
Miscellaneous
- Example of creating and using libraries (11/01):
here.
- Programs showing what can happen when Linux "overcommits" memory
(11/15):
mem1.c,
mem2.c.
- Program showing reading from /proc "filesystem" (11/15):
proc-fs.c.