Short: A simple clock written in E Author: hschuman@cs.uni-magdeburg.de Uploader: hschuman cs uni-magdeburg de Type: dev/ee Version: 1.00 Replaces: /dev/e/E-Clock.lha Architecture: m68k-amigaos (bugfix to earlier release) Author: Horst Schumann Helmstedter Str. 18 39167 Irxleben Germany e-mail: hschuman@cs.uni-magdeburg.de (until June, 1996) A little clock program written with Amiga E ------------------------------------------- Thanks to Wouter van Oortmerssen for the programming environment of Amiga E (and for the release of version 3.2a with which my code for the timer.device finally worked). This is just an example for an analogue clock. I tried to do it as system friendly as possible, but a few calculations are still in there that take some time, so the system is getting slower, if the program is running more than 10 times simultaneously. That might be due to some trigonometric calculations. (I did not want to put in a look-up table to keep the program small.) As stated before, this is a simple clock program. I wrote it in E just to try the language and to have a clock I can customize to my personal preferences. These personal things are not in this release, it is just a simple clock written in E for the E-community to work with. Copyright: Use it as best as you can. It is public domain. "Bug": - might be possible to optimize further