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

⟦126c92d23⟧ TextFile

    Length: 283 (0x11b)
    Types: TextFile
    Names: »rightMask«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/Toolkit/Sx/code/cursors/rightMask« 

TextFile

#define rightMask_width 16
#define rightMask_height 16
#define rightMask_x_hot 15
#define rightMask_y_hot 8
static short rightMask_bits[] = {
   0x003f, 0x073f, 0x0f3f, 0x1f3f,
   0x3fff, 0x7fff, 0xffff, 0xffff,
   0xffff, 0xffff, 0x7fff, 0x3fff,
   0x1f3f, 0x0f3f, 0x073f, 0x003f};