[an error occurred while processing this directive] [an error occurred while processing this directive]

(none) Project -- Team Web Pages

The table below provides links to the Web pages of the project teams. The teams are numbered consecutively within both of the sections of CSC 481. Since some teams put their Web pages not on the counties server but somewhere else, there may be a second line with an alternative URL for the project's Web pages.
Development Team Project Title Evaluation Team Final Presentation
Team 1: Red Asphalt Computer Go   Team 8 Tuesday, Dec. 3, Lab
Team 2: Slackersoft Robocode with Team Collaboration   Team 1 Tuesday, Dec. 3, Lab
Team 3: The Widgets Robo-Run   Team 2 Tuesday, Dec. 3, Lecture
Team 4: Speed Racer Intelligent Driver Agent   Team 3 Tuesday, Dec. 3, Lecture
Team 5: Pac-Man & Ghosts Team of Ghosts in Pac-Man   Team 4 Thursday, Dec. 5, Lecture
Team 6:Chess Master Chinese Chess   Team 5 Thursday, Dec. 5, Lab
Team 7: 3224404916 Stratego   Team 6 Thursday, Dec. 5, Lecture
Team 8: Search Engine Intelligent Image Search on the Web   Team 7 Thursday, Dec. 5, Lab
Team 9: Code Warriors Stock Technical Analysis   Team 13 Thursday, Dec. 5, Lecture
Team 10: SolarisBot Quake II Bot   Team 9 Thursday, Dec. 5, Lab
Team 11: Blockheads Lego Mindstorm Configuration Tool   Team 12 Thursday, Dec. 5, Lab
Team 12: Team Scrabble Scrabble   Team 10 Tuesday, Dec. 3, Lecture
Team 13: Unrealistic Expectations Genetic Algorithm for Robocode   Team 14 Tuesday, Dec. 3, Lab
Team 14: Freecell Freaks Intelligent Freecell Agent   Team 11 Tuesday, Dec. 3, Lab
And in case you're interested, here are links to the project pages from previous years:
Fall 2001
Fall 2000

Setting up Web Pages on Counties

Your team Web pages should be located on your team account on the counties system. In most accounts, the directory "www" already exists, and contains material from previous projects; if not, create it. W ithin this directory, create a new directory "F01", and move the existing material there. Also create a new directory "F02" to accommodate your material. The Web server assumes there will be a file "index.html" to serve as entry point. Either give that name to your main file, or create a symbolic link to it named "index.html". If your main file is "Team-15.html", the command "ln -s Team-15.html index.html" creates such a link. Make sure that the permissions are set right: Your Web pages will then (hopefully) be available at http://counties.csc.calpoly.edu/~teamX_fk where X stands for your team number.

Connecting to Counties

The counties system is the cluster of Sun machines in 14-232. In order to remotely login to one of those machines, e.g. via telnet or ssh, you need to specify one specific machine in the cluster, e.g. sanluis, sonoma, yuba, alameda, ... Trying to connect to "counties" directly doesn't work. Here are two sample sessions.

113 >telnet sonoma.csc.calpoly.edu
Trying 129.65.240.91...
Connected to sonoma.csc.calpoly.edu.
Escape character is '^]'.


SunOS 5.7

login: fkurfess
Password: ********
Last login: Wed Oct 17 11:24:23 from thebe.csc.calpoly.edu

*************************** Welcome to Counties ***************************

Counties accounts are quarterly.  Accounts are renewed via renewal forms
found in the CSL or enrollment in a CSC course.  Unrenewed accounts will
be frozen.  If your account has not been renewed, please do so immediately.

***************************************************************************
10:10am sonoma ~>exit
logout
Connection closed by foreign host.



114 >telnet counties.csc.calpoly.edu
Trying 129.65.240.50...
Connected to counties.csc.calpoly.edu.
Escape character is '^]'.


SunOS 5.7

login: fkurfess
Password: ********
Logins are not allowed on Counties.  Please use one of the clients.
Connection closed by foreign host.




[an error occurred while processing this directive]