Binary Clock
Windows Gadget
Windows Gadget
You can download the Windows Gadget for your desktop right here.
Requires Windows Vista or Windows 7 (not compatible with Windows 8 because Microsoft decided not to allow widgets there).
Android Widget
You can download the Android widget for free on Google Play.
Clicking it on the home screen will open the alarm app.
At least Android version 2.2 is required
jQuery Plugin
The binary clock jQuery plugin is licensed under a MIT License, i.e. you are allowed to use, copy, modify ... it (see license description for details).
In order to use it on your website you must first get jQuery and then insert the following into your <head>:
After that you may use the following anywhere on your website to include the binary clock there:
To start the clock use the following:
$(document).ready(function() {
$("#my_binary_clock").runBinaryClock();
});
</script>
Feedback / Contact
If you have questions, comments or any other feedback you can use the contact form to send me a message.