Since 4/26/2012 12:49:49 AM, w.h.oami has written 3 articles and participated in 89 conversations. w.h.oami signature: w.h.oami
w.h.oami's articles:
Items(3) /1
Formatted IO - Fortran style or similar.1650 (7/30/2012 8:50:33 AM) comp.lang.ada Hi Folks
Is there anyting in the Ada Standard Library (or the language itself)
that acts /in loco/ Fortran's formatted I/O or C's printf()/scanf()?
I know these can be written as required, and I know tha... Mark
Bootstrapping Gnu ADA onto FreeBSD/AMD64-CURRENT967 (10/23/2011 1:59:03 PM) comp.lang.ada Hi all "AMD64" is what FreeBSD calls "X86_64". Hopefully this version of this question hasn't been asked too many times before! I'm building GCC-4.7 with Ada on FreeBSD/AMD64 with some success. I used an ea... Mark
Variable length/precision formats?266341 (2/20/2006 10:34:17 AM) comp.lang.fortran Hi folks, I'm returning to Fortran after many years of C, Perl and Assembler. Fortran 9X has made the language very much more usable! However, there is no aparrent way to do variable formats. Either that, or ... Mark
Web Venture -- Need some advice242 (8/18/2009 6:59:20 AM) comp.theory A, New property idea for MeAmI:a site that operates "prime text" protocol. You visit "betterx.com" there is a logo & one text search box. Below it is a check box which states, "I am looking for a better "x" (... marty.musatov(1142)
JSH: My optimal path idea, solution to TSP?3274 (11/26/2009 7:42:37 PM) comp.theory A while back I came up with an approach to the Traveling Salesman
Problem which was resoundingly panned on this newsgroup, from one
poster who proudly and repeatedly claimed it just did not work, to
others w... jstevh(409)
JSH: Authority from Google search results?3542 (11/27/2009 5:30:05 PM) comp.theory One of the more fascinating things that I've faced recently is the question of why some of my own amateur research like on my math blog comes up highly in certain Google search results. But one thing is clear,... jstevh(409)
JSH: Oh yeah, million dollar prize587 (11/28/2009 6:45:58 PM) comp.theory Yeah, didn't mention but of course it's well-known, if I DID produce a
solution to TSP then supposedly that algorithm is worth a million
dollars from the Clay Institute.
I don't care about collecting as pu... jstevh(409)
KISS4691, a potentially top-ranked RNG.122287 (7/24/2010 1:02:27 PM) comp.lang.c I have been asked to recommend an RNG
(Random Number Generator) that ranks
at or near the top in all of the categories:
performance on tests of randomness,
length of period, simplicity and speed.
The most ... gmarsaglia(23)
Bootstrapping Gnu ADA onto FreeBSD/AMD64-CURRENT967 (10/23/2011 1:59:03 PM) comp.lang.ada Hi all "AMD64" is what FreeBSD calls "X86_64". Hopefully this version of this question hasn't been asked too many times before! I'm building GCC-4.7 with Ada on FreeBSD/AMD64 with some success. I used an ea... w.h.oami(92)
Computer operations per second - Question.670 (7/22/2012 8:20:36 PM) comp.lang.ada I have just completed writing a very strong cryptographic cipher in Ada-95 =
and I need to try and analyise the time complexity of this cipher i.e the t=
ime taken to test a key space of 2560, 000,000,000,000... austin.obyrne(93)
Formatted IO - Fortran style or similar.1650 (7/30/2012 8:50:33 AM) comp.lang.ada Hi Folks
Is there anyting in the Ada Standard Library (or the language itself)
that acts /in loco/ Fortran's formatted I/O or C's printf()/scanf()?
I know these can be written as required, and I know tha... w.h.oami(92)
My Program Sourcecode has a Mind of its Own Suddenly.538 (8/25/2012 8:30:56 AM) comp.lang.ada My Program Sourcecode has a Mind of its Own Suddenly.=20
I=92m preparing program sourcecode in Ada-95 that will eventually be upload=
ed to my website http://www.adacryptpages.com for the perusal of crypto ... austin.obyrne(93)
Question: re Image Files.1745 (8/30/2012 10:33:34 PM) comp.lang.ada Question:
In Ada I can use the Ada Package =93WITH Ada.Text_IO=94 to read in a charac=
ter from ASCII and operate on it like so,
InChar : Character;
InCharValue : Integer ;
Then,
Ada.Text_IO.... austin.obyrne(93)