Resources
Ruby references
- Try Ruby in your browser:
http://tryruby.hobix.com/-- site currently down! - Learn to Program textbook site: http://pine.fm/LearnToProgram/
- Official Ruby language homepage: http://www.ruby-lang.org/
- Core Ruby "RDoc" documentation: http://www.ruby-doc.org/core/
- The definitive Ruby book for those looking to go beyond this course: The Ruby Programming Language
Useful links
- The class Google group: http://groups.google.com/group/cs105
- Final exam schedule: http://www.iit.edu/registrar/important_dates/final_exam_schedule.shtml
Miscellaneous
- A visual guide to version control: http://betterexplained.com/articles/a-visual-guide-to-version-control/
- On the same site, an introduction to distributed version control: http://betterexplained.com/articles/intro-to-distributed-version-control-illustrated/
- Git magic: http://www-cs-students.stanford.edu/~blynn/gitmagic/
- A beginner's guide to Ruby on Rails