CSCI 1311 - Links


This page is a lot more fun if you have Java 5.0 installed. You only need the JRE.
Syllabus Links Schedule Grades


On this page I will be posting important information that you need to know for the class. I'll also be sending out e-mails, but you should check this page occasionally. It will have links on it to significant items.

General Computer Links:

Project Submission - This is an executable JAR file you can use to submit your projects. It will only work on campus unfortunately, because of the campus firewall.

In class code - Follow this link to see all the progams we have written in class.

Computer Science Career Trends - This just gives some stats on CS and the condition of the field for future employment.

Assignment Submission Help

The Inquirer - A site that has daily shorts on what is happening with computer hardware.

Anand Tech - Another hardware site. This one has more detailed articles, but they are far less frequent. If you want to know more about what is happening inside your computer though, this is a great place to go.

ZDNet - Ziff-Davis is a large publisher of computer magazines and is a good reference

TopCoder - This site sponsors programming competitions with significant cash prizes. At the very least is gives you a way to see how your coding skill stack up against others.

ACM programming competition - This is the main site for the international programming competition. You can click on North America then on Texas to get to the site for this years regional including the problem set that was used.

Alice:

Alice Homepage - Go here to download Alice.

Java and Eclipse:

java.sun.com - This is the main Java page from Sun. You can download Java here. You will also find the API here.

Eclipse Homepage - This has lots of information about Eclipse including the downloads.

Java Basics - This is a short document that I've written to supplement the book on an introduction to Java. If you think there are things missing or improvements that can be made, let me know.

From C to Java - This is a much longer document that I've written for the PAD2 class. Most of it should be applicable for this class and it can be a good continuation of the basic introduction. It also includes sections on specific elements of Java like GUIs and graphics that go beyond what you will find in your book. Some parts might not be 100% clear without the C background, but the Java information should still be mostly coherent. Only the language comparisons will be troublesome.