useless floating binary LED clock for your desktop
I was given a ThinkGeek binary clock by a friend (in a not-so-transparent attempt to force me to learn binary math). It sucks. It runs fast, very fast, gaining about 5 minutes per day, making it totally useless. So this is my revenge on the world. Plus, I was drunk when I wrote it.
I was given a ThinkGeek binary clock by a friend (in a not-so-transparent attempt to force me to learn binary math). It sucks. It runs fast, very fast, gaining about 5 minutes per day, making it totally useless. So this is my revenge on the world. Plus, I was drunk when I wrote it.
To install binclocken, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install binclocken
To see what files were installed by binclocken, run:
port contents binclocken
To later upgrade binclocken, run:
sudo port selfupdate && sudo port upgrade binclocken
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.