|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T d
Length: 2026 (0x7ea) Types: TextFile Names: »date.doc.v1.orig«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Dating/date.doc.v1.orig«
Docs for Date-A-Base version 1 First you must have the following files in your directory called: bbase Questions then you must also issue: touch database The actual program file is date.v1.p To run the programs you must pc date.v1.p you can then ReMove date.v1.p and rename the a.out file. so here are the commands: touch database pc date.v1.p mv a.out datingame Just type 'datingame' and away it goes. There is a copyright on the program. This doesn't mean you can't give it away or modify it. It only means that my name is to appear in the 'bye' procedure and the commented header. Technical stuff --------------- Version 1.0 of the Date-A-Base is designed to be 100% standard Pascal. This is so it can be run on any machine with a Pascal compiler. Version 2.0 is available with extra options. 2 of these options will probably work on most machines but they were left out on purpose. First, the use of the wallclock function. Wallclock returns the number of seconds since Jan. 1, 1970. I have left references to the wallclock in (* comments *). If you computer has a wallclock or functionally similar function, just erase the (* comments *) and if needed, rename the function. Also, you can change the reset() and rewrite() functions to point to different directories. Version 2.0 uses a .date directory to hold the database, bbase and Questions files. To to this you must: mkdir .date cp Questions .date/Questions cp bbase .date/bbase touch .date/database you must also change all the reset() and rewite() functions. Ex. reset(database, '.date/database'); The actual name of the file must be in single quotes. The wallclock and reset(pathname) rewrite(pathname) are no available to all versions of Pascal. Check before you try them. Thomas M. Johnson john1233@csd4.milw.wisc.edu or tommyj@lakesys