binaryTime
A small binary clock.
This is rather an experiment in programming excercises than a useful program… nevertheless, it’s a nice desktop window to watch – and hey: it’s showing the time!
The hours are shown left, the minutes in the middle and the seconds to the right. you can read the clock by adding the values of the swatches from top to bottom for each row. The swatches have these values:
1 | 1 | 1 |
2 | 2 | 2 |
4 | 4 | 4 |
8 | 8 | 8 |
16 | 16 | 16 |
32 | 32 |
Version: 0.1
System Requirements: Mac OS X 10.2 (PowerPC)
CPU Load: ~< 0,4%
License: Creative-Commons (by-nc-nd), that means free for private use and you are welcome to copy and share the program! Please ask before trying to use the software commercial (that means before you try to _sell_ the software, standalone or bundled; of course you might _use_ it for free on any occation).
Screenshot:
Download: binaryTime_0.1.dmg.gz (175 kb)
Please leave a message here or mail me, if you’re interested in the sourcecode (Objective-C, Cocoa, X-Code2).