Skip to content

fafrd/binary-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

binary-clock

simple binary clock implemented in Go, using termbox as the interface.

Here's what it looks like at 3:52:36 pm:

what's the current time?
  ┌─┐     ┌─┐     ┌─┐
  │ │     │ │     │ │
  ├─┤   ┌─┼─┤   ┌─┼─┤
  │x│   │x│ │   │ │x│
┌─┼─┤   ├─┼─┤   ├─┼─┤
│ │ │   │ │x│   │x│x│
├─┼─┤   ├─┼─┤   ├─┼─┤
│x│x│   │x│ │   │x│ │
└─┴─┘   └─┴─┘   └─┴─┘

About

simple binary clock written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages