https://github.com/squawk7x/qt
https://github.com/squawk7x/qt
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/squawk7x/qt
- Owner: squawk7x
- Created: 2024-04-06T19:33:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T20:04:52.000Z (over 1 year ago)
- Last Synced: 2025-06-04T11:37:04.254Z (about 1 year ago)
- Language: C++
- Size: 610 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A fancy digital Watch - a simulation of the famous 'Berlin-Uhr'.
Simply start the application with the default base = 5:
./main

You can use other patterns with these bases: 2, 3, 4, 5, 6, 10, 12 (divisors of 60).
E.g. for base == 10 start the appliction with a commandline argument:
./main -b 10
