[REBOL] Re: mysql-protocol

2004-03-07 Thread Tim Johnson
* Hallvard Ystad <[EMAIL PROTECTED]> [040307 15:20]: > > Hi, > > This is a late reply to a message from june last year. > > Dixit Tim Johnson (16.54 26.06.2003): > >Hello Rebols: > >DocKimbel and I had an OT exchange of emails early > >this year in which I posed the the following: > >That i

[REBOL] Re: mysql-protocol

2004-03-07 Thread Hallvard Ystad
Hi, This is a late reply to a message from june last year. Dixit Tim Johnson (16.54 26.06.2003): >Hello Rebols: >DocKimbel and I had an OT exchange of emails early >this year in which I posed the the following: >That it would be convenient at times for me to have >the selection set from a qu

[REBOL] [proxy] Re: Port Sniffer

2004-03-07 Thread Maxim Olivier-Adlhoch
> A good starting point could be Sterling's proxy server: > http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=proxy.r sorry for butting in. Thanks sunanda... and a BIG thanks to Sterling Newton for this functional proxy server. There is nothing like a server you can safely start

[REBOL] (x)emacs inferior mode

2004-03-07 Thread Tim Johnson
Hiya Rebollers: I want to take a whack at putting together an inferior mode for rebol on x/emacs. I'll have some help from a fellow who is an old hand at emacs. If you are interested, drop me a line OTL. I have rebol.el, but it has no such feature as far as I can tell. tim (old vimmer, ema

[REBOL] Re: Port Sniffer

2004-03-07 Thread SunandaDH
Peter: > I would like to capture the traffic to/from a web browser > with a script in the middle. I recall that this has been > asked on the list before, but I do not remember what was > said. A good starting point could be Sterling's proxy server: http://www.rebol.org/cgi-bin/cgiwrap/rebol/v

[REBOL] Port Sniffer

2004-03-07 Thread Peter Carlsson
Hello! I would like to capture the traffic to/from a web browser with a script in the middle. I recall that this has been asked on the list before, but I do not remember what was said. The approach I have in mind would be to have REBOL listening to all traffic through the network interface port

[REBOL] Licensing Engine for Commercial Applets - was IE Plugin: Congrats To Carl and Staff (and some requests/proposals/suggestions)

2004-03-07 Thread Elan
Hi Volker. I think that three arguments that can be made in favor of implementing the applet licensing code in the rebol.dll plug-in. 1. Avoiding Bandwidth Waste Due to Code Duplication 2. Applet Plug-in Platform Independence 3. Simplified Development/Maintenance (Less Errors) Thanks To Standar

[REBOL] Sending mails & authentification

2004-03-07 Thread Robert M. Münch
Hi, I'm running a SMTP server, that requires authentification. So I try to use esend and esmtp to get my mails out. Here is the error I get: Net-log: "250-ENHANCEDSTATUSCODES" Net-log: "250-8BITMIME" Net-log: "250-SIZE" Net-log: "250-DSN" Net-log: "250-ONEX" Net-log: "250-ETRN" Net-log: "250-XU

[REBOL] Re: How to use ^ in string?

2004-03-07 Thread Carl Read
On 07-Mar-04, Raimund Dold wrote: > Hi everybody, > I need to have a ^ in a string. How do I get that done? >> print "abc^^123" abc^123 >> print "abc123" abc^^123 > Thanx > Raimund -- Carl Read -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Re: Help with HTTP protocol

2004-03-07 Thread Anton Rolls
Actually, rebol can handle cookies, it's just not built in. Go to http://www.rebol.org and search for "cookie", you will find Several examples. Anton. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > just looking at it quickly I th

[REBOL] How to use ^ in string?

2004-03-07 Thread Raimund Dold
Hi everybody, I need to have a ^ in a string. How do I get that done? Thanx Raimund -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Simple XML

2004-03-07 Thread T. Brownell
XML can be both simple and complex. This site is devoted to the creation of the necessary tools and docs to make the complex simple too using Rebol. http://compkarori.com/vanilla/display/Simple+XML -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as th