Resources
| Languages/etc Used in CSCE Courses | |||
|---|---|---|---|
| Java | C++ | MIPS assembly | SPIM simulator |
| C | HTML/Web Design | PHP | SQL |
| Perl | Javascript | Scheme/LISP | Prolog |
| Motif | VHDL | COBOL | FORTRAN |
- Java
- java.sun.com
THE source for everything Java. - Java Information Sources
A really good collection of tools and resources for using Java. - Learn Java From the Ground Up
A very slow, but steady, tutorial on how to program in Java. - Linux Java Tips and Hints
For those few rare people who like to program Java from the commandline. - BlueJ
BlueJ - a free IDE for beginning Java programmers.
- java.sun.com
- C++
- Your Resource for C++ Programming!
A very nice site including tutorials on C++. - The C++ Resources
A more technical resource directory with useful online forums. - Stroustrop: The C++ Programming Language
An overview from the creator of C++. - Phil Ottewell's STL Tutorial
An essential tutorial for the Standard Template Library neophyte. - The MFC Professional
For those serious about using Microsoft Foundation Classes
- Your Resource for C++ Programming!
- MIPS Assembly
- Ascii Table
Comes in very handy. - MIPS Programming
A gigantic page with lots of examples and charts. - MIPS Programmer's Guide
A full book on MIPS, very detailed. - MIPS Instruction Set (for integer ops)
Overview of MIPS instructions
- Ascii Table
- SPIM simulator
- The Spim Simulator Home Page
The best place to get a copy of SPIM for yourself. - Getting started on SPIM
A decent graphical tutorial on using XSPIM. - A Walk Through PCSPIM
An audio tutorial on how to use PCSPIM. - SPIM Tutorial
Another graphical tutorial, this one on PCSPIM.
- The Spim Simulator Home Page
- C
- Eddie's Basic Guide to C
Am Excellent resource for (non-C++) C programming. Uses Borland Compiler. - Obfuscated C Code Contest
If you have ever doubted the usefulness of good programming style... :) - Programming in C
A fair tutorial - more useful for OS programming (CSCE451). - Introduction to C Programming
A very well-written tutorial for beginners.
- Eddie's Basic Guide to C
- HTML/Web Page Design
- Webmonkey | Reference: HTML Cheatsheet
A quick outline of over 90% of the HTML tags commonly used. - Yale Style Manual
Exhaustive guide to understanding the elements of web page design. - NCSA HTML Primer
A great primer on the technical aspects of HTML coding. - HTML:An Interactive Tutorial for Beginners
A tutorial for those with little experience. Great, except for the popups.
- Webmonkey | Reference: HTML Cheatsheet
- PHP
- PHP Home
The official home page PHP, with tutorial, manual, function list, etc. - Webmonkey | programming : PHP
Various articles on PHP programming - DevShed - PHP
A collection of articles on PHP programming. - PHPBuilder.com - The Resource for PHP Developers
An active community of PHP coding enthusiasts.
- PHP Home
- SQL/mySQL
- SQL Interpreter and Tutorial with live practice DB
Very thorough SQL tutorial, with a useful practice database to learn with. - PHP/mySQL Tutorial
Using mySQL with PHP (how this site was designed!). - Postgresql and PHP Tutorial
Using PostgreSQL (an alternative to mySQL) and PHP.
- SQL Interpreter and Tutorial with live practice DB
- Perl
- Perl.com : The Source for Perl
Extensive Perl resources. - Perl Monks
A Perl site for the true believer. - Perl: The Swiss Army Chainsaw
A comprehensive guide to Perl for CGI. - PerlfaqPrime
A most useful site with a most ugly layout.
- Perl.com : The Source for Perl
- Javascript
- Javascript
Netscape's Guide to javascript programming. - Javascript Articles @ irt.org
Sorted articles on using javascript effectively - Netscape Javascript vs. MSIE JScript
Explores the differences between how browsers implement 'Javascript'.
- Javascript
- Scheme/LISP
- Intro and Tutorial for Common Lisp
Some older resources and links about Common LISP and variants. - Scheme Documentation
Every little detail about Scheme. - The Scheme Programming Language
An nice quick overview with some links.
- Intro and Tutorial for Common Lisp
- Prolog
- comp.lang.prolog Newsgroup FAQs
Answers to Prolog questions.
- comp.lang.prolog Newsgroup FAQs
- Motif
- MW3: Motif on the WWW
A portal to Motif programming info and resources.
- MW3: Motif on the WWW
- VHDL
- VHDL-Tutorial
One of very few free VHDL Tutorials available online.
- VHDL-Tutorial
- COBOL
- COBOL Programming course
Excellent online course in COBOL.
- COBOL Programming course
- FORTRAN
- FORTRAN Tutorials
A number of different tutorials for FORTRAN programmers.
- FORTRAN Tutorials

