DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦acda4f6e8⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Test_Generic_Conflict_Set, seg_02abc0

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 

E3 Source Code



with Generic_Conflict_Set;
with Output_Stream;
with Text_Io;
procedure Test_Generic_Conflict_Set is  
    use Output_Stream;
    package Cs is new Generic_Conflict_Set (Integer);
begin
    for I in 5 .. 15 loop
        Cs.Add (100);
        Cs.Add (150);
        Cs.Add (80);
        Cs.Add (120);
        Cs.Add (130);
        Cs.Add (50);
        Cs.Add (160);
        Cs.Add (110);
        Cs.Add (60);
        Cs.Add (70);
        Cs.Add (140);
        Cs.Add (90);
        Cs.Delete (10 * I);
        Cs.Put;
    end loop;
end Test_Generic_Conflict_Set;

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=1a rec1=00 rec2=01 rec3=000
        [0x01] rec0=0b rec1=00 rec2=02 rec3=001
    tail 0x21522e73883e47b71957d 0x42a00088462063c03
Free Block Chain:
  0x2: 0000  00 00 02 2f 80 0b 2e 41 64 64 20 28 31 30 30 29  ┆   /  .Add (100)┆