Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookey/impatient
silly stuff I do in boring lessons
https://github.com/spookey/impatient
Last synced: about 2 months ago
JSON representation
silly stuff I do in boring lessons
- Host: GitHub
- URL: https://github.com/spookey/impatient
- Owner: spookey
- License: other
- Created: 2018-11-27T09:36:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T16:23:28.000Z (about 6 years ago)
- Last Synced: 2024-10-19T17:29:08.721Z (3 months ago)
- Language: C#
- Homepage: https://www.der-beweis.de/build/impatient/
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Impatient
=========This is a small program I've written in boring school lession.
The most relevant question while in school is this:
> How long until the next break?
This program will tell you!
It displays the number in seconds and some progress bars to indicate
the next break or end of school.Have a look inside the ``App.config`` (or ``Impatient.config``) and set the
times there.Features
--------- It will only display numbers and progress bars when the current time is
in between start and end of school.- It paints a dark backround every full minute.
- It does not break if you change the clock on your operating system.
Why?
----I have very little experience in writing applications with GUI.
And I wanted to take a look how this is done on wintendo platforms.
How is time management done in C#? Let's see!
So why not do something useful in school? - This is far better than sleeping!
License
-------Of course this software is licensed, and of course it's beerware!