Page 1 of 1

Alarm Clock/Scheduling Program

Posted: Sat 13 Sep, 2008 21.56
by cdd
Image

I made this program for myself but thought some of you might like it. It's a simple GUI for creating short-term reminders or scheduled events.
  • Enter EITHER a number of minutes ahead for the event to take place (this is accurate to within 1 second of the time the OK buton was pressed) OR a time when the event should take place
  • Choose the event and hit OK.
  • To cancel an alarm or event run the program again while an alarm is set.
  • If you restart your computer while an alarm is set that alarm will persist over the restart.
I use it almost every day to time food in the oven or to get my computer to shut down after I think a download will be done. It offers snooze options too, and uses <5MB processor memory. Also it's a standalone EXE so it doesn't need installing.

Download (277kb)

Re: Alarm Clock/Scheduling Program

Posted: Sat 13 Sep, 2008 22.31
by Sput
Now be honest, cdd, will it be wrong?

Re: Alarm Clock/Scheduling Program

Posted: Sun 14 Sep, 2008 12.29
by jjames
I produced something like this for a ZX Spectrum as one of my first programming efforts. As I recall it took up something like 800 bytes of Z80 assembler.

Makes you wonder what they're feeding the people who make the compilers these days that a proggie like that could use up a third of a megabyte!