Programming tools
Here is some basic information about Subversion for those who are not familiar with it.
Here is a screencast of checking out the repository in Elipse and adding a make target. There is no sound, but it might get you started in the right direction. We will be learning about Makefiles in another few weeks.
Basic Unix
The CSC207 Online Tutorials page has some links to good tutorials on getting familiar with Unix.
C Programming
- http://cslibrary.stanford.edu/104/, a fun look at pointers.
Shell Programming
Here are a few links to shell tutorials that I have come across. Please remember that we have covered everything you need to know for your assignment in class.
- A tutorial on Bourne Shell Programming
- A Bash shell scripting tutorial. There are also some good links at the bottom of this page.