First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Daylight Savings Time in Calendar
T.S.10.05.2008."Lis�ydinvoimaloiden rakentamisella ei ole tulevissa Euroopan ilmastotalkoissamme MIT��N merkityst�!"... .. Anteeksi nyt varmaan on sattunut maamme kivimmanluokan ydinlobbareillemme kirjoitusvirhe..Vaan eik� mit�, "ei mit��n merkityst�!" Turun-Sanoman p��kirjoituksesta vihon viimeiseksi luulisi l�yty... 26 Jun 2008 16:41
That digital stuff
S.K. 03.06.2008 "Kuivuus nostaa hiekkas�rk�n Karjarannan kohdalle. Kokem�enjoen laiturit makaavat jo maalla. Kokem�enjoen vedenpinta on ep�tavallisen matalalla. Seuraukset n�kyv�t jo kotirannoilla, kun laiturit juuttuvat pohjaan kiinni. Juha Koskisen mukaan kotipihan rantaviiva on paennut seitsem�n metri�.- Olen jo... 26 Jun 2008 01:16
Object.Operation and child package
Hi Ada05 experts, Is it normal to reject compilation of Object.Operation notation when operation is in a child package: package Pack is type Typ is tagged null record; procedure Proc1 (Var : in Typ); end Pack; package Pack.Sub is procedure Proc2 (Var : in Typ); end Pack.Sub; with Pack.Sub; proc... 26 Jun 2008 02:17
Interfacing to C and long long data type
C has a long long data type, which is supposed to be at least as big as long. Recently, the same data type is being added to C++ as well (they were working on it for a long long time). The problem is that there is no corresponding type in Interfaces.C. Is it possible to interface with C APIs that use long long?... 27 Jun 2008 17:17
Extra footnote: Re: Size of Vector limited to 1024 MB of Heap Size
0 - 1023MB 16-bit works -- 2GB but in Ada: Integers are 4 bytes 0 - 1023MB 32-bit words -- 4GB So: 1024MB 16-bit elements would be (2GB+1 (16-bit words)) but 1024MB 32-bit elements aka 1024MB Integer would be (4GB+1 (32-bit words)) -- STORAGE_ERROR so it seam that you did get the full 4GB R... 25 Jun 2008 04:43
ridiculous question
has anybody ever seen a Lisp syntax front-end for Ada? ... 4 Jul 2008 15:07
Size of Vector limited to 1024 MB of Heap Size
Hi, my machine has 4 GB of RAM and I am wondering, why I can't use at least 2 or 3 GBytes to run an Ada program. It seems, that my Ada Compiler (Gnat 4.4.0) limit the memory to 2 GB per default. Is it possible to allocate more than 2 GB? Here is a simple example of an "evil" vector, that gains more memory in ... 25 Jun 2008 18:06
giving away AdaLetters and Annals History Computing
I have AdaLetters from 1993 to December 2002 which I'm willing to give to a new home. I think I have a pretty complete set, but I'm not going to take time to check. I much prefer to give away the whole set. Here's the deal. Until the end of this Wednesday, June 25, I'll give them to a library that wants the... 23 Jun 2008 16:51
Limited returns
Let's consider this: with Ada.Finalization; procedure Test_Limited_Stuff is type I is limited interface; type T is new Ada.Finalization.Limited_Controlled with record A : Integer; end record; type S is new T and I with record Self : not null access S'Class :... 26 Jun 2008 10:29
Air traffic control and congestion
There seems to be more to ATC than I had thought previously, things that seem non-technical, but only at first sight. A friend is working at an airport. Luggage. Boarding, etc. This weekend, he explained how the schleduling of flights is affected by what can only be attributed to calculable adminstrative issues ... 23 Jun 2008 07:35
First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26