[REBOL] LISTAR?

2000-12-15 Thread Deryk Robosson
When did the mailing list move to Listar? Rebol couldn't cope with the load? :) 12: Received: with LISTAR (v0.129a; list rebol); Fri, 15 Dec 2000 13:02:42 -0800 (PST) Also, there are a few people sending messages with the Outlook buffer overrun hack. Most seem to be coming from severus.msprint

[REBOL] Re: creating blocks

2000-12-15 Thread Allen Kamp
Hi Graham, str: {this is some text with lines in it. We want to split it into lines in a block} >> parse/all str "^/" == ["this is some text with lines" "in it. We want to split it into" "lines in a block"] Cheers, Allen K - Original Message - From: "Graham Chiu" <[EMAIL PROTECTED]> T

[REBOL] [S] Suggestion

2000-12-15 Thread Ken Cadby
I find some scripts on this list (that aren't in one of the main script archives) helpful, but sometimes have trouble finding an email that has a specific script I'm looking for. It would help a lot if, say people put something like [S] (short for [Script]) as the first characters in the subject o

[REBOL] creating blocks

2000-12-15 Thread Graham Chiu
Just a quick question... I have some text with newlines etc that I want to convert to a block of lines. I could just write it to a temporary file, and then do a read/lines on it, but presumably there's another way ... -- Graham Chiu -- To unsubscribe from this list, please send an email to [EM

[REBOL] Re: Remove quote marks & LEFT(), RIGHT() ?

2000-12-15 Thread Donald Dalley
On 16-Dec-00, Allen Kamp wrote: > Since you aren't replacing it with anything, just use trim/with (instead of > using replace). > trim/with {This is a "test} {"} > == "This is a test" Yes, I wanted to use TRIM/WITH, but I didn't see a docs/example of how to do it with escaping a quote mark, un

[REBOL] Technically Advanced, but Socially... ?

2000-12-15 Thread Ken Cadby
Years ago, while realizing newfound power of dialog with members of large email groups, I would say things (in email) that implied that I was smart and correct, while implying (very slyly, sometimes) that others were completely wrong or stupid. Partly, I think I must have been hooked on the adrena

[REBOL] Internet time

2000-12-15 Thread Ryan C. Christiansen
As you probably know, Swatch came up with "Internet time" based on 1000 beats in a day and with Biel, Switzerland as the mean time. Here is a function which will give you the time in beats. >> internet-time == 982.1875 internet-time: func [][ local-mean-time: now/time zone-designator:

[REBOL] Re: Remove quote marks & LEFT(), RIGHT() ?

2000-12-15 Thread Allen Kamp
Since you aren't replacing it with anything, just use trim/with (instead of using replace). trim/with {This is a "test} {"} == "This is a test" you can also use trim/with to remove many characters in one pass trim/with {this is a test} {aeiou} == "ths s tst" Cheers, Allen K - Original

[REBOL] absolute zero

2000-12-15 Thread Ryan C. Christiansen
In order to prove to my IRC buddies that -20F in Fargo, North Dakota, is NOT anywhere near absolute zero, I have updated my temperature conversion object to include Kelvin conversions, as follows: >> convert-temp/F-K -20 == 244.2611 -20F = 244.26K REBOL [ Title: "Temperature Conv

[REBOL] system/options/home

2000-12-15 Thread Per-Olof Yliniemi
Hi, Noticed recently that system/options/home is set incorrect in REBOL/View on at least the Solaris x86 platform: REBOL_VIEW=/usr/local/rebol/home REBOL_HOME=/usr/local/rebol/home export REBOL_VIEW export REBOL_HOME ./rebol (close demo) REBOL/View 0.10.38.10.2 28-Nov-2000 Copyright 2000 REBOL

[REBOL] Encryption rply

2000-12-15 Thread Jarrett Wold
I am looking for a public private implementation... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Sent: Friday, December 15, 2000 4:33 AM To: [EMAIL PROTECTED] Subject: [REBOL] Re: Encryption Jarrett Wold wrote: > > I am wondering if anyone ha

[REBOL] Re: How to do CGI POST as client? - solved

2000-12-15 Thread Graham Chiu
This works for me: rebol [] do http://www.compkarori.co.nz/reb/http-tools.r cgi: http://badminout.monmouth.com/cgi-bin/cgiwrap/dud/dsl.cgi data: [ "npa" "732" "nxx" "842" "process" "Lookup" ] tmp: http-tools/post cgi data probe tmp/content -- Graham Chiu -- To unsubscribe from this list, plea

[REBOL] Re: %build-lib.r

2000-12-15 Thread Ryan C. Christiansen
> In anticipation of putting up a site with a REBOL script library, I was > playing around with Carl's %build-lib.r which can be found here... > > If you were to combine this script with one I saw posted to this list a > few weeks ago (a script which defined the words and functions in the > scrip

[REBOL] Re: Remove quote marks & LEFT(), RIGHT() ?

2000-12-15 Thread Donald Dalley
Kev & Graham: I didn't find escaping in the docs and I didn't know about {} until I saw another parsing thread. The script is still not working completely, but I am closer. Thanks! On 15-Dec-00, Kevin McKinnon wrote: > On Fri, 15 Dec 2000, Donald Dalley wrote: > > What is the REBOL way of re

[REBOL] Re: Remove quote marks & LEFT(), RIGHT() ?

2000-12-15 Thread Graham Chiu
On Fri, 15 Dec 2000 13:07:31 REBOL Time Zone Donald Dalley <[EMAIL PROTECTED]> wrote: > > What is the REBOL way of removing quotes (") from > strings? this is another way: >> test: {This is a "test} == {This is a "test} >> replace/all test {"} "" == "This is a test" -- Graham Chiu -- To uns

[REBOL] Re: How to do CGI POST as client? - solved

2000-12-15 Thread Graham Chiu
On Fri, 15 Dec 2000 13:51:13 -0500 "Vos, Doug" <[EMAIL PROTECTED]> wrote: > > Thanks again... I was also asleep... > Please send out new http-tools.r or provide pointer. > > Thanks. Hi Doug, It's in my signature below if you are using Rebol/View, or if not, at http://www.compkarori.co.nz/reb

[REBOL] Re: Remove quote marks & LEFT(), RIGHT() ?

2000-12-15 Thread Kevin McKinnon
On Fri, 15 Dec 2000, Donald Dalley wrote: > What is the REBOL way of removing quotes (") from strings? You need to escape the quote. To remove all quotes from a string: replace/all src-string "^"" "" > Alternatively, how do we PARSE using quotes as targets? Same idea. Escape the " with a ^.

[REBOL] Re: Rebol IRC client

2000-12-15 Thread <[EMAIL PROTECTED]>
The /View script does not execute because it is looking for %scroller- styles.r and %version.r Can you share those scripts? Thanks. -Ryan > >Hi, > >I have uploaded both versions of my IRC client now, along with some >other required scripts. > >You can find the client on http://www.algonet.se/~p

[REBOL] Re: How to do CGI POST as client? - solved

2000-12-15 Thread Vos, Doug
Graham: Thanks again... I was also asleep... Please send out new http-tools.r or provide pointer. Thanks. -Original Message- From: Graham Chiu [mailto:[EMAIL PROTECTED]] Sent: Friday, December 15, 2000 1:26 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: How to do CGI POST as client? - so

[REBOL] Re: How to do CGI POST as client? - solved

2000-12-15 Thread Graham Chiu
On Fri, 15 Dec 2000 10:15:43 -0500 "William F. Dudley Jr." <[EMAIL PROTECTED]> wrote: > $data = "npa=\"732\"&nxx=\"842\"&process=Lookup"; > If you had used the http-tools.r script I posted, it would have been data: [ "npa" "732" "xx" "842" "process" "Lookup" ] tmp: http-tools/post yourcgi

[REBOL] Remove quote marks & LEFT(), RIGHT() ?

2000-12-15 Thread Donald Dalley
Hi, folks: The following questions are all related: What is the REBOL way of removing quotes (") from strings? Alternatively, how do we PARSE using quotes as targets? How are we supposed to do LEFT() RIGHT() operations? It seems that MAKE FILE! does not work with file-name" and we can't use a

[REBOL] Re: How to do CGI POST as client? - solved

2000-12-15 Thread jeff
Howdy, Bill: Regarding your attempt to use REBOL's http post stuff: Were you using the latest experimental version of core or released version, core 2.3? I think read/custom http:// [post {stuff}] is only in the latest experimental versions. [Yes, we here at rebol are sometimes

[REBOL] Re: Re(2): Console life a bit over-expressive? Try dir-utils

2000-12-15 Thread Marcus Petersson
On Thu, 14 Dec 2000, Anton wrote: > I want to implement a scroll bar if it gets too big. I am not sure > how at the moment. Anyone with a pointer to a nice example of a > list and updating slider? I was close to suggesting "source request-file", but it seems that the source returned when you exa

[REBOL] Re: How to do CGI POST as client? - solved

2000-12-15 Thread William F. Dudley Jr.
After a lot of false starts trying to get Rebol to successfully do a CGI POST operation, I finally figured out how to write a script that works. Bill Dudley P.S. I don't think Rebol is ready for prime time if the examples in the Core book don't all run correctly. Working script: #!/usr/local/b

[REBOL] Re: Enhancement Request - Rebol on new Amiga

2000-12-15 Thread riachtchenko
Hallo Mat - rather look at this!! http://www.amiga.com/press/zine/4-17-00/AW8.htm cheers Sascha Mat Bettinson wrote: > Heya Al, > > ABxcn> It would be very nice if Rebol ran on the new Amiga: > ABxcn> http://www.amiga.com/press/zine/4-17-00/AW7.htm > > Call my cynical (I did my stint as an Amiga

[REBOL] destroy the variable

2000-12-15 Thread riachtchenko
Thanks Andrew! and - is there a trick to effectively destroy a variable from the shell's global namespace? (not found in manual..) many thanks Sascha. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Rebol IRC client

2000-12-15 Thread P-O Yliniemi
Hi, I have uploaded both versions of my IRC client now, along with some other required scripts. You can find the client on http://www.algonet.se/~peoyli, by following the PeO->Computing->REBOL path on the page. /PeO -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED]

[REBOL] Re: Encryption

2000-12-15 Thread Chris
Jarrett Wold wrote: > > I am wondering if anyone has tackled encryption with REBOL at all? If so, > any resources, docs and etc?? What sort of encryption are you after? I know how to implement a Beuford polyalphabetic substitution cypher in Rebol/core which uses a random number generator to cr