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

⟦578a0e77b⟧ Ada Source

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

Derivation

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

E3 Source Code



with Text_Io;
with Time_Utilities;
with Date;
use Time_Utilities;  
procedure Bidon is
    Date_Systeme : Time_Utilities.Time;
    Heure_Systeme : Date.Heure;
    Une_Date : Date.Object;  
    Un_Jour : Date.Jour;
begin

    Date_Systeme := Get_Time;  
    Text_Io.Put_Line (Image (Date_Systeme));
    Un_Jour := Date.Jour (Day_Of_Week (Date_Systeme));
    Heure_Systeme := Date.Heure (Date_Systeme.Hour);
    if (Date_Systeme.Sun_Position = Pm) then
        Heure_Systeme := Heure_Systeme + 12;
    end if;
    Date.Set_Date (The_Date => Une_Date,
                   At_Day => Un_Jour,
                   At_Hour => Date.Heure (Heure_Systeme),
                   At_Minute => Date.Minute (Date_Systeme.Minute));
    Date.Print (Une_Date);
end Bidon;

E3 Meta Data

    nblk1=2
    nid=2
    hdr6=2
        [0x00] rec0=1a rec1=00 rec2=01 rec3=000
        [0x01] rec0=05 rec1=00 rec2=02 rec3=001
    tail 0x217424720862662171af3 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 00 01 0b 80 06 6e 64 20 69 66 3b 06 00 28 20  ┆      nd if;  ( ┆