On Sat, 3 Jul 2004 03:45:39 -0700 ... Use Makoto Matsumoto's Mersenne Twister. There's a few gotchas if you want to do crypto stuff with it (Need to feed it...
[Steve Dekorte] ... [Kentaro A. Kurahone] ... I implemented the Mersenne Twister in Python 2.3 and have had only positive feedback from the community. The...
... Halfway this page is information on the hash method to make it useful for some cryptography: http://home.ecn.ab.ca/~jsavard/crypto/co4814.htm Kaj...
On Mon, 05 Jul 2004 00:29:57 +0200 ... It's slow, and prone to running out of entropy. There is /dev/urandom, but it falls back on a PRNG, and will be slower...
[Kaj] ... On other bit of Python experience is based on years of feature requests, patch proposals, and bug reports. We've learned that crypto-weenies have...
I find the separation of File and Directory objects to be cumbersome when programming with them. I always end up writing a FileSystemNode object with the...
Both Files and Directories each have a particular defining canonical Path. Perhaps Path or FilePath or FSPath would be a good generic name? Otherwise, FSNode...
... I don't see how what you're doing is so special that anything needs to be redefined. Seems to me that if both File and Directory implemented those protocol...
... The problem is more one of cognitive dissonance than functionality. The filesystem itself sees nodes for both files and directories. The fact that our...
... maybe you should take into account that a path and a file (or directory) are different things: a path denotes the location of a file, whereas a file itself...
Daniel Wunsch
the.gray@...
Jul 5, 2004 9:28 pm
4091
"Steve Dekorte" <steve@...> wrote in message news:3C79DC07-CEBA-11D8-B737-000393ACB27C@.... ... I wouldn't expect to clone File to test if a...
Thanks a lot for IoDesktop-2004-07-06! This time there were no automake-1.4= problems ;-)
I still can't set the font of a TextField to Vera/Sans/Normal.ttf....
... I'd recommend separating Path from File and Directory. It gets you what you want, plus could be used to introduce a reasonable level of platform ...
Daniel A. Koepke
dkoepke@...
Jul 6, 2004 11:29 am
4095
... But, really, you seldom want to do that and only that. That is, as a developer you usually make that check only as a set-up for another operation, so it...
... http://www.fraybyte.org/aldea/viewtopic.php?p=834#834 ... http://www.fraybyte.org/aldea/viewtopic.php?p=835#835 ... That website gave me a 404 not found. ...
Hey all, I'd like to start making binary distributions of Io available and I'm looking for volunteers to periodically (when you get a chance) compile Io for...
Hello Steve, ... I can do linux. Although I haven't tried to compile Io there yet, I'll probably have to get some development packages for compiling the more ...
... Thanks Dan. I'll try to add the makefile changes for the next release. Please send me the url when you have the linux binaries on your site. Cheers, --...
Hello Daniel, ... I have now managed to give it a go. Attached is the error log for IoDesktop. Summary: - libevent is not happy (cannot find sys/event.h) -...
Hello Steve, ... I plan to take a look at the vector-code for SSE, but I'm not quite sure how to handle it as it is an optional feature on x86 CPUs. ...
Hello Steve, ... No, I didn't. There was a configure script in the archive, but that simply did nothing. I have now done a "make config" instead and that has...