comp.lang.ada
 help / color / mirror / Atom feed
From: "Harald Korneliussen" <vintermann@gmail.com>
Subject: Re: Ann: UnZip-Ada v.20
Date: 19 Mar 2007 04:30:20 -0700
Date: 2007-03-19T04:30:20-07:00	[thread overview]
Message-ID: <1174303820.108064.43930@e1g2000hsg.googlegroups.com> (raw)
In-Reply-To: <45fb9e15$1_4@news.bluewin.ch>

  -- Codes for methods

  stored:    constant:= 0;
  shrunk:    constant:= 1;
  reduced_1: constant:= 2;
  reduced_2: constant:= 3;
  reduced_3: constant:= 4;
  reduced_4: constant:= 5;
  imploded:  constant:= 6;
  deflated:  constant:= 8;

  SupportedMethods: constant:=
    2 ** stored    + 2 ** shrunk    +
    2 ** reduced_1 + 2 ** reduced_2 +
    2 ** reduced_3 + 2 ** reduced_4 +
    2 ** imploded  +
    2 ** deflated;

Ick! ;-) Translation from C via Pascal shines through occasionally.
But it's really interesting, we are certainly not spoiled with pure
Ada libraries. Thanks for making it public, and I hope you go with a
standard license.




  reply	other threads:[~2007-03-19 11:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-16 13:14 Ann: UnZip-Ada v.20 Gautier
2007-03-16 15:54 ` Poul-Erik Andreasen
2007-03-16 16:03   ` Jacob Sparre Andersen
2007-03-16 16:24     ` Poul-Erik Andreasen
2007-03-16 17:29   ` Gautier
2007-03-16 19:28     ` Poul-Erik Andreasen
2007-03-16 21:36     ` Jacob Sparre Andersen
2007-03-17  7:52       ` Gautier
2007-03-19 11:30         ` Harald Korneliussen [this message]
2007-03-19 12:56           ` Jacob Sparre Andersen
2007-03-19 13:19             ` Martin Krischik
2007-03-19 13:46               ` Georg Bauhaus
2007-03-19 16:29                 ` Georg Bauhaus
2007-03-19 14:05           ` gautier_niouzes
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox