Title |
Language |
Description |
Grade |
Anti-Aliasing |
C |
A fast but unoptimised partially functional anti-aliased line algorithm I made.
| C+ |
Bubble Sort |
C |
A fast sorting algorithm that can be used on the fly.
| A- |
Fast Blit |
C |
One of George Warner's blitting routines for 8- to 8-bit copying.
| A+ |
Intel Assembly |
x86 Asm |
Notes for an Intel assembly presentation to the JHU ACM in Fall '97.
| B- |
Mac-Games-Dev-List |
-- |
Technical discussions about authoring games for the Mac.
| A- |
3d Programming |
C / x86 Asm |
Notes for a 3D graphics presentation to the JHU ACM in Fall '97
| B+ |
Quick Sort |
C |
One of the fastest sorting algorhithms... I need to change the partition function
to make it more optimised.
| B |