CS190 Resources
Course materials will primarily live online, and this section will be
updated regularly. In addition to this page, we will have a mailing
list for course announcements (cs190000-list AT mathcs DOT emory DOT
edu) that will be archived for your reference.
-
Class Resources
-
share directory: daily notes are organized in folders according to the date. Solutions are in "solutions," and labs are in "labs"
- Mailing list archive
-
Math/CS Computing Lab hours
Math/CS Computing Lab hours
- lab groups (through lab8)
- Amaad, Neel*
- Chinedu, Dustin*, Maxim
- Jacob, Henry*, John
- Cynthia, Devan*
- Le, Andrew*, Sean
- Noah, John*, Matt
- lab groups (labC onwards)
- Amaad, Neel*, John
- Chinedu, Dustin*, Noah
- Cynthia*, Devan, Maxim
- Andrew*, Le, Sean
- Henry, John L.*, Matt
Robotics Articles
NXT Resources
NXT Demo Videos
- Tribot Radar: uses the sonar to produce a map of the tribot's vicinity
Java Resources
(Video) Tutorials:
- Running BlueJ with leJOS on the lab machines
- Installing the Java Development Kit (JDK) in Windows
- Installing BlueJ (install the JDK first)
- Installing leJOS on OS X
API documentation:
Tutorials:
Electronic Textbooks:
Exercise packets:
- Introduction to writing and executing Java programs
- Data Types and while loops
- Control Statements
Software
- Sun JDK 6: Java Development Kit which contains the 'javac' compiler and a complete Java development kit; download the plain vanilla "JDK 6 Update X," where X is some number.
- BlueJ: use in conjunction with the JDK to write and explore Java programs