DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T d

⟦eded054d2⟧ TextFile

    Length: 699 (0x2bb)
    Types: TextFile
    Names: »demo.main.f«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/utep/demo.main.f« 

TextFile

*******************************************************************************
*
* 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