[REBOL] Re: Data retrieval

2004-02-01 Thread Graham Chiu
Gisle Dankel wrote.. apparently on 1-Feb-2004/23:34:43 >Thanks for all replies! >I managed to do what I wanted using Sterling's proxy script. > >Now, there is one remaining problem: Retrieving information from https >pages. >Since REBOL doesn't support https I assume this will be rather difficult.

[REBOL] Re: Data retrieval

2004-02-01 Thread Gisle Dankel
Thanks for all replies! I managed to do what I wanted using Sterling's proxy script. Now, there is one remaining problem: Retrieving information from https pages. Since REBOL doesn't support https I assume this will be rather difficult... Cheers, Gisle - Original Message - From: "Graha

[REBOL] Re: Full text indexing

2004-02-01 Thread Hallvard Ystad
Dixit Graham Chiu (21.54 01.02.2004): >Graham Chiu wrote.. apparently on 2-Feb-2004/9:53:07+13:00 >>Has anyone done any full text indexing in Rebol, or implemented the Burrows Wheeler >>transform for searching? >Missed including the url: >http://www.mfn.unipmn.it/~manzini/fmindex/ That's all ve

[REBOL] Full text indexing

2004-02-01 Thread Graham Chiu
Graham Chiu wrote.. apparently on 2-Feb-2004/9:53:07+13:00 >Has anyone done any full text indexing in Rebol, or implemented the Burrows Wheeler >transform for searching? Missed including the url: http://www.mfn.unipmn.it/~manzini/fmindex/ -- Graham Chiu http://www.compkarori.com/cerebrus -- T

[REBOL] Full text indexing

2004-02-01 Thread Graham Chiu
Has anyone done any full text indexing in Rebol, or implemented the Burrows Wheeler transform for searching? -- Graham Chiu http://www.compkarori.com/cerebrus -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Check email syntax

2004-02-01 Thread Gabriele Santilli
Hi Tom, On Sunday, February 1, 2004, 5:07:23 AM, you wrote: TC> a minimal email DNS checker could be as simple as TC> read join dns:// next find email "@" Notice that: >> email: [EMAIL PROTECTED] == [EMAIL PROTECTED] >> email/user == r3b0l >> email/host == free.fr Anyway, that will look for