CS 101 Resources

UNIX reference desk

See the Unix page.

University Programming Information

See the programming at USC page.

HTML

Learn hypertext markup language (HTML) at NCSA--A Beginner's Guide to HTML.

Java Applet

An applet is a "little application" that you can embed in a Web page, like this one:


Traffic Simulation Applet. Click to start and stop. Spacebar to add cars.

You can compile Java applets in Unix by using the "javac" command. You can download the Java Development Kit free from Sun's Java Home Page, and then download the JDK from the JDK download page.

This Java source code is for educational purposes only. Viewing or downloading the source implies your consent to obey the restrictions:

  1. Use the source code for educational purposes only.
  2. Give appropriate attribution in all executables and listings derived from this source.
  3. Reproduce these restrictions and conditions in any derived programs.

I agree to the restrictions and conditions on the source code.



This page established January 14, 1999; last updated April 9, 2011.