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

⟦43d561aa0⟧ TextFile

    Length: 338 (0x152)
    Types: TextFile
    Names: »bar_graph«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/graph/bar_graph« 

TextFile


PARM = {{0}}

step_graph ( PARM ) =
	( sort (PARM [ $0*2+1 , $1 , $3 ]
		    append
		PARM [ $0*2+1 , $2 , $3 ] )
	by $1 ) [ $2 , $3 ]

bar_graph ( PARM ) =
	( sort (PARM [ $0*4+1 , $1 , 0 ]
		    append
		PARM [ $0*4+2 , $1 , $3 ]
		    append
		PARM [ $0*4+3 , $2 , $3 ]
		    append
		PARM [ $0*4+4 , $2 , 0 ] )
	by $1 ) [ $2 , $3 ]