[REBOL] Directory/File issue...

2000-09-29 Thread tbrownell
Hello. I have a unique situation that involves .txt log files in a particular directory. The problem is this. The log files are created outside of my control and have unique name eg; 2102100534.txt Q. How can I read a text file with Rebol, when I'm not sure what the file name actually is?

[REBOL] The OSCAR Diaries - Initial Entry ( LONG! ) Re:

2000-09-26 Thread tbrownell
Which proves this list not only allows OPINIONS, but is UNMODERATED. Terry Brownell --- [EMAIL PROTECTED] wrote: The OSCAR Diaries - Initial Entry ( LONG! ) Hello everybody, this is the first entry of what I hope will be a fairly regular update of the activities thoughts of the OSCAR

[REBOL] Over 40 Platforms make for good press, but....

2000-09-23 Thread tbrownell
Below are some old OS market share stats (no doubt Unix flavours have grown). It's clear the Microsoft has the monopoly on OS's. An interesting point.. apparently DOS has a greater market share than Linux and Unix combined (although this may have changed as well) and yet there is no Rebol/DOS

[REBOL] Over 40 Platforms make for good press, but.... Re:(2)

2000-09-23 Thread tbrownell
It just depends who your targeting. The 1% "other" category or everybody else. It's not about which is better, but which is actually being used. I remember drooling over an Atari 800 with a whopping 8k of RAM (expandable to 16k if you had the extra $400.)with a casette deck for a drive, but

[REBOL] What can you tell us about the command runtime?

2000-09-21 Thread tbrownell
Pricing? Features? ETA? etc. T Brownell __ Do You Yahoo!? Send instant messages get email alerts with Yahoo! Messenger. http://im.yahoo.com/

[REBOL] Pocket PC?

2000-09-20 Thread tbrownell
Has anyone tried Rebol on a pocket PC? T Brownell __ Do You Yahoo!? Send instant messages get email alerts with Yahoo! Messenger. http://im.yahoo.com/

[REBOL] pinging SELMA Re:

2000-09-18 Thread tbrownell
Here's a thought.. some sort of thread control/filtering? Enjoy monitoring the conversation, but deleting upwards of 100 e-mails on busy days. T Brownell --- [EMAIL PROTECTED] wrote: BTW: Anyone made any improvements to SELMA that they would like to share? -jeff

[REBOL] Simple question regarding finding a replacing text between tags...

2000-09-12 Thread tbrownell
e trailing text..." ? Parsed seemed like the way to go, but ? Replace seemed a bit clunky and added tag brackets where they shouldn't be... just seems like the wrong approach. Thanks, TBrownell __ Do You Yahoo!? Yahoo! Mail - Free email you can

[REBOL] does REBOL run on Palm or not? Re:(6)

2000-09-12 Thread tbrownell
to-money random 100 TBrownell --- [EMAIL PROTECTED] wrote: Howdy, Ryan: Under 20 ? I wish... Try 5 :-) You all deserve a raise. GRIN. to-money make hash! [] -jeff __ Do You Yahoo!? Yahoo! Mail - Free

[REBOL] Simple question regarding saving strings to files.

2000-08-14 Thread tbrownell
I get... "string a" "string b" "string c" "string a1" "string b1" "string c1" so that I can do a... str: read string-text.txt foreach [a b c][print [a b c]] Or is there a better way to do this? Thanks again, TBrownell

[REBOL] Finding the previous value in a string

2000-08-11 Thread tbrownell
Hello all... Is there some way to find a value in a string that immediately proceeds another eg... string: "This is a string with some words" How would i find the word immediately before the word "with"... in this case the word "string" ? Kinda like select, but

[REBOL] SMTP

2000-08-07 Thread tbrownell
I'm using a SMTP server that requires authentication. How can I add a username and password to smtp? TBrownell __ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/

[REBOL] ?unset? ??? where did this come from?

2000-07-30 Thread tbrownell
Hello everyone. I'm trying to create a little utility script that will check for closing HTML tags and replace if missing (so as not to mess with the rest of the document) It looks like this HTML: "some html with only a b bold opening tag" tags: ["b" "/b" "i" "/i" "h1" "/h1" "h2" "/h2" "h3"

[REBOL] Finding a date in a string?

2000-07-30 Thread tbrownell
anks again. TBrownell __ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/

[REBOL] Nesting blocks query...

2000-07-08 Thread tbrownell
Hello. Q. How can i turn this... ["this" "is" "a" "sample"] Into this... [[this][is][a][sample]] Thanks in advance. TBrownell __ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/

[REBOL] Automation query...

2000-07-04 Thread tbrownell
as... A. If it hits an error it stalls. B. It picks up values from all the scripts it generates via email There must be a better way to boot a nice clean script every 60 or so... right? TBrownell __ Do You Yahoo!? Kick off your party with Yahoo! Invites. http

[REBOL] Webcam URL Re:

2000-06-30 Thread tbrownell
I seem to be suffering from that same disease... REBOLITIS. --- [EMAIL PROTECTED] wrote: Whoops. Should have gotten more than 3 hours sleep... Here's the address: http://demo.rebol.net/webcam/ __ Do You Yahoo!? Kick off your party with

[REBOL] How's this for frustration... or...NT/CGI/mail prob solved...

2000-06-20 Thread tbrownell
h-to-cgi/mail.r do %/c/remote-folder/file1.r do %/c/remote-folder/file2.r That only took a WEEK! TBrownell __ Do You Yahoo!? Send instant messages with Yahoo! Messenger. http://im.yahoo.com/

[REBOL] CGI Re:(4)

2000-06-15 Thread tbrownell
Perhaps also related to my "Rebol on IIS not sending email when commanded to via cgi." (Although I have no problem writing to files.) TBrownell --- [EMAIL PROTECTED] wrote: - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 15, 20

[REBOL] NT cgi query #163

2000-06-08 Thread tbrownell
Ok. new problem. Have core running on NT, user.r seems ok. When i do a send [EMAIL PROTECTED] from the console it works fine, but if i have a script called via cgi that has send [EMAIL PROTECTED] in it... it doesn't work at all? go figure? TBrownell

[REBOL] NT cgi query #163 Re:(2)

2000-06-08 Thread tbrownell
It's definately not reading the user.r file, but I'm not sure if I understand what your saying. Could you expound a bit for my newbie brain please? Thanks TBrownell --- [EMAIL PROTECTED] wrote: I'm not sure if this is the same problem, but I saw a similar type of behavior when I used

[REBOL] cgi woes...

2000-06-01 Thread tbrownell
Ok... recent format, re and re win98 machine with PWS, rebol and cgi but now when the script fires, only a rebol window pops up without processing the script. registry... \...\...\script map "c:\rebol\rebol.exe -cs %s %s" Worked fine before the format??? Any suggestions?

[REBOL] Buy the book...

2000-05-30 Thread tbrownell
If I buy a copy of the book can I get an autographed copy? Tbrownell __ Do You Yahoo!? Send instant messages get email alerts with Yahoo! Messenger. http://im.yahoo.com/

[REBOL] Newbie question #2 - Pattern making and using? Re:(8)

2000-03-27 Thread tbrownell
well... i don't know about ALL my questions... (this is number 2) please feel free to ignore it... but on Rebol's own site under "features" it says, "Parser dialect provides advanced pattern matching (all the power of, but much easier to use than, traditional regular-expressions) And the

[REBOL] Newbie question #2 - Pattern making and using? Re:(8)

2000-03-27 Thread tbrownell
Look, this works, but... REBOL[] catx: false dogx: false dog: [["black" "mutt"]["mangy" "dog"]] cat: [["fat" "cat"] ["furry" "feline"]] foo: "My tiger has swallowed a mangy dog and a fat cat." words: parse foo "." foreach val cat [if found? find words val [catx: true]] foreach val dog [if

[REBOL] Newbie question #2 - Pattern making and using? Re:(5)

2000-03-25 Thread tbrownell
on that will come back as TRUE for foo: "Old yeller done gone and ate my fluffy kitty." or.. if found dog: "old yeller" AND if found "ate" AND if found cat: "fluffy kitty" then dog-ate-cat: true Thanks again. TBrownell --- [EMAIL PROTECTED] wrote: Hi,

[REBOL] Newbie question #2 - Pattern making and using? Re:(3)

2000-03-24 Thread tbrownell
That works great, but how about finding more than one word in the string...eg. cat: ["fat cat" "furry feline"] Thanks in advance TBrownell --- [EMAIL PROTECTED] wrote: Here's an approach. cat: ["cat" "feline" "kitty" "lion"]

[REBOL] Newbie question #2 - Pattern making and using?

2000-03-23 Thread tbrownell
Ok... how do i make a pattern so that one word eg cat: can mean cat feline tiger etc. The following works, but this code looks imperfect. x: none cat: "feline" cat: "kitty" fact: "I have a kitty" if found? find fact cat [x: "found it"] if found? x [print x] unset 'x How can i make the 2

[REBOL] NT and CGI newbie question...

2000-03-22 Thread tbrownell
Hello. I'm can't seem to get the scripts in my NT cgi-bin to fire. I believe the execute permissions are set up properly. I suspect I am missing something when it comes to the "path to rebol" issue or ? Are there any common mistakes made while attempting cgi on NT? Thanks in advance, T