CountDown Timer - A simple application for displaying the time-remaining such as for cooking, or governing floor-time at a public speaking event. Pre-compiled executables are provided for Linux, MS-Windows, and Mac-OSx under the directories: bin_Linux, bin_MsWin, and bin_MacOSx. Otherwise re-compile with the compilation commands described further below. Usage: 0. Invoke executable for your plaatform. Opening window pops up. 1. Set the alloted time in the alloted time form box. Click OK. 2. Start timing by pressing the Start button. You will then see a running display of time remaining and elapsed time. The Start button becomes the Stop button. 3. To Pause the timer, press the Pause button, which then becomes the Resume button. 4. To Reset the timer, press the Reset button (which then becomes the Start button again, much like mechanical stopwatches do). When less than a minute remains, the display turns from green to yellow. When time runs out, it turns red blinks three times. A special "Options" button in the upper right corner, allows changing the color-change time, and other features as we think to add them. Compile on Linux or MacOSx with: make Or: cc -O -I/usr/X11R6/include -L/usr/X11R6/lib countdown_timer.c \ -lGLU -lGL -lXmu -lXext -lX11 -lm -o countdown_timer Compile on Microsoft with: cc countdowntimer.c -lglu32 -lopengl32 -lwinmm -lgdi32 -o countdowntimer.exe Depends on OpenToolKit (OTK). Get OTK from: http://otk.sourceforge.net/ CountDown-Timer is distributed under BSD License. Copyright (c) <2012> - skeeter_mon@yahoo.com Version 1.0 - Initial Release. For updates and more information, see project home page: http://sourceforge.net/projects/timercountdown/