|
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: 699 (0x2bb) Types: TextFile Names: »demo.main.f«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/utep/demo.main.f«
******************************************************************************* * * main program for sunrise-sunset demonstration * * Shows a sequence of frames from sunrise * thru the evening * * By: David H. Williams & Inaam Bakir * The University of Texas at El Paso * El Paso, Texas, 79968 * (915) 747-5470 * !ihnp4!ut-sally!utep-vaxa!williams * * September, 1986 * ******************************************************************************* call init call window(0.0,10.0,0.0,10.0) call screen(0.0,10.0,0.0,10.0) call vwport(0.0,10.0,0.0,10.0) call drawp call image call image2 call image3 call image4 call image5 call pgdone call newpage call term stop end