[REBOL] Hijacked Subject Lines?

2002-03-15 Thread webmaster
Dear List, Without launching a massive debate... Could we all attempt to respect the original subject lines when we post. It is certainly part of the nature of conversation to have topics drift and evolve. But when a message subect line persists after the conversation moves on it tends to

[REBOL] Dynamic Layout w/GPS -Questions?

2002-03-15 Thread webmaster
Dear List, Well I'm back, and on a new tangent. Now that I have data flowing from my GPS to my rebol app I have embarked on a new tangent. I have this position data that is changing as the GPS travels and I wish to have it appear in real time in my View layout. I have experimented and managed

[REBOL] Serial Communications - SUCCESS!!!

2002-02-26 Thread webmaster
Dear List, Many warm thanks to those who responded with such speed and charity to my plight. I could go on about the silly little stuff that made this minor exercise a pain, but I won't. I had the port command and related parameters when I put out my plea to the list, but thanks for confirming

[REBOL] Serial Communication - Desperately Seeking...

2002-02-25 Thread webmaster
Dear List, Does anyone have any experience opening a read only connection to a serial port through Rebol? I have thrashed around with this for many hours and have developed some code that is guaranteed to yield the blue screen of death but not a lot of serial communication. Basically I want

[REBOL] SMTP setup and cgi send?

2000-09-07 Thread webmaster
I have my info in USER.r correct for smtp yet it does not work when I try sending email out via a cgi. what could be wrong? thanks Jeff Rubin, CTO Co-Founder Audiopia Shutup and Listen... http://www.audiopia.com also check out my personal site Brainbyte! http://www.brainbyte.com

[REBOL] SMTP setup and cgi send? Re:

2000-09-07 Thread webmaster
Well once again I solved my own problem. I do set-net [[EMAIL PROTECTED] mail.domain.dom] before I need to send something At 03:46 AM 9/7/00 -0500, you wrote: I have my info in USER.r correct for smtp yet it does not work when I try sending email out via a cgi. what could be wrong? thanks

[REBOL] Rebol resumes...?

2000-09-07 Thread webmaster
Hi. Please send your resume for possible near future freelance/contract Rebol CGI programming and more. send to: [EMAIL PROTECTED] This is in regard to http://www.audiopia.com Thank You. Hey if I had some time I would create a job board for rebol. Maybe I will anyway. :]

[REBOL] Find Directory?

2000-09-06 Thread webmaster
I am writing some code which takes user input in a form and then checks to see if the user input is a directory name or not. Now on Win98 in Rebol console, it works fine. Each directory is %directory/ yet in linux I can't make it work filename: %filename directory: read blahblahblah ;read the

[REBOL] Find Directory? Re:(2)

2000-09-06 Thread webmaster
that did the trick duh again... At 03:44 PM 9/6/00 -0700, you wrote: I suspect: found: find directory filename should be: found: find directory to-file filename [EMAIL PROTECTED] wrote: I am writing some code which takes user input in a form and then checks to see if the user input is

[REBOL] GET vs. POST Re:(2)

2000-09-05 Thread webmaster
never cared how it came as long as I got it. --- On Sat, 2 Sep 2000 22:49:02 webmaster wrote: I have The Official Guide and within there is a small function which is supposed to be able to detect whether GET or POST is used and then access the correct system variable path to receive the info

[REBOL] GET vs. POST

2000-09-02 Thread webmaster
I have The Official Guide and within there is a small function which is supposed to be able to detect whether GET or POST is used and then access the correct system variable path to receive the info which was submitted by the form. I don't think it works. Anyone else try this code and if so,

[REBOL] GET vs. POST Re:

2000-09-02 Thread webmaster
Duh, forget. I got it working. :] Jeff Rubin, CTO Co-Founder Audiopia Shutup and Listen... http://www.audiopia.com also check out my personal site Brainbyte! http://www.brainbyte.com

[REBOL] Creating Servers in Rebol on Linux Re:(4)

2000-08-31 Thread webmaster
best bet was starting the thing as a cron thanks for the help! Jeff Rubin, CTO Co-Founder Audiopia Shutup and Listen... http://www.audiopia.com also check out my personal site Brainbyte! http://www.brainbyte.com

[REBOL] Creating Servers in Rebol on Linux

2000-08-28 Thread webmaster
I asked this before to no avail. The SID-SERVER from the Official Guide or any server for that matter created in Rebol and to be run on Linux. How do I make the thing run resident so I can start or stop it via remote cgi? Right now, I must telnet in and run manually, if I close telnet client,

[REBOL] Jobs/projects list?

2000-08-28 Thread webmaster
Is there a jobs/projects needing help, talent available list for Rebols (Rebol programmers)? Jeff Rubin, CTO Co-Founder Audiopia Shutup and Listen... http://www.audiopia.com also check out my personal site Brainbyte! http://www.brainbyte.com

[REBOL] Creating Servers in Rebol on Linux Re:(2)

2000-08-28 Thread webmaster
nope when i do that it runs the server but the html calling page just waits and waits as it tries to contact the server i also tried just the without the null stuff and it does the same thing At 04:13 PM 8/28/00 -0700, you wrote: How do I make the thing run resident so I can start or stop

[REBOL] sid-server and linux

2000-08-27 Thread webmaster
sid-server or any server for that matter in rebol what is a good approach to start and stop a server written in rebol on linux i telnet in and start it up but have to remain connected to make it work help! i know it has something to do with shell user and such i think thanks Jeff Rubin, CTO

[REBOL] Trying to get Rebol to work as a CGI on Apache 1.3.x on a Cobalt Raq3 with CGIWRAP Re:(2)

2000-08-07 Thread webmaster
Hmmm It works now, it was because I named my cgi program blah.r rather than blah.cgi Thanx!

[REBOL] Trying to get Rebol to work as a CGI on Apache 1.3.x on a Cobalt Raq3 with CGIWRAP

2000-08-06 Thread webmaster
Trying to get Rebol to work as a CGI on Apache 1.3.x on a Cobalt Raq3 with CGIWRAP Um. Any ideas? I tried a bunch of things even tried putting rebol in cgi-bin itself and no dice. Thanks Jeff Rubin, CTO Co-Founder Audiopia Shutup and Listen... http://www.audiopia.com also check out my

[REBOL] Odd behavior with setting variables Re:(4)

2000-07-25 Thread webmaster
Thank You! I will try em. At 08:59 PM 7/25/00 +1200, you wrote: Just a few comments. currentpath: "ftp://blah:[EMAIL PROTECTED]/blah/blah/" Did you know that Rebol works with URLs directly? Like this: currentpath: ftp://blah:[EMAIL PROTECTED]/blah/blah/ == ftp://blah:[EMAIL

[REBOL] Use of commas in text data import

2000-07-25 Thread webmaster
Ok. So now I am importing data files made of text. If the imported text data includes a comma, like that. It hangs the process and breaks. Is there a way to specify that the data being imported should be read as text and not to hang on any punctuation? workpath: join currentpath [first path

[REBOL] Use of commas in text data import Re:

2000-07-25 Thread webmaster
Duh. I was using load and I change to read and it works fine. later At 05:01 AM 7/25/00 -0500, you wrote: Ok. So now I am importing data files made of text. If the imported text data includes a comma, like that. It hangs the process and breaks. Is there a way to specify that the data being

[REBOL] One more thing - Odd behavior with setting variables

2000-07-25 Thread webmaster
At 04:08 AM 7/25/00 -0500, you wrote: This: path: ["blah1" "blah2" "blah3" "blah4" "blah5"] is better written as: paths: [%blah1/ %"blah blah2/" ... paths: [%blah1/ %"blah blah2/" (i dont get it) this makes no sense to me. first there is a % then a space then %" then " did

[REBOL] Odd behavior with setting variables

2000-07-24 Thread webmaster
I have been writing some code and can't seem to get consistent behavior from 1 loop cycle to another in a FORALL basically when I set some variables initially before going into the loop, the loop cycles and at end of loop before it comes in again i reset the variables to what they need to be.