Basic References
Some references I've compiled from previous courses, relevant courses listed in brackets:
Programming Concepts
- An Irreverant Introduction to Recursion - some simple intuition for recursion with examples and a group work question. Designed as a supplemental handout for a CS211 Lab.
Programming Laguages
- Getting Java Started (111) - How to compile.
- Java API Reference (111/211)- That's Application Programming Interface. Really useful later on. Take a look.
- Prolog Dictionary (312)- Handy to look up SWI Prolog terms.
System
- Windows Command Reference (111) - More than you'll ever need to get around DOS.
- Unix Command Reference (211+) -
Contrary to many questions, unix is not like DOS, its rather the
other way around. Most of the servers on the internet are still
unix so knowing how to get around is essential. Basically treading
of water in unix requires knowing only
man
which in turn can help you learn the real basicscp, mv, mkdir, rmdir, rm [-r], ls, cd, more, less, cat
.
Editing
References
Courses TA'd
Software Hints
Contact
