From 04d67e681cf066ef05f75756c78a98943aa28d5c Mon Sep 17 00:00:00 2001 From: snit Date: Thu, 5 Dec 2024 12:06:24 -0600 Subject: [PATCH] Initial commit and description of program --- LICENSE | 16 ++++++++++++++++ README.gmi | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 LICENSE create mode 100644 README.gmi diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..04f0d5a --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.gmi b/README.gmi new file mode 100644 index 0000000..ca41c3a --- /dev/null +++ b/README.gmi @@ -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).