home *** CD-ROM | disk | FTP | other *** search
/ GCW Games & More & Wacky Windows Companion / gcw.iso / win / util / clinton / clintcc.doc next >
Text File  |  1994-06-13  |  3KB  |  64 lines

  1.                         The Clinton Countdown Clock
  2.                            (for Windows and DOS)
  3.                           (C) 1994 Jeremy Lilley
  4.                             All Rights Reserved
  5.  
  6.  
  7.  
  8.         You may have seen some other "Clinton" programs around that
  9. give how many days are left of the Clinton regime (including a DOS
  10. program that I wrote anonymously about a year ago). This program,
  11. however, is the ULTIMATE! It counts down by the second, accounting 
  12. for daylight savings time and time zones across the U.S. !!! It is
  13. a Windows program and you can have it in the corner of your screen
  14. to remind you that there *will* be an end of Clinton. A 
  15. non-sophisticated DOS version is also on the same EXE. Once you
  16. get it running, set the time zone (it will automatically assume
  17. daylight savings time in summer, so it may appear to be an hour
  18. slow - but it isn't slow, the times should be right).
  19.  
  20.         Please send me $10 if you like this program! It is easy
  21. just to keep this program on your desktop, forgetting and putting
  22. off sending in the $10, so please send it as soon as possible.
  23. Support the anti-Clinton, anti-Socialist movement! Thanks.
  24.  
  25. Jeremy Lilley
  26. 2711 Oak View Circle
  27. Medford, Oregon 97504
  28. Compuserve: 75060,2074
  29. Internet: 75060.2074@compuserve.com
  30.  
  31.  
  32. ------------------------------------------------------
  33. AS AN ADDED BONUS:
  34.  
  35.         If you have an HP 48G/GX calculator (definitely worth the 
  36. money, IMO), here's a Clinton program that you can put on it (sorry, 
  37. it won't work on the SX) if you want to get the count of days of 
  38. Clinton "on the run." The number of days will not be the same as 
  39. CLINTCC.EXE gives because this calls the first day "DAY 1" (rather 
  40. than "0 Days, 0 Hours, 0 Minutes, 2 Seconds" into the administration) 
  41. and it doesn't account for time zones/12:00 PM innauguration. Thus, 
  42. it might be a difference of up to 2 days.
  43.  
  44. << DATE 1.201997 DDAYS 1 - DUP SIGN 
  45.         IF -1 ==
  46.         THEN NEG ->STR
  47.                 " DAYS SINCE CLINTON"
  48.                 + CLLCD MSGBOX
  49.         ELSE ->STR
  50.                 " DAYS LEFT OF CLINTON"
  51.                 + "DAY " DATE
  52.                 1.201997 DDAYS 1 -
  53.                 1461 - NEG ->STR +
  54.                 " OF THE RAW DEAL...  "
  55.                 + SWAP + CLLCD MSGBOX
  56.         END >>
  57.  
  58. P.S. If you want to make your HP play music through its speaker,
  59. it's possible! Just program in the frequencies (middle C is 523,
  60. D 587, E 659, F 698, G 784, A 880, B 988; every octave is twice
  61. the frequency i.e. high C 1046) and the lengths (quarter note is
  62. about .33 seconds), and use the BEEP function (523 .5 BEEP plays
  63. middle C for half a second). It's quite an attention-getter!
  64.