Help

Class help

Java help

  • Here’s a page that shows Python, Matlab and the equivalent Java code. If you’d like other stuff added to this document let us know
  • Here’s a list of useful java functions.
  • Thinking in Java by Bruce Eckel (online Java book)
  • Javabat practice with basic java by writing/testing code (apt-ish, but simpler).
  • javadoc for JDK 1.6 (JDK 6)

Assignment help

  • Submit your assignments on the web
  • Submit your assignments through eclipse
  • Snarfing assignments
    Use

    http://www.cs.duke.edu/courses/compsci201/fall13/snarf

    as the sites address.

  • Instructions on adding a jar file to your Build Path in Eclipse. The instructions mention biojava.jar, but you can add any .jar, e.g., jmusic.jar this way.
  • Watch ola solve an APT (with interactive components).

Setup help

Help us