Summer Daze

Code

 
My apologies for the lack of work on this page, most of my spare time is spent doing something away from the computer or often directed at Logicfury my CMS. There are many small scripts and such I could upload here and may do someday when I get the time.

Logicfury CMS

My largest project which started in 2003. Logicfury started life as a way to save a site I maintained that was given the ultimatum of using less server resources in terms of CPU or leaving. I opted for the former options and so after not being able to find a CMS that was efficient enough I began modifying a CMS I was currently working on just for fun and so came about Logicfury.
http://logicfury.org

Javascript Binary Clock


A simple binary clock I coded after getting the idea from seeing a binary watch that worked in the same way. The first column is hours, the second two columns are for minutes. The clock "blocks" represent 1, 2, 4, and 8 from bottom to top, working out the time is achieved by adding up the "blocks" that are on a single column.
Download Binary Clock

Python Calculator

media/linux/pycalc-linux.png
This program is not intended to be useful, it's simply been created as an aid for learning Python. I have made it available for download in case someone may
find it of any use to study. The program depends on PyGTK and therefore GTK.
Download Python Calculator