Assignments for CS223: Systems Programming
- Assignment 00: Hello CS223
- Assignment 01: Learn to C
- Assignment 02: If you malloc something, set it free
- Assignment 03: Watch where you point
- Assignment 04: Don't be afraid to ASCII
- Assignment 05: Give a little bit
- Assignment 06: Secret messages
Course website: https://brynmawr-cs223-s22.github.io/website/
Course textbook: https://diveintosystems.org/
Useful UNIX commands
ls
cp <file1> <path>
cd <dirname>
,cd ..
,cd
ssh <username>@goldengate.cs.brynmawr.edu
- More usefull commands
Git
Vim
- [Beginner's Guide]https://www.linux.com/training-tutorials/vim-101-beginners-guide-vim/
- Interactive Vim Tutorial
- Vim Adventures
Makefiles