Here's some of my previous work. (If you want to see my resume, look here.)
Here are some interesting programs that I've written over the years, that I actually own and can show you. Most are small and simple; many were just my own experiments that I adapted for this portfolio site. (I also did all the graphics including this page; they get more primitive as you go back in time.)
Part of my programming style is to keep it as simple as possible. I know what it's like to maintain code for years and years, and I know that it rarely gets simpler over time. If a piece of code is complicated upon birth, it'll just get more so upon each revision. Such code is expensive to maintain and risky to change.
As such, many of the programs illustrated in the Simple section are in fact very simple because they don't need to be more complicated. But, to dispell the notion that I can't do complicated programs, this section illustrates a few. They might not be in the language or on the platform that you were hoping for, but here they are.
C/C++ Mathematical SoftwareMy biggest activity a decade ago was as the technical lead, and at one time the CEO, for the product line known originally under the names Expressionist and Theorist, then later as MathPlus, MathView, and finally MathEQ and LiveMath. Reviews for Theorist here and here. The 'Young Whiz Kid', that's actually me. |
|
ProdReg: Java/Swing Standalone Application, part of Solaris 7During 1998, I worked for Sun Microsystems in the Installer group. Yes, installing all of Solaris. There, I wrote the program named ProdReg in Java. The Solaris 7 reviewers liked it so much, that it often got singled out for praise. It's still a part of shipping Solaris, last I checked. |
C++ File Manager applicationTactile Interrogator is my own project, published under my corporate name. At a glance you can see the age and size of files, including the complete contents of a directory. Read all about it. |