[REBOL] Re: Want FreesiteUK's scripts?

2001-02-05 Thread Elan
Hi Petr, you wrote: How many times should I repeat that? try random/seed now random good-to-hear-from-you * have-you-been-busy? Hope this helps ;-), Elan -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Problem with losts records

2001-02-05 Thread Gordon Gekko
Hi, Rebol/Command drives me Crazy!. The next code doesn't run (OK) - - - Begin Code - - - REBOL [] MySQL-Conn: open odbc://Radius MySQL-Port: first MySQL-Conn MySQL-CadenaSQL: "select * from limpia20010131" insert MySQL-Port [MySQL-CadenaSQL] while [Registro-LOG: pick MySQL-Puerto 1]

[REBOL] Re: Sharing Scripts on different OS

2001-02-05 Thread Gabriele Santilli
Andrew Martin wrote: [Root Directories]/Rebol/ with each Rebol version in subdirectories like: [Root Directories]/Rebol/Core/ [Root Directories]/Rebol/View/ and with my user scripts in a sub directory like: [Root Directories]/Rebol/Scripts/ What a

[REBOL] Re: Problem with losts records

2001-02-05 Thread sqlab
Ola Gordon Do you know which records are missing, maybe every 11th or nnth record or the last nn records ? I used recycle just every 1000 records. AR Hi, Rebol/Command drives me Crazy!. I Don't obtain all the records of the table Limpia20010131, and I can't find the cause, I found

[REBOL] Re: Problem with losts records

2001-02-05 Thread Gordon Gekko
Hi, The Table limpia20010131 got about 2 milliom of records, I missed 1 milliom ... every 2nd ... if i use Recycle every 1000 records ... I must lost all the 1000th Records (about 2000 records) ! (Less records that now) At 14.47 05/02/01 +0100, you wrote: Ola Gordon Do you know which

[REBOL] Re: Problem with losts records

2001-02-05 Thread sqlab
Hi I never used pick, but always copy/part n. I will check if I too loose one record after each recycle. I hope, it's not true. AR Hi, The Table limpia20010131 got about 2 milliom of records, I missed 1 milliom ... every 2nd ... if i use Recycle every 1000 records ... I must lost

[REBOL] Want FreesiteUK's scripts?

2001-02-05 Thread Malcolm Campbell
Hi, Just wondering, I am nearly finished converting my site from Rebol to PHP, and will therefore have no need for the scripts that my site currently uses. If anyone is interested in obtaining the scripts that run FreesiteUK, then let me know, I will send you them as soon as the new version is

[REBOL] read or load e-mail file in BeOS

2001-02-05 Thread [EMAIL PROTECTED]
Can anyone else successfully 'read or 'load an e-mail file using REBOL in BeOS? The files themselves are just text files including the entire e-mail, header and all, but I get an "access error" when I try to read an e-mail file in BeOS (not reading from my POP3 server, but reading the file

[REBOL] Request for info via website

2001-02-05 Thread William
Dear everyone, I have just tried out Rebol and am amazed with the amazing stuff it can do with just a few lines of programming. My intention is to programme a script that can automatically retrieve information from a website without me having to manually key in the query parameters.

[REBOL] Noughts and crosses (tic tac toe)

2001-02-05 Thread Malcolm Campbell
Hi, While looking through my collection of scripts that I created in Rebol, I found a web based noughts and crosses game. The code is as you would expect messy since it was the first thing I created but it does work, anyway you can try the game at: http://www.freesiteuk.com/game.cgi And

[REBOL] Re: segmentation fault

2001-02-05 Thread bo
Rene, Make sure you have a file called /etc/termcap, even if it is empty. You can create one easily enough by entering the following at your shell prompt: touch /etc/termcap If you have further problems, please send the exact sequence of events to [EMAIL PROTECTED] Thanks! -Bo On

[REBOL] Re: read or load e-mail file in BeOS

2001-02-05 Thread [EMAIL PROTECTED]
It turned out the file names were causing problems. Since the BeOS names its e-mail files using the Subject line of the e-mail, the names included [brackets] which were causing a problem for a straight 'read into REBOL. -Ryan Can anyone else successfully 'read or 'load an e-mail file using

[REBOL] [script] Re: Request for info via website

2001-02-05 Thread GS Jones
Hi, William, I'm no pro but this should get you started. if you are looking for a 'get request. 'Post requires a slight modification. a: b: c: d: 0 bump: func [ a-blk [block!] ] [ a: a + 1 if a 9 [ a: 0 b: b + 1 if b 9 [ b: 0 c: c +

[REBOL] Re: Request for info via website

2001-02-05 Thread GS Jones
Whoops. I just realized that the algorithm will miss checking the value for "". Changing while [e ""] [ to while [e = ""] [ should fix the bug. Hope this helps. --Scott -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the

[REBOL] BayAreaRebolUserGroup

2001-02-05 Thread David Vydra
my apologies to those outside of the Bay Area... The next meeting of the Bay Area Rebol User Group is Saturday, February 10th, 11am - 1pm at the Grand Lake Neighborhood Center, 530 Lake Park Ave., Oakland, CA 94610 http://grandlakecenter.homepage.com/ Jeff will demonstrate the new Express

[REBOL] Re: Serve/Link

2001-02-05 Thread Dan Stevens
Hey Graham... I know you saw my earlier response, but for the rest of the list, we are setting up an evaluation server with Link for companies that are interested in licensing REBOL/Express. It should be ready soon. Thanks, Dan At 10:11 PM 2/3/01 +1300, you wrote: Perhaps I didn't notice

[REBOL] [script] Re: Request for info via website

2001-02-05 Thread GS Jones
D. Sorry, crew... I finally dawned on me how to shorten the script and always keep the value to 4 places... a: 0 while [a 1] [ page: read rejoin [http://www.thesite.dom/cgi-bin/mycgi.cgi?value= copy/part "" 4 - length? to-string a a] ; parse page to get info you are

[REBOL] Re: segmentation fault

2001-02-05 Thread Rene Schrader-Boelsche
On Mon, Feb 05, 2001 at 10:21:05AM -0700, [EMAIL PROTECTED] wrote: Make sure you have a file called /etc/termcap, even if it is empty. You touch /etc/termcap Yeah, no segmentation faults Thanx :)) Rene -- Rene Schrader-Boelsche +49 (0)171 5482906 Dellbruecker Steinweg 10

[REBOL] Re: Serve/Link

2001-02-05 Thread Paolo Russo
Hey Graham... I know you saw my earlier response, but for the rest of the list, we are setting up an evaluation server with Link for companies that are interested in licensing REBOL/Express. It should be ready soon. Thanks, Dan At long last! I for one am eager to try a commercial version

[REBOL] embeded php

2001-02-05 Thread Rene Schrader-Boelsche
Hi there, In a sample Chapter "Rebol for Dummies" I read, that it is possible to embed php to Rebol. Is it real??? A test went wrong... #!/path/to/rebol -cs REBOL [ ] print { html ? print("Hello world")? /html } cu Rene -- Rene Schrader-Boelsche +49 (0)171 5482906

[REBOL] Re: Want FreesiteUK's scripts?

2001-02-05 Thread Paolo Russo
I agree... REBOL/Command with the type of integrated MySQL support PHP has would be heaven! --Ralph Roberts I agree too. IMHO Rebol is too young for us to risk to use it on a huge development project based on big guns like Oracle's DBMS. It would be nicer if we could experiment its prowess

[REBOL] Re: Want FreesiteUK's scripts?

2001-02-05 Thread Nenad Rakocevic
Petr Krenzelok wrote: [...] How many times should I repeat that? /Command = CGI. What do we want is - Apache module. If it is not like that, the world will not accept it. I tried to convince three of my friends and the answer was clear - CGI s... :-) ... that's probably reality and we

[REBOL] Re: Want FreesiteUK's scripts?

2001-02-05 Thread Graham Chiu
On Mon, 5 Feb 2001 23:06:37 +0100 Paolo Russo [EMAIL PROTECTED] wrote: It would be nicer if we could experiment its prowess on a cheaper or free dbms like MySQL. Perhaps RT could rethink their strategy and provide an interface to the open source sql databases, but charge for access to

[REBOL] Re: embeded php

2001-02-05 Thread GS Jones
Hi, Ralph, I know some writers are hesitant to say anything about their current work in progress, so please feel free to say nothing. But I'm curious what you are currently working on. Any hints? Thanks either way. --Scott Ralph Roberts wrote: ... ... gotta get back to writing. ... --

[REBOL] Users Group Carpool?

2001-02-05 Thread Ryan Cole
Is anyone from Lake or Mendocino County planning a carpool to the Users Group meeting in Oakland on Saturday? I could use a ride. --Ryan [EMAIL PROTECTED] -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] printing javascript tags

2001-02-05 Thread Terry Brownell
Hello All, Simple question(?) How do you form and print the following javascript SCRIPT document.cookie = 'CookiesEnabled=1'; if (document.cookie == ' ') { {document.location.href='http://www.yourdom.com';} /SCRIPT ...seeing that it

[REBOL] Re: POP-3 command TOP not supported, what to do?

2001-02-05 Thread Kevin McKinnon
On Sun, 4 Feb 2001, Martin Rommel wrote: Hello list, the implementation of the POP-3 protocol in Rebol seems not to support the command TOP which is used to retrieve only the header of an email from the server (and possibly a specified number of lines of the message, see RFC 1939). clip

[REBOL] Re: printing javascript tags

2001-02-05 Thread Kevin McKinnon
On Mon, 5 Feb 2001, Terry Brownell wrote: How do you form and print the following javascript SCRIPT document.cookie = 'CookiesEnabled=1'; if (document.cookie == ' ') { {document.location.href='http://www.yourdom.com';} /SCRIPT

[REBOL] Re: Users Group Carpool?

2001-02-05 Thread bo
Ryan, I'd love to, but I'm taking my father-in-law to the airport in Sacramento on Saturday. Maybe next time... -Bo On 5-Feb-2001/16:39:40-8:00, [EMAIL PROTECTED] wrote: Is anyone from Lake or Mendocino County planning a carpool to the Users Group meeting in Oakland on Saturday? I could use

[REBOL] Re: printing javascript tags

2001-02-05 Thread Andrew Martin
T Brownell wrote: SCRIPT document.cookie = 'CookiesEnabled=1'; if (document.cookie == ' ') { {document.location.href='http://www.yourdom.com';} /SCRIPT The first left brace on this line: {document.location.href='http://www.yourdom.com';}

[REBOL] Re: Returning true when parsing a blank line

2001-02-05 Thread Andrew Martin
doug wrote: After I have read in a file line by line, how do I check for blank lines? Try: foreach Line read/lines %File.txt [ if empty? Line [ print "Found an empty line!" ] ] Andrew Martin ICQ: 26227169

[REBOL] Re: Returning true when parsing a blank line

2001-02-05 Thread Anton
This prints true/false at the beginning of each line, indicating whether this line had nothing (none) in it. x: read/lines %file.txt foreach line x [print [parse line [none] line]] Do you want to combine other parse rules with the 'none possibility? Otherwise you can test using [empty? line]