Old Projects
I no longer support anything on this page, but feel free to download and examine the source code.
-
A Better Calculator 3.0
The latest version of my calculator. Unfinished and probably never will be. I'll try to get the source up soon.
-
ThiefAware
ThiefAware is a simple digital survellance program. It includes a motion detection algorithm to automatically record footage. It also includes a browser which allows you to easily review footage.
-
A Better Calculator
I wrote A Better Calculator because I needed a better calculator than the one that comes with Windows.
You can type in an entire expression and evaluate it in one go. It supports basic arithmetic, trig functions, logarithms, bitwise logical operators, Hexadecimal, combination, permutation and factorials.
XBlite related
These may be relevant to XBlite programmers
-
Newer Linker
This zip file contains a newer version of Microsoft's linker than the one that comes with XBlite. This version is capable of linking the new .lib format that the linker included with XBlite can't handle.
Also included for good measure are newer versions of lib, rc and cvtres.
These files were taken from the masm32 distribution.
extract them directly to the xblite bin folder to replace the old versions.
-
WinX
A GUI library for XBlite. Works with the Win32 API instead of trying to hide it, which is probably it's greatest flaw.
Now hosted on Google code.
-
ADT
Implements various useful data structures on top of my accessor macros (included in this download).
Included in this release: Linked lists, stacks, binary search trees and associative arrays.
-
ComX
COM for XBlite. Includes tools that enable you to access COM interfaces and even generate skeletons for COM servers.
Liberty Basic
These ones are very old. Relevant to Liberty Basic programmers
-
VidCapLB
A video capture demo for Liberty BASIC.
-
Puzzle Paint
A simple game I wrote back in 2004. Requires Liberty BASIC to run.
