[REBOL] Re: How to view presentation dialect without Rebol

2002-05-02 Thread RebOldes
Hello Jason, Thursday, April 25, 2002, 6:14:50 PM, you wrote: JC> The Flash Player is free and widely distributed and much smaller than PDF or JC> SVG. It can be included on CDROMS. Also a stand-alone .exe can be made for JC> Win32+Mac [but you need access to the authoring tool for that I believ

[REBOL] Re: Quicken Files

2002-05-02 Thread Cybarite
I don't follow this requirement. I think the Quicken file format is created at the source site (the Bank) and is downloaded and saved from a web browser running in a secure session. I don't see any reason to write code to get involved in the SSL portion of that where you would have to logon and

[REBOL] Re: I am ready

2002-05-02 Thread Carl Read
On 02-May-02, Ammon Johnson wrote: > I don't know about skins in View, but i am using them in Link. ;-) Ah - nice to know. So, what other hints can IOS users drop about to us about the likely new features in Core and View? (; -- Carl Read -- To unsubscribe from this list, please send an ema

[REBOL] Re: I am ready

2002-05-02 Thread Ammon Johnson
I don't know about skins in View, but i am using them in Link. ;-) Enjoy!! Ammon A short time ago, Carl Read, sent an email stating: > On 02-May-02, Maarten Koopmans wrote: > > For Core 2.6, View 1.3 > > Where is it? When? > > > > With the Library component having a callback interface? > > With

[REBOL] Re: Anyone needs a B*-TREE?

2002-05-02 Thread Gabriele Santilli
Hi Gregg, On Thursday, May 02, 2002, 8:24:08 PM, you wrote: [docs] GI> I will. Great! :-) Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r -- To unsubscribe from this list, please send an

[REBOL] Re: Anyone needs a B*-TREE?

2002-05-02 Thread Gabriele Santilli
Hi Rod, On Thursday, May 02, 2002, 8:41:52 PM, you wrote: RG> Yes, I volunteer to write some makespec.r format docs for it. Hey, so we have two. :-) I really didn't expect this success. :) Thank you very much, to both of you. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> --

[REBOL] Re: Quicken Files

2002-05-02 Thread Graham Chiu
On Thu, 02 May 2002 10:14:11 -0500 "Dr. Louis A. Turk" <[EMAIL PROTECTED]> wrote: > > Has anyone written a script to download Quicken > compatible files from banks? Hi Louis, This will almost certainly require Rebol/command. -- Graham Chiu -- To unsubscribe from this list, please send an ema

[REBOL] B*-Tree

2002-05-02 Thread Gabriele Santilli
Hello all, just released my code. Sites > Rebol.it > B*-Tree Sites > R-Forces > Rebol.it > B*-Tree (mirror) http://web.tiscali.it/rebol/btree.r http://www.rebolforces.com/~giesse/reb/btree.r (mirror) I can send it via email too if anyone has problems downloading. Now waiting f

[REBOL] Re: Anyone needs a B*-TREE?

2002-05-02 Thread Rod Gaither
Hi Gabriele, >RG> I think it would be great if you released it stand-alone! > >So, would anyone volunteer writing the docs? :-) (it won't require >much time, it's not difficult to use it.) Yes, I volunteer to write some makespec.r format docs for it. Thanks, Rod. Rod Gaither Oak Ridge, NC - US

[REBOL] Re: Anyone needs a B*-TREE?

2002-05-02 Thread Gregg Irwin
Hi Gabriele, << So, would anyone volunteer writing the docs? :-) (it won't require much time, it's not difficult to use it.) >> I will. --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: evaluation result (or... goodbye)

2002-05-02 Thread Maarten Koopmans
Thanks for sharing this. Having started in a new environment I feel your pain. Sadly I find myself doing more and more in P&P (Perl & Python) as they *do* interface with the rest of the world and have a vibrant community. Let alone the license policy... It's a tough conclusion, and if things cha

[REBOL] Re: LDAP

2002-05-02 Thread Gregg Irwin
Hi Maarten, << Has anyone implemented LDAP? Or interfaced to the openldap libraries? >> Doug Vos started something on this a while back. Check http://vvn.net/reboldap/. --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, with

[REBOL] Re: evaluation result

2002-05-02 Thread Gregg Irwin
Thanks for the update Boris. Hopefully RT is listening. Good luck with your project. --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: Anyone needs a B*-TREE?

2002-05-02 Thread Gabriele Santilli
Hi Rod, On Thursday, May 02, 2002, 5:19:50 PM, you wrote: RG> I think it would be great if you released it stand-alone! So, would anyone volunteer writing the docs? :-) (it won't require much time, it's not difficult to use it.) Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]>

[REBOL] Re: local vars in functions

2002-05-02 Thread Ladislav Mecir
Hi all, I updated the http://www.rebolforces.com/~ladislav/contexts.html as well as contexts.r at the same location to reflect the differences found by Romano. Thanks again, Romano. Cheers L -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in t

[REBOL] evaluation result

2002-05-02 Thread Boris Garbuzov
Sorry for a long message, and thanks to all those experts assisting us of evaluation of Rebol technology for mail frow namagement client project. I feel obliged to share the results before signing off the list. Shortly, Rebol was rejected for not allowing direct multi-threading, for its singularit

[REBOL] Re: Anyone needs a B*-TREE?

2002-05-02 Thread Dr. Louis A. Turk
Hi Gabriele, At 12:38 PM 5/2/2002 +0200, you wrote: >Hello all, > >I just finished the code to handle a b*-tree (I need it for >indexes in dbms3.r), and I thought I should drop a line to this >list. Of course it is slower than hash! because it is not native, >but gives you the adv

[REBOL] Quicken Files

2002-05-02 Thread Dr. Louis A. Turk
Hi Rebols, Has anyone written a script to download Quicken compatible files from banks? Louis -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: Anyone needs a B*-TREE?

2002-05-02 Thread Rod Gaither
Hi Gabriele, I think it would be great if you released it stand-alone! Examples of key algorithms and concepts in REBOL are a real boon for the community. Thanks, Rod. > I just finished the code to handle a b*-tree (I need it for >indexes in dbms3.r), and I thought I should drop a li

[REBOL] Re: Iterated check box anomaly (resend)

2002-05-02 Thread Anton
Yes, but this will take some time for preparation... :) I actually wanted to try that next. I am getting my head into lists, iterated or not. Anton. > Hi Anton, > > > Don't listen to that negative stuff. > > Here seems to be a solution. Tell me if it works. > > Thanks for asking, by the way. M

[REBOL] Anyone needs a B*-TREE?

2002-05-02 Thread Gabriele Santilli
Hello all, I just finished the code to handle a b*-tree (I need it for indexes in dbms3.r), and I thought I should drop a line to this list. Of course it is slower than hash! because it is not native, but gives you the advantage of having all the keys always in order. If you

[REBOL] Re: REBOL IOS, many Q's. :)

2002-05-02 Thread Allen Kamp
> Let's say, for example, that I have a process that needs to be aware of > the arrival of a file. Rather than creating a daemon that constantly > runs and watches for it, can IOS fire off a process the moment the file > arrives? In other words, is it aware of the activities that it performs > and

[REBOL] Re: REBOL IOS, many Q's. :)

2002-05-02 Thread Carl Read
On 02-May-02, Gregg Irwin wrote: > Hi Carl, > << >> So, not being excited by this so far, you decide to get a second >> opinion. You fly to Paris and unpack your Link client from the >> single floppy you brought with you. You connect and, BOOM, >> everything is there, just as if you were at home

[REBOL] Re: I am ready

2002-05-02 Thread Carl Read
On 02-May-02, Maarten Koopmans wrote: > For Core 2.6, View 1.3 > Where is it? When? > With the Library component having a callback interface? > With better VID? > With better marshaling? > With. Skins support for View as promised? A View user guide? REBOL bumper stickers? -- Carl Read

[REBOL] LDAP

2002-05-02 Thread Maarten Koopmans
Has anyone implemented LDAP? Or interfaced to the openldap libraries? If so, I would really appreciate it if you would publish the code. If not, is anybody interested in this? ( I am looking into meta-directories, where you use a "platform" to integrate all kinds of directories. Integrating LDA