Java

Mmmm.... coffee...

Documents

Filename Decription
Dissection of "Hello World." Dissection of Hello World. This tutorial is aimed at getting those new to Java started with their first program, and giving them a basic understanding of the way that individual pieces of that Program work.
Command Line Parameters and Recursion in Java Dissection of Command Line Parameters and Recursion This tutorial is designed to give those a bit more advanced with Java a look at how to use command line parameters and recursive methods. The program I dissect is an EvenOdd program that takes a CL parameter, turns it into an int, and bounces it between two methods until it figures out if it's even or odd.
Introducing the FIFO Dissection of a FIFO. This tutorial covers the creation of a basic FIFO (aka a queue), and discusses some of the issues and peculiarities of a queue. It also talks about using custom constructor methods to make the class more useable.
Creating and Manipulating Linked Lists in Java A detailed guide that is intended to teach about the concepts and uses of Linked Lists. Covers the creation of several different types of lists, including singly linked, doubly linked, and lists created using the java.util.LinkedList API.

Programs

Filename Decription
FuzzyDice.tar.gz This is a GUI based diceroller for d20 compatible games.
Calc This is a marginaly usefulul text-based 4 function calculator. It better serves as an example of how to do basic IO in Java than anything else.

{the aXis of time}  the aXis of time
[minimalist hacker revolution]