|
|
Up |
|
|
  |
Author: frank singhofffrank singhoff
Date: Feb 19, 2008 13:54
bonjour,
Après la remise en marche de l'association, nous lançons un appel Ã
cotisations pour garantir à l'association sa stabilité pour l'année à venir.
Comme discuté lors de la dernière assemblée générale :
Une journée Ada-France a été organisée à Brest en 2007 :
http://www.ada-france.org/article138.html. Une autre est prévue pour 2008.
Le comité de direction d'Ada Europe nous a confirmé que l'édition 2009 de
la conférence Reliable Software Technologies, AdaEurope'09 sera organisée Ã
Brest
Ces activités ne peuvent être menées à bien par l'association sans
adhérents. Les informations pour adhérer sont présentes ici
http://www.ada-france.org/article4.html
begin 666 puce.gif
M1TE&.#EA" `+`*('`#T]/>7EY4I*2K&QL7%%Q<:2DI$9&1@```"'Y! $```<`
F+ `````(``L```,8>+K
`
end
|
| |
|
| |
no comments
|
|
  |
|
|
  |
Author: Samuel TardieuSamuel Tardieu
Date: Feb 17, 2008 02:47
Maintainer: sam@ rfc1149.net (Samuel Tardieu)
Last-Modified: Tue Apr 6 10:32:24 CEST 2004
Archive-Name: fr/chartes/comp.lang.ada
=======================================================
= Conseils d'utilisation du groupe fr.comp.lang.ada =
=======================================================
---------------------------------------------------------
Nom : fr.comp.lang.ada
Statut : non modéré
Description : Langage de programmation Ada
Date de création : 16/12/1996
---------------------------------------------------------
1 - Charte du groupe :
----------------------
Ce groupe est dédié aux discussions autour des différentes versions
du langage Ada.
On y trouvera par exemple :
* des échanges de point de vue, de techniques de programmation, des
sources, des commentaires;
|
| Show full article (2.34Kb) |
|
no comments
|
|
  |
Author: Borked Pseudo MailedBorked Pseudo Mailed
Date: Feb 14, 2008 08:35
THIS UNWANTED GARBAGE ORIGINATED FROM AND BROUGHT TO YOU COURTESY OF:
PATRICK PARIS -- GET THE FUCK OUT NOW YOU FILTHY PIECE OF SHIT PEDOPHILE!
PATRICK PARIS -- FILTHY STINKING HUMAN MAGGOT PEDOPHILE, GET OUT!
PATRICK PARIS -- YOU FILTHY STINKING PIECE OF PIG SHIT PEDOPHILE, GET OUT!
PATRICK PARIS -- FILTHY PERVERT PEDOPHILE GET OUT!
On Tue, 08 Nov 2005, Eelbash Admin eelbash.yi.org> wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>
>Again, I urge you to get help. You do not realize how sick you are, though
>I am sure everyone else in your neighborhood does.
You do realize that you are writing back to several different people don't
you? Are you claiming them all to be sick?
Subject: PATRICK PARIS -- FILTHY SYPHILITIC PERVERT PEDOPHILE GET OUT NOW! 14.02.08 07.03.03
Can Reliable, JBN and / 0r Quicksilver be run in Linux with wine?
Subject: PATRICK PARIS -- GET THE FUCK OUT YOU HATEFUL STINKING SCUMBAG PEDOPHILE! 14.02.08 07.03.03
Hash: SHA1
On Tue, 08 Nov 2005 18:22:46 +0000, Anonymous wrote:
> On Tue, 08 Nov 2005, Eelbash Admin eelbash.yi.org> wrote:
>>
>>On Tue, 08 Nov 2005 18:30:05 +0100, Nomen Nescio wrote:
>>
>>Some very angry and disturbed tripe, below.
>>
>>
>>>>The Eelbash remailer...
|
| Show full article (4.29Kb) |
|
no comments
|
|
  |
Author: AnonymousAnonymous
Date: Feb 14, 2008 05:37
THIS UNWANTED GARBAGE ORIGINATED FROM AND BROUGHT TO YOU COURTESY OF:
PATRICK PARIS -- HATEFUL FILTHY PEDOPHILE GET OUT NOW!
PATRICK PARIS -- EAT SHIT AND GET OUT NOW FILTHY PEDOPHILE!
PATRICK PARIS -- FILTY SCUMBAG PEDOPHILE, GET OUT NOW!
PATRICK PARIS -- GET THE FUCK OUT NOW YOU FILTHY PIECE OF SHIT PEDOPHILE!
A simple VB script would prevent us from having to read the rambling of
this sick mind. It is becoming a right pain in the proverbial having to
sift through all the chaff just to read the occasional article written
by someone with a sane mind.
--
Kind Regards, Wolfgang
Subject: PATRICK PARIS -- FILTHY PIECE OF SHIT PEDOPHILE, GET OUT NOW! 14.02.08 05.03.02
|
| Show full article (1.10Kb) |
|
no comments
|
|
  |
Author: animatrix30animatrix30
Date: Feb 8, 2008 15:42
Salut à tous !!
Désolé pour ce nouveau message, en un labs de temps court.
Je suis quasiment sûr de mon code, sauf que je tombe sur un *Lenght check
failed* (ligne 26), lorsque je le compile.
Voici le code en question :
with Ada.strings.bounded;
with Ada.Strings.Unbounded; use Ada.Strings.Unbounded;
with Ada.Strings.Unbounded.Text_Io;
with text_io; use text_io;
with Ada.Integer_Text_IO; use Ada.Integer_Text_IO;
procedure index is
Type Name is new string (1..15);
NC : Name;
i : integer;
j : integer range 1..15 := 1;
s : string range 1..15;
Str : unbounded_string;
begin
|
| Show full article (2.27Kb) |
|
13 Comments |
|
  |
Author: animatrix30animatrix30
Date: Feb 8, 2008 09:14
Salut à tous !
J'ai deux questions à vous poser :
- Pour une condition (dans un if), je fais un appel d'une fonction. Celle ci
peut-renvoit une valeur (integer).
J'aimerais que ma condition prenne en compte deux cas (1 et 2)
SI vous n'avez pas compris, je vous montre cela par le code ADA :
if (condition = (1 or 2))
sauf que cela ne marche pas, j'ai comme erreur :
*Invalid operand types for operation "="
left operand has type " Standard.Integer"
right operand has a modular type
*Je pourrais bien évidemment faire un (condition = 1 or condition = 2), sauf
que c'est très lourd.
Pourriez-vous me dire comment faire autrement ?
Merci
|
| Show full article (2.13Kb) |
|
9 Comments |
|
  |
Author: animatrix30animatrix30
Date: Feb 2, 2008 06:07
Salut à tous !!
J'ai un problème très simple, mais je n'arrive pourtant pas à le résoudre.
Quand je fais un Put("blabla") aucun souci au niveau de la compilation.
Par contre si i est un integer et que je fais un Put(i), j'obtiens :
expected type "Standard.String"
found type " Standard.Integer"
==> in call to "Put" at a-textio.ads:243
==> in call to "Put" at a-textio.ads:209
De quoi cela peut-il venir ?
Voila le fichier en question :
with text_io; use text_io;
with Lexique; use Lexique;
package body Coureurs is
i: integer range 1..Nbcour;
L: integer;
procedure Ajouter_Coureurs is
-- {e.i : Le tableau des Coureurs existe}
begin
|
| Show full article (6.07Kb) |
|
1 Comment |
|
  |
|
|
  |
|
|
  |
Author: Samuel TardieuSamuel Tardieu
Date: Feb 2, 2008 02:46
Maintainer: sam@ rfc1149.net (Samuel Tardieu)
Last-Modified: Tue Apr 6 10:32:24 CEST 2004
Archive-Name: fr/chartes/comp.lang.ada
=======================================================
= Conseils d'utilisation du groupe fr.comp.lang.ada =
=======================================================
---------------------------------------------------------
Nom : fr.comp.lang.ada
Statut : non modéré
Description : Langage de programmation Ada
Date de création : 16/12/1996
---------------------------------------------------------
1 - Charte du groupe :
----------------------
Ce groupe est dédié aux discussions autour des différentes versions
du langage Ada.
On y trouvera par exemple :
* des échanges de point de vue, de techniques de programmation, des
sources, des commentaires;
|
| Show full article (2.34Kb) |
|
no comments
|
|
|
|
|
|
|