[REBOL] can rebol strip this type of text file? Re:(2)

2000-06-13 Thread ParksGW

I haven't done much actual programming in REBOL yet, so I hope I'm not
talking out of turn, but here we have an industry-specific terminology that
seems like an application for dialecting.  Would that apply?  I'd love to
see how it's done...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 13, 2000 8:33 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] can rebol strip this type of text file? Re:


Hi Keith,

its trivial to do that in REBOL. You have a number of different choices. 
The most elegant way to do it would be to use parse.

Take a look at the documentation under parse. Let me know if you have
questions.

Elan

At 04:18 PM 6/13/00 +1000, you wrote:
hi all
i am new to scripting (rebol and python) and was wondering if it was 
capable of doing to the following and if so..how?
the following is an example of what i need to strip and turn into a tab 
delimited file..
the entries are from a music database that is updated weekly..it is in 
lotus notes so i export from there and it dumps this file out with the new 
titles for the coming week (here the 19th June)
i only need to get the rows with the double astericks at the start (i put 
those in for this post, they are not there in the normal file) and then 
strip the words at the start and then put a tab in between them so i can 
bring it into excel for the sales team to look at  i would need a first

row to describe each column also maybe something like
Title tab Artist tab Cat no tab APN etc etc
the tracklisting is a little more complicated as it has multiple tracks 
within the row..they are seperated by commas
i think that it won't be that hard but i had no success in perl so i 
thought i might try rebol or python...

thanks in advance
keith

FORM: Popular Recording
CMTYPESWITCH: Popular
RELOCORIGINAL: 55864A2603AC94ACCA2568F200224388
CMCOUNTRY_ORIGIN:
CMGENRE_CODE:
**CPTITLE: INFINITE POSSIBILITIES
**CPARTIST: AMEL LARRIEUX
CPOARTISTS:
**CMCATNUMBER: 4948792
**CMAPN: 9399700067507
**CMARIAPRICECODE: C9921
**CMARIAMEDIACODE: 21
**CMARIADISTRIBUTORCODE: SMA
CMARIAPACKAGECODE:
**DMRELEASE: 19/06/2000
cMDateFormat: 19/06/2000 12:00:00 AM
DMDELETE:
cMDeleteStatus: No
**CMLISTPTRACKS: GET UP,I N I,SWEET MISERY,SEARCHIN' FOR MY SOUL,EVEN 
IF,INFINITE POSSIBILITES,SHINE,DOWN,WEATHER,MAKE ME WHOLE,GET UP (THREAD 
HAD FUN MAIN MI,GET UP (MV MIG MIX (RADIO))
CMLISTPARTISTS: ,,,
RELOCMEDIA: F73C80183A01A8D7CA2568F2002A5517
**CURMPRICE: 15.91
**CMTYPE: Compact Disc
CMRECORDCOMPANY: SONY MUSIC
CMPACKAGE:
CMARIADISTRIBUTORHOUSECODE:
cDistributorHouse:
CMLOCALE: Y
$UpdatedBy: CN=PPT/OU=AEROS/O=JUKEBOX
$Revisions: 02/06/2000 05:42:22 PM,02/06/2000 05:42:22 PM 




;- Elan [ : - ) ]




[REBOL] using script language=rebol Re:(3)

2000-06-09 Thread ParksGW

I guess I'm stupid, but where's the REBOL on this site?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 09, 2000 7:10 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] using script language="rebol" Re:(2)


For an example of a fully scripted REBOL page please visit
http://geeks.dyndns.org . There does appear to be a glitch with a
combination of animated banners, REBOL, and IE (5.0 at least)that does some
bizarre stuff while loading. This does not occur using Netscape 4.7...must
be a MS problem...but YES it is possible to some extent.

ay

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 09, 2000 5:10 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] using script language="rebol" Re:




[EMAIL PROTECTED] wrote:

 Hello
 I want to know if it is possible to use rebol as an internet scripting
 language in microsoft windows operating systems, and if not yet if it
would
 be done in the future

Are you talking about javascript level of scripting (client)? If so, then
no -
none of browsers can interpret it. But there are other options, as
registering
.r file with your browser, and then once pressing link on some webpage REBOL
would pop-up in a separate window 


-pekr-



 Thanks all
 cesar




[REBOL] using script language=rebol Re:(5)

2000-06-09 Thread ParksGW

I had viewed the source.  It's been a while since I was looking at
Javascript, but I thought I always saw the scripts in the pages (or frames).
At least when we're talking specifically about the script... tag.  Maybe
that's not the way things are done anymore - that's why I prefaced with "I
guess I'm stupid".

P.S. I still can't figure out how you found the scripts.  I guess the
browser only shows the source for each frame after loaded, but I read using
REBOL and still there's no mention of the scripts you speak of.  I still
think that irrespective of cgi REBOL scripts being used to load frames,
that's not what the original question was regarding - pekr's answer is in
the same vein as what I was thinking.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 09, 1999 11:05 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] using script language="rebol" Re:(4)


When you view the source html of his pages, you'll see that they are made
up of 3 frames, and he fills up each of his frames with dynamically
generated html pages (cgi-bin) using rebol scripts (*.r)

for instance his news page
http://geeks.dyndns.org:66/news.htm page

is composed of the output of these three scripts
http://geeks.dyndns.org:66/cgi-bin/header2.r
http://geeks.dyndns.org:66/cgi-bin/news_page.r
http://geeks.dyndns.org:66/cgi-bin/footer.r



At 08:30 AM 6/9/00 -0600, you wrote:
I guess I'm stupid, but where's the REBOL on this site?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 09, 2000 7:10 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] using script language="rebol" Re:(2)


For an example of a fully scripted REBOL page please visit
http://geeks.dyndns.org . There does appear to be a glitch with a
combination of animated banners, REBOL, and IE (5.0 at least)that does some
bizarre stuff while loading. This does not occur using Netscape 4.7...must
be a MS problem...but YES it is possible to some extent.

ay

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 09, 2000 5:10 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] using script language="rebol" Re:




[EMAIL PROTECTED] wrote:

 Hello
 I want to know if it is possible to use rebol as an internet
scripting
 language in microsoft windows operating systems, and if not yet if it
would
 be done in the future

Are you talking about javascript level of scripting (client)? If so, then
no -
none of browsers can interpret it. But there are other options, as
registering
.r file with your browser, and then once pressing link on some webpage
REBOL
would pop-up in a separate window 


-pekr-



 Thanks all
 cesar






[REBOL] E-mail Re:

2000-06-06 Thread ParksGW

I had problems because of proxy stuff.  I had used the default settings from
the basic tutorial info, but found that I needed to override within specific
protocols; web uses proxy, but email doesn't.  Try looking into the user.r
settings.

 -Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, June 06, 2000 10:56 AM
To: [EMAIL PROTECTED]
Subject:[REBOL] E-mail

Hi! I'm new to Rebol, and I can't get my e-mail to work.
 Any suggestions?

Daniel

YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.




[REBOL] MVS OS/390

2000-05-26 Thread ParksGW

Is REBOL on the MVS platform yet?