Initial commit and description of program

This commit is contained in:
snit 2024-12-05 12:06:24 -06:00
commit 04d67e681c
2 changed files with 20 additions and 0 deletions

16
LICENSE Normal file
View File

@ -0,0 +1,16 @@
THE STRONGEST PUBLIC LICENSE
Draft 1, November 2010
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
THE STRONGEST PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
⑨. This license document permits you to DO WHAT THE FUCK YOU WANT TO
as long as you APPRECIATE CIRNO AS THE STRONGEST IN GENSOKYO.
This program is distributed in the hope that it will be THE STRONGEST,
but WITHOUT ANY WARRANTY; without even the implied warranty of
USEFULNESS or FITNESS FOR A PARTICULAR PURPOSE.

4
README.gmi Normal file
View File

@ -0,0 +1,4 @@
# Linear Clock
Linear Clock is an analogue clock in the form of a line instead of a circle. It's meant to be used in programs like i3bar.
The program uses Braille characters to represent time. The top row represents progress in the day, the middle for progress in the hour, and the bottom row is for minutes. Once per second, the program outputs up to thirty Braille characters, for a total of sixty dots per row. Each dot represents 1/60th of the unit. This means that one dot in the bottom row represents one second; however, one dot in the top row does NOT equal one hour (there are twenty four hours in a day, but sixty dots).