Haphazard Inc.

Programming


Dvorak ABCD-based typing course

This is the begining of a simple typing tutor-like Dvorak keyboarding course.It helps if you already have a picture of the keyboard layout, since this course can't show you how to find the keys(and they're different from the QWERTY arrangement).
Executable file
Qbasic sourcecode

Dat part counter

This is simple program that counts the number of each part in an ldraw dat file.
Executable file

Background Changer

This is a simple program that changes your Windows background. The installing instructions are in the readme.txt .
Zip file

Dataflow programming Language

Dataflow is a way of programming that makes the computer do something as soon as possible, not just when it gets to the instruction that says so.The interpreter is written in Java 2.Instructions
Zip file

A tic-tac toe playing program

When it asks you to move, put in the number of the square you want to move to.
Executable file
Source code