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 - metrics - download

⟦91e5efdaf⟧ TextFile

    Length: 224 (0xe0)
    Types: TextFile
    Names: »pyramid.b«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xconq/lib/pyramid.b« 

TextFile

#define pyramid_width 16
#define pyramid_height 16
static short pyramid_bits[] = {
   0x0000, 0x0000, 0x0000, 0x0000,
   0x0000, 0x0080, 0x01c0, 0x03e0,
   0x07f0, 0x0ff8, 0x1ffc, 0x3ffe,
   0x7fff, 0xffff, 0x0000, 0x0000};