Search the web
Sign In
New User? Sign Up
iolanguage · Io
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4763 - 4792 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4763
... I have very little experience with wikis (may change soon), but from what I can see, you've done a very nice job, and I think your web design is really...
Jon Kleiser
jon_kleiser
Offline Send Email
Nov 1, 2004
9:27 am
4764
Yep, Date is still broken. It's listing CST for me, but it's still at -5 instead of -6, so all times are an hour fast. I again ask that the old Date source...
Doc O'Leary
doc_oleary
Offline Send Email
Nov 1, 2004
3:33 pm
4765
Hi all, When using the Objective-C bridge, I noticed that Io was ignoring the performFunc value of the Io2Objc tag, resulting in repeated ...
Sébastien Pierre
kaze_von_nk
Offline Send Email
Nov 2, 2004
12:46 pm
4766
... Thank you! ... You also tidied the code up a lot, which is important. You're a hero! ... Yes, I know about that feature - I used it to make the buttons on...
Jason Grossman
jas0ngr0ssman
Offline Send Email
Nov 2, 2004
4:49 pm
4767
Hello, I begin with Io and I hope not to put a idiot question. It is possible to launch an external application with Io ? Best regards Olivier ;-)...
oauverlot
Offline Send Email
Nov 3, 2004
4:07 am
4768
... Yes. Object system("commandGoesHere") File popen("commandGoesHere") -- Kentaro A. Kurahone SIGUSR1 Research and Development "I am having a hallucination...
Kentaro A. Kurahone
akurahone
Offline Send Email
Nov 3, 2004
5:02 am
4769
Thank you !...
oauverlot
Offline Send Email
Nov 3, 2004
8:28 am
4770
As I was playing with IoWiki, I quickly discovered that it had the same problem with Norwegian characters æ-ø-å (æ ø å), and others, as I had in my ...
Jon Kleiser
jon_kleiser
Offline Send Email
Nov 3, 2004
12:32 pm
4771
Whoo-hoo. Works beautifully. (See <http://massey2.philosophy.pitt.edu:8888/Norwegian.characters>) Thank you very much. I'll make sure future distributions...
Jason Grossman
jas0ngr0ssman
Offline Send Email
Nov 3, 2004
10:43 pm
4772
... Thanks for the fix - I've changed the CGI setup method to: setup := method( for (i, 0, 255, code := i asString toBase(16) upper if (code length == 1, code...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 3, 2004
10:54 pm
4773
I've been using the WebServer2.io web server in my wiki project. Some of the settings in the web server (e.g. the port number) were not quite what I wanted,...
Jason Grossman
jas0ngr0ssman
Offline Send Email
Nov 3, 2004
11:41 pm
4774
... I think it's not a good style to make it this way. Programs should interoperate through the public interface only and shouldn't have access to...
Vladimir Pogorelenko
vpswift@...
Send Email
Nov 4, 2004
9:23 am
4775
And let's not forget that the exposure of techniques like submitting remotely executable code is ITSELF an API. All an API is is a documented interface for...
Samuel A. Falvo II
falvosa
Offline Send Email
Nov 4, 2004
6:18 pm
4776
... Because the file I was reading in not only defines the web server object but also runs it, which is not what I wanted. So there was no way to get the...
Jason Grossman
jas0ngr0ssman
Offline Send Email
Nov 5, 2004
7:38 pm
4777
... Thanks, Jon. I'll use that template in the future. If anyone would like to play with templates on the demo server, go to: ...
Jason Grossman
jas0ngr0ssman
Offline Send Email
Nov 5, 2004
7:43 pm
4778
... Yes I did. I have exact answer: it seems that design of WebServer is not satisfy the OCP -- Open/Closed Principle of Object-oriented concept, which says...
Vladimir Pogorelenko
vpswift@...
Send Email
Nov 5, 2004
8:12 pm
4779
Anything that uses Hash, now in right order. Right now I have been able to modify Hash.* so that it gives back its elements in the same order that are inserted...
Fray Byte
fraybyte
Offline Send Email
Nov 7, 2004
10:53 am
4780
"Fray Byte" <fraybyte@...> wrote in message news:cmkus1+shv1@.... ... But kind of by definition a Hash is unsorted. Is the new code...
Mike Austin
mike_ekim
Offline Send Email
Nov 8, 2004
12:21 am
4781
Reply to Mike Austin. Mike: I discovered the problem using IoSQLite. IoSQLite gives back the results in a list of 'Maps'. IoMap uses Hash... I inserted the...
Fray Byte
fraybyte
Offline Send Email
Nov 8, 2004
7:54 am
4782
New hash sources. Here they have the link to sources of new hash.* files: http://www.fraybyte.org/aldea/viewtopic.php?p=842#842 Io speed tests before...
Fray Byte
fraybyte
Offline Send Email
Nov 8, 2004
8:54 pm
4783
... In order traversal of hashes is usually expensive, so a hash shouldn't be used when order matters. What would be more intresting is to replace the hash...
Kentaro A. Kurahone
akurahone
Offline Send Email
Nov 8, 2004
10:09 pm
4784
... Right, the Tree primitive in IoServer should be used when order matters. ... I'm considering replacing Map's Hash implementation with a skip list based...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 8, 2004
10:48 pm
4785
... Fray, Thanks for the patch. I don't see what you changed in PHash that would effect the performance of local sets. Could it be that the difference you...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 10, 2004
7:00 am
4786
Steve: The changes in PHash, are: 1) put PHASH_DEFAULT_SIZE to 16 in case non LOW_MEMORY_SYSTEM; but you there are the one that can say how it can affect the...
Fray Byte
fraybyte
Offline Send Email
Nov 10, 2004
10:01 am
4787
Release 2004 11 10 - SkipDB, CGI, fixes ============================================= - Replaced BDB with SkipDB in Io's persistence system - CGI fix for url...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 11, 2004
4:45 am
4788
Forgot to send the download link: http://www.iolanguage.com/Downloads/ -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 11, 2004
6:03 am
4789
Hi Steve, I have just downloaded the IoVM-2004-11-10.tar.gz. When I untar and run the ./configure I get the following error. $ ./configure for i in IoVM...
Quag
quagath
Offline Send Email
Nov 11, 2004
10:05 am
4790
Hi Jonathan, ... Looks like this was a bug in the IoVM "make clean" section. I've fixed it. ... Thanks, I've added that. ... Your welcome. :-) ... Skip lists...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 11, 2004
10:27 pm
4791
Do you have any ideas on how to solve the linking problem that I mentioned in the previous email? Jonathan....
Quag
quagath
Offline Send Email
Nov 11, 2004
10:48 pm
4792
... I think that is related to the "make clean" bug. In the IoVM makefile, try changing the "clean:" section to: clean: $(MAKE) -C base clean rm -f _objs/*.d ...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 11, 2004
11:14 pm
Messages 4763 - 4792 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help