home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / misc / hands.lzh / HANDS2.DOC < prev   
Text File  |  1986-05-14  |  2KB  |  57 lines

  1.         HANDS2 - An "ANALOG" Graphics Clock for the DEC Rainbow
  2.  
  3.             By Marc E. Kenig, 1985/86
  4.  
  5.  
  6.     This package answers, for some of you, the question of what to do with 
  7. your Rainbow now that it's on the verge of obsolesence (what with falling 
  8. behind by a version of LOTUS and all...).  Put it on your mantle and use it as 
  9. an attractive analog (the kind with hands and numbers that don't change) clock!
  10.  
  11.     In an attempt to be totally anachronistic, this package contains a 
  12. program and Turbo Pascal[1] source for a tic-toc clock (all that's missing is 
  13. the tic-toc - I don't know how to program the keyboard to keyclick!).  It has 
  14. an hour hand, a minute hand and a sweep second hand.  It picks up the system 
  15. time (have you set it right on bootup?) and displays the clock after an 
  16. interminable delay.  No your Rainbow's not out to lunch, I have to calculate 
  17. lots of sines and cosines!  
  18.  
  19.     The clock uses Rainbow's high-res graphics mode, although, not to 
  20. reflect badly on a wonderful graphics package (really.) the anti-aliasing in 
  21. non-exsistant.  Therefore the hands look pretty putrid at 3,6,9 and 12 and 
  22. indicating 12 o'clock exactly looks embarassing.  You'll see what I mean.
  23.  
  24.     REQUIREMENTS
  25.  
  26.     - 1 DEC Rainbow any flavor, any memory config.
  27.     - 1 Color/Graphics board installed in above Rainbow (for maximum 
  28.       effect)
  29.     - 1 copy Nist[2] Color Graphics Package if you want to compile your own
  30.  
  31.     INGREDIENTS
  32.  
  33.     - 1 HANDS.COM executable clock source
  34.     - 1 HANDS.PAS source for above
  35.  
  36.     THE PROGRAM TAKES A LONG TIME TO BOOT-UP.  BE PATIENT.
  37.  
  38.         PROGRAM OPERATION
  39.  
  40.     At DOS Prompt:
  41.  
  42.     >hands2
  43.            ...screen blanks...
  44.            ...wait...
  45.            ...clockface and hands drawn...
  46.            ...hands move to indicate time...
  47.            
  48.         Typing a <space> stops the clock.
  49.         Typing another space resumes time (the new correct time is displayed)
  50.         Typing a <space>Q exits the program and returns to VT100 mode.
  51.  
  52.     Anybody wanting to improve on my long forgotten, rusty trigonometry
  53. is perfectly welcome to do so.  Likewise anybody wanting to add color, as I 
  54. alas am stuck in the world of black and white.
  55.  
  56.     [1] TURBO Pascal, Borland Int'l, Scots Valley, CA Ver 3 recommended.
  57.     [2] Nist, Kenneth "Turbo Pascal Color/Graphics" package, Harvard, MA