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

⟦848c247e2⟧ TextFile

    Length: 176 (0xb0)
    Types: TextFile
    Names: »ftable«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/stat/test/ftable« 

TextFile

for p in .1 .05 .01 .001
do
	for dfnum in 1 2 3 4 5 10 20 40 60 120
	do
		echo ""
		for dfdenom in 1 2 3 4 5 10 20 40 60 120
		do
			critf $p $dfnum $dfdenom
		done
	done
done