[REBOL] Re: REBOL/View for commercial products

2000-12-04 Thread Graham Chiu

On Tue, 05 Dec 2000 18:41:12 +1200
 Carl Read <[EMAIL PROTECTED]> wrote:

> The idea would be for the program to check the View
> archive on the
> experimental page once a day to see if it's changed, and
> if so,
> update View then.  And just hope that RT updates the
> archive before
> it expires and not after. (:  Not sure how you'd go about
> getting
> View to un-pack the archive though...
 
> I don't think the above solution's good enough for a
> commercial
> program though...

Netscape used to disable itself after a timed period, but
would allow you to go to their website to download the new
version.  Did not stop people using it.

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] wrong checksum of library.rip?

2000-12-04 Thread Petr Krenzelok

Hi,

I need help please. I want to download all library for CD magazine
purpose, downloaded .rip file two times, but I get checksum error every
time I try to decompress the file ...

Is there any fast way around?

Thanks,
-pekr-

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL/View for commercial products

2000-12-04 Thread Carl Read

The idea would be for the program to check the View archive on the
experimental page once a day to see if it's changed, and if so,
update View then.  And just hope that RT updates the archive before
it expires and not after. (:  Not sure how you'd go about getting
View to un-pack the archive though...

I don't think the above solution's good enough for a commercial
program though...

On 05-Dec-00, Ryan C. Christiansen wrote:

> I don't think you would be able to have a self-updateable /View
> script since /View will not even launch if it is expired.

>>> So my question is: would it be possible to *BUY* (at a
>>> reasonable
>>> price) a version of REBOL/View (without support etc.)
>>> that does
>>> not expire? I think my costumer would *REALLY* be
>> 
>> Why not build in the ability for your program to check for
>> updates for View, and then update itself?

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: newbie!?

2000-12-04 Thread Andrew Martin

jnk:
> Hey... wath´s up with you men?
> don´t ya have sense of humour???

I do have a sense of humour.

> damn
> I migth have been a little hard on him...
> but I was just following this ...quote:
>
> > Lo and behold! What have we here? None other than a living breathing
"REBOL mercenary"! :)

And I'm proud of it. I hope you, too, get to be skilled enough to be paid
money for your skill.

> just kiddin´ma man!!!

No, you're not kidding, you meant what you wrote, otherwise why would you
write it?

> but the fact that you put our knowledge for hire!!!...
> not in here I think!!!
> I may be far from your level... (if I have one!!!)
> I just want to have a little fun and play with rebol...

So write some Rebol code, and present it here.

> and if you can chare a couple of seconds with me...

Then we can Share some time.
Note:---^

> fine!!!
> I didn´t ask for some major coding here
> just a couple lines that´s all!!!

Make the attempt and be a rebol programmer, instead of acting as a client.

> sorry for nothin´´
> I´ll try to behave!!!

Instead of try, do.

> :o)
> ***

Andrew Martin
Sounding way too much like Yoda...
ICQ: 26227169 http://members.nbci.com/AndrewMartin/
-><-


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: clean-path

2000-12-04 Thread sterling


Right.  I see what you mean.  Perhaps the more frequent use of
clean-path on a URL is this.  We'll talk about it the next time we
meet about /Core fixes/enhancements/etc.  The only issue may be that
we would be breaking code that relied on the current behavior... how
much of that there is I can't say.

The slider does not update on the text list unless you tell it to.  I
use the following function in my code to update text-list sliders
every time I mod the list.

The function refers to list/lc.  lc is a word in a text-list face that 
is the number of visible lines of the list.

; updates the bar on the side of a text-list or group of text-lists
fix-slider: func [faces [object! block!]] [
foreach list to-block faces [
either 0 = length? list/data [list/sld/redrag 1] [
list/sld/redrag list/lc / length? list/data]
]
]

This way I can make changes to one or more text-lists in a layout, fix 
the sliders, and then re-show the needed faces.

Sterling

> On Mon, 4 Dec 2000 15:23:11 -0800
>  [EMAIL PROTECTED] wrote:
> > 
> > So where do yo urun into problems in the web spidering?
> > 
> 
> Okay, this is a real world example.  I need to often grab
> product images from websites.
> 
> For example: 
> 
> http://www.asus.com/Products/Addon/Vga/Agpv3800/index.html
> 
> You can see there that the images are referenced as 
> 
> ball-yellow.gif - current directory
> /Image/logo-title.gif - off the root directory
> .../../../Images/arrow.gif - up 3 directories
> 
> If 'clean-path worked on urls, that would make it much
> easier.  As it was, I wrote my reblet
> 
> http://www.compkarori.co.nz/reb/imagegrabber.r
> 
> before I even knew 'clean-path existed :-)
> 
> If you try out the above, perhaps you would enlighten me as
> to why the slider on the side of the text-list doesn't
> update 
> 
> --
> Graham Chiu
> -- 
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the 
> subject, without the quotes.
> 
> 

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL and MySql

2000-12-04 Thread Mike Yaunish

At 10:35 PM 04/12/00 +0100, you wrote:
Here is a copy of a message form a while ago that may help.

From: Jamey Cribbs <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [REBOL] A word to all novice port programmers
Date: Thu, 19 Oct 2000 15:41:48 -0400
X-Mailer: KMail [version 1.0.29]
X-archive-position: 43
X-original-sender: [EMAIL PROTECTED]
Reply-to: [EMAIL PROTECTED]

This message goes out to all you who, like me, are novices when it comes to
using ports to communicate between your Rebol script and other programs.
I am in the process of learning Rebol. I have been writing some small
applications that use text files to store any data needed.
Because Core does not allow you to run system commands and because I do not 
yet
have much experience using ports to communicate, I thought that I would 
have to
wait until I purchased Command or someone wrote a script that connected 
Core to
MySQL (or the like) via ports.
Then I found MDBMS (www.hinttech.com). This is a very small, simple DBMS
written by a guy named Marty Bochane. Basically, you start it up on a Linux
box, then you can communicate to it interactively using telnet.
But, wait, it gets better. MDBMS has a little utility called FOP (Fast
Opendatabase Protocol). FOP allows you to open a port (default 2224) to your
MDBMS database and interact with it via simple ASCII strings terminated by
newlines.
Using FOP, I was able to very easily open up a port while in Rebol, send sql
queries to my MDBMS database, and receive the result set. It was so cool!
Here I was, a guy who knows VERY little about port programming, basically
building a client/server app in less than 30 minutes.
I know that this will be very mundane, basic stuff to the people on this list
that have a lot of port programming experience. But, if you are a novice like
me, this might be a way to get your feet wet in this subject. I know I am
already learning a lot.
I guess this is also a testament to Rebol's incredible knack for making things
easy to do. The ability you have to easily open, read from, and write to ports
is incredible!
Anyway, just thought I would pass this info along.
--
Jamey Cribbs




>- Original Message -
>From: Malcolm Campbell <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, December 04, 2000 10:15 PM
>Subject: [REBOL] Re: REBOL and MySql
>
>
> > Hi,
> >
> > >Anyone have any success interfacing with REBOL to MySql?
> >
> > I don't think you can connect directly to MySQL with
> > REBOL, I think you have to use ODBC. Which is the why
> > I am currently learning PHP to rewrite my site.
>
>what about socket communication, possible?
>
>-pekr-
>
> > ==
> > All the best,
> > --
> > Malcolm Campbell
> > [EMAIL PROTECTED]
> > FreesiteUK - http://www.freesiteuk.com
> > The UK based searchable web directory of free internet services.
> >
> > _
> > Win a Sony Playstation 2 with FreesiteUK and dooyoo! Enter by visiting:
> > http://www.freesiteuk.com/index.cgi?244724062;INFO (UK residents only)
> > --
> > To unsubscribe from this list, please send an email to
> > [EMAIL PROTECTED] with "unsubscribe" in the
> > subject, without the quotes.
>
>--
>To unsubscribe from this list, please send an email to
>[EMAIL PROTECTED] with "unsubscribe" in the
>subject, without the quotes.

Mike Yaunish
[EMAIL PROTECTED]

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: newbie!?

2000-12-04 Thread daPenguin

Hey... wath´s up with you men?
don´t ya have sense of humour???
damn
I migth have been a little hard on him...
but I was just following this ...quote:

> Lo and behold! What have we here? None other than a living breathing
"REBOL
> mercenary"! :)
>
> chaz


just kiddin´ma man!!!
but the fact that you put our knowledge for hire!!!...
not in here I think!!!
I may be far from your level... (if I have one!!!)
I just want to have a little fun and play with rebol...
and if you can chare a couple of seconds with me...
fine!!!
I didn´t ask for some major coding here
just a couple lines that´s all!!!
sorry for nothin´´
I´ll try to behave!!!
:o)
***

- Original Message -
From: "Lorenz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 3:31 PM
Subject: [REBOL] Re: newbie!?


> daPenguin,
>
> That´s too bad and Allen K is right. You´d better watch your steps in
here.
> This is the most decent list I´ve ever been.
>
> --Carlos Lorenz
>
> - Original Message -
> From: "Allen Kamp" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 04, 2000 9:46 AM
> Subject: [REBOL] Re: newbie!?
>
>
> > daPenguin,
> >
> > Perhaps you should get to know the callibre of the people you are
> insulting.
> > Having a go at Andrew is not the best way to start in this community.
> Andrew
> > is one quality REBOL who contributes a lot of time and effort and free
> > scripts to the REBOL community. He is certainly warranted in
occassionally
> > putting his hand up for monetary reward for his skills, after all we
don't
> > want him starving and leaving us. :-)
> >
> > Maybe you were just trying to be funny?, sorry if I've misjudged your
> tone.
> >
> > Cheers,
> >
> > Allen K
> >
> >
> > --
> > To unsubscribe from this list, please send an email to
> > [EMAIL PROTECTED] with "unsubscribe" in the
> > subject, without the quotes.
> >
> >
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL and MySql

2000-12-04 Thread David Hawley

Previously, you (Petr Krenzelok) wrote:
> 
> - Original Message - 
> From: Malcolm Campbell <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 04, 2000 10:15 PM
> Subject: [REBOL] Re: REBOL and MySql
> 
> 
> > Hi,
> > 
> > >Anyone have any success interfacing with REBOL to MySql?
> > 
> > I don't think you can connect directly to MySQL with
> > REBOL, I think you have to use ODBC. Which is the why
> > I am currently learning PHP to rewrite my site.
> 
> what about socket communication, possible?

It should be fairly straight forward, but perhaps a bit inefficient to interface MySQL 
using the mysql program - perhaps via litle-bell.r (a telnet client).

--
David L. Hawley   D.L. Hawley and Associates1.503.274.2242
Software Engineer  [EMAIL PROTECTED]

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Which PDA for Rebol?

2000-12-04 Thread Elan

Hi Jamey,

this looks really exciting. Porting the Linux versions of /Core and /View should
be quite straightforward since Linux 2.4 and XFree are supported. Let's hope RT
jumps on board. I'd love to see REBOL running on this machine. 32 Bit MIPS CPU,
8MB RAM, ~ 16 MB FlashRam.

Take Care,

Elan


Jamey Cribbs wrote:

> Keep your eyes out for a PDA from a company called Agenda.  It supposedly
> runs a version of Linux.  From the pictures on the website, it looks just
> like a Palm Pilot.  I'm not sure about View, but my guess would be that a
> version of Core could run on it without too much modification from RT.
>
> It is supposed to start shipping in January, ranging in price from $149 -
> $249.
>
> I've already told my wife thats what I want for my birthday in Feburary!
>
> Jamey.
>
> On Monday 04 December 2000 14:27, you wrote:
> > A month or two ago, I read somewhere that PalmOS would be enhanced to
> > provide greater depth of functionality. I don't recall the source for that
> > info, nor was a timeframe cited, but at the time I was encouraged that this
> > type of development might finally enable REBOL to run on PalmPilots. It
> > would sure be a boon to see that happen.
> >
> > -Original Message-
> > From: Lorenz [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, December 04, 2000 1:52 PM
> > To: [EMAIL PROTECTED]
> > Subject: [REBOL] Re: Which PDA for Rebol?
> >
> >
> > My dream is one of these days be surprised by a REBOL version for PalmOS.
> > That´s because to me PalmOs is the best plataform to PDAs ever. But it
> > seems due to a memory problem with PalmOS REBOL won´t fit PalmOS at all :(
> > --Carlos Lorenz
> >
> >
> >
> > - Original Message -
> > From: "Mat Bettinson" <[EMAIL PROTECTED]>
> > To: "Gabriele Santilli" <[EMAIL PROTECTED]>
> > Sent: Monday, December 04, 2000 1:56 PM
> > Subject: [REBOL] Which PDA for Rebol?
> >
> > > Folks,
> > >
> > > I mentioned this before, at the bottom of one of my cries for help
> > > that went unanswered :)
> > >
> > > Anyhow - I'm looking to pick up a PDA. I have a natural bias to Psion
> > > gear with the proper keyboard and decent OS. Rebol support, however,
> > > is a major factor. I see that there's not any release of Rebol Core
> > > for EPOC ARM? :(
> > >
> > > By the looks of it, Win CE machines are the best supported? Ugh. Still
> > > I heard those things are better these days. Anyone got much experience
> > > with Rebol on one?
> > >
> > > --
> > > Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
> > > http://www.eurogamer.net | http://www.eurogamer-network.com
> > >
> > >
> > > --
> > > To unsubscribe from this list, please send an email to
> > > [EMAIL PROTECTED] with "unsubscribe" in the
> > > subject, without the quotes.
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: clean-path

2000-12-04 Thread Graham Chiu

On Mon, 4 Dec 2000 15:23:11 -0800
 [EMAIL PROTECTED] wrote:
> 
> So where do yo urun into problems in the web spidering?
> 

Okay, this is a real world example.  I need to often grab
product images from websites.

For example: 

http://www.asus.com/Products/Addon/Vga/Agpv3800/index.html

You can see there that the images are referenced as 

ball-yellow.gif - current directory
/Image/logo-title.gif - off the root directory
../../../Images/arrow.gif - up 3 directories

If 'clean-path worked on urls, that would make it much
easier.  As it was, I wrote my reblet

http://www.compkarori.co.nz/reb/imagegrabber.r

before I even knew 'clean-path existed :-)

If you try out the above, perhaps you would enlighten me as
to why the slider on the side of the text-list doesn't
update 

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Re(2): What's the rate of Ally list mailings the last day or two?

2000-12-04 Thread Graham Chiu

On Tue, 5 Dec 2000 11:01:41 +1100
 "Anton" <[EMAIL PROTECTED]> wrote:

> > > I'm not getting any Ally mails since I re-subscribed
> 
> > No one has been asking any questions there since
> Omnipetence.r was
> > distributed.
> > Just add it to your user.r file. Though I still find it
> a bit buggy.;-)
> 
> Where does it come from?
> 

I think Carl wrote it in his sleep!

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re(2): What's the rate of Ally list mailings the last day or two?

2000-12-04 Thread Anton

> > I'm not getting any Ally mails since I re-subscribed

> No one has been asking any questions there since Omnipetence.r was
> distributed.
> Just add it to your user.r file. Though I still find it a bit buggy.;-)

Where does it come from?

Anton.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL/View for commercial products

2000-12-04 Thread Brett Handley

More important is having a proper license. Hence Gabriele's question to RT.

Brett.

- Original Message - 
From: "Ryan C. Christiansen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 05, 2000 6:11 AM
Subject: [REBOL] Re: REBOL/View for commercial products


> I don't think you would be able to have a self-updateable /View script 
> since /View will not even launch if it is expired.
> 
> > > So my question is: would it be possible to *BUY* (at a
> > > reasonable
> > > price) a version of REBOL/View (without support etc.)
> > > that does
> > > not expire? I think my costumer would *REALLY* be
> > 
> > Why not build in the ability for your program to check for
> > updates for View, and then update itself?
> 
> -- 
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the 
> subject, without the quotes.
> 

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re(2): with ?

2000-12-04 Thread Anton

On the money, Gabriele!

> > You know how other languages have a statement like this:
> > 
> > with (obj){
> > name = "object 1"
> > size = 23
> > }
> > 
> > which is to access elements of the obj object, without having to
> > use a path notation like: obj/name obj/size etc.
> > Does rebol have anything like this?
> 
> with: func [obj [object!] code [block!]] [
>   do bind/copy code in obj 'self
> ]
> 
> (untested)
> 
> HTH,
>Gabriele.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Which PDA for Rebol?

2000-12-04 Thread Mat Bettinson

Heya Holger,

HK> We have been looking into WinCE and EPOC-32 a bit recently, and there is
HK> a good chance that REBOL (Core at least, in experimentals) will become
HK> available in the not-too-distant future both for WinCE 2.x/3.x ARM and for
HK> EPOC-32 v5/6 (Psion model 5, 5mx etc).

Good news!

HK> Sorry, I cannot be more specific (regarding schedule etc.) at this time.

Or even which will be first? :)

-- 
Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
http://www.eurogamer.net | http://www.eurogamer-network.com


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: clean-path

2000-12-04 Thread sterling


So where do yo urun into problems in the web spidering?

Sterling

> On Mon, 4 Dec 2000 11:12:05 -0800
>  [EMAIL PROTECTED] wrote:
> 
> > Some FTP servers will not allow you to back out of your
> > home directory 
> > but some do.  The point is that we don't know so we leave
> > it open and
> > do no translation.
> > 
> 
> I think this is a cop out :-)  I would mainly use a word
> like clean-path when spidering a website, and not an ftp
> site.  The website will most likely use .. and . to point to
> legal directories.
> 
> --
> Graham Chiu
> -- 
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the 
> subject, without the quotes.
> 
> 

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Which PDA for Rebol?

2000-12-04 Thread Ryan C. Christiansen

There is a BeOS-based WebTablet being manufactured by Qubit to 
begin selling in January. 

http://www.qubit.net/products/web_tablet.html

There is, of course, /Core and experimental /View binaries available 
for the BeOS.

-Ryan

> Heya Kolbjørn,
> 
> KB> But they all have keyboards, and some of them are quite usable, I do
> plenty KB> of html and script writing on my newton using the stylus, works
> fine.
> 
> I've only seen those 3COM Palm things. I type loads so I need a proper
> keyboard and a decent web browser (Opera). That's WinCE or EPOC as far as
> I have seen.
> 
> I really like the look of the HP Jordana 720 but ... it uses a 200MHz ARM
> CPU and beyond - there's no Rebol for ARM WinCE. Sigh.
> 
> That said it costs a fortune so the Psion 5mx or Revo Plus look like damn
> good units. Oh, but there's no Rebol for EPOC32 *. :(
> 
> KB> Also, since rebol is multiplatform, platformindependant yada yada you
> can KB> write things on your desktop or whatever, and copy it over to the
> pda for KB> use.
> 
> It's multiplatform except for any PDA I'm considering :(
> 
> No, I intend to actually do a bit of Rebol tinkering on a PDA.
> 
> * I have no doubt there will be one day though, a LOAD of future 3G
> Mobile/data devices are using EPOC.
> 
> -- 
> Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
> http://www.eurogamer.net | http://www.eurogamer-network.com
> 
> 
> -- 
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the 
> subject, without the quotes.
> 


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] MySql<>Rebol, NEED experienced people

2000-12-04 Thread Jeff Rubin

No clue about socket communications.

Unfortunately, without compatibility the next best choice would PHP instead
of REBOL.

However, I have not much of clue about PHP other than basic dabbling.

For an upcoming project I need (all negotiable):

1.  A SQL expert (stock options/pay)
2.  A PHP or REBOL expert (stock options/pay)
3.  Someone who knows how to link between the two. (stock options/pay)

I do not want to pay the licensing fees for Oracle, since they are currently
prohibitive.

So my database choices come down to MySql, Interbase or Cache.

I have spoken a bit with 1 person thru this list who is working on Rebol 2
Cache 2 Rebol interfacing.

Although I am currently more comfortable with MySql and I know the need is
great for Rebol 2 MySql capability.

Might be willing to open source the whole interface project after I get a
working version for my internal needs (that would be a paying job), if I
could some people involved.

Please let me know if you are interested in this and who can assist.

Thanks!

Jeff Rubin, CTO
Audiopia
http://www.audiopia.com

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Which PDA for Rebol?

2000-12-04 Thread Holger Kruse

On Mon, Dec 04, 2000 at 10:19:50PM +, Mat Bettinson wrote:
> I've only seen those 3COM Palm things. I type loads so I need a proper
> keyboard and a decent web browser (Opera). That's WinCE or EPOC
> as far as I have seen.
> 
> I really like the look of the HP Jordana 720 but ... it uses a 200MHz
> ARM CPU and beyond - there's no Rebol for ARM WinCE. Sigh.

We have been looking into WinCE and EPOC-32 a bit recently, and there is
a good chance that REBOL (Core at least, in experimentals) will become
available in the not-too-distant future both for WinCE 2.x/3.x ARM and for
EPOC-32 v5/6 (Psion model 5, 5mx etc).

Sorry, I cannot be more specific (regarding schedule etc.) at this time.

-- 
Holger Kruse
[EMAIL PROTECTED]

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Which PDA for Rebol?

2000-12-04 Thread Mat Bettinson

Heya Kolbjørn,

KB> But they all have keyboards, and some of them are quite usable, I do plenty
KB> of html and script writing on my newton using the stylus, works fine.

I've only seen those 3COM Palm things. I type loads so I need a proper
keyboard and a decent web browser (Opera). That's WinCE or EPOC
as far as I have seen.

I really like the look of the HP Jordana 720 but ... it uses a 200MHz
ARM CPU and beyond - there's no Rebol for ARM WinCE. Sigh.

That said it costs a fortune so the Psion 5mx or Revo Plus look like damn
good units. Oh, but there's no Rebol for EPOC32 *. :(

KB> Also, since rebol is multiplatform, platformindependant yada yada you can
KB> write things on your desktop or whatever, and copy it over to the pda for
KB> use.

It's multiplatform except for any PDA I'm considering :(

No, I intend to actually do a bit of Rebol tinkering on a PDA.

* I have no doubt there will be one day though, a LOAD of future 3G
Mobile/data devices are using EPOC.

-- 
Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
http://www.eurogamer.net | http://www.eurogamer-network.com


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Which PDA for Rebol?

2000-12-04 Thread Kolbjørn Barmen

On Mon, 4 Dec 2000, Mat Bettinson wrote:

> Heya Lorenz,
>
> L> My dream is one of these days be surprised by a REBOL version for PalmOS.
> L> That´s because to me PalmOs is the best plataform to PDAs ever. But it
> L> seems due to a memory problem with PalmOS REBOL won´t fit PalmOS at all :(
>
> Rebol on a PDA with no keyboard, no thanks.

But they all have keyboards, and some of them are quite usable, I do plenty
of html and script writing on my newton using the stylus, works fine.
Also, since rebol is multiplatform, platformindependant yada yada you can
write things on your desktop or whatever, and copy it over to the pda for
use.


-- kolla

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL and MySql

2000-12-04 Thread Petr Krenzelok


- Original Message - 
From: Malcolm Campbell <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 10:15 PM
Subject: [REBOL] Re: REBOL and MySql


> Hi,
> 
> >Anyone have any success interfacing with REBOL to MySql?
> 
> I don't think you can connect directly to MySQL with
> REBOL, I think you have to use ODBC. Which is the why
> I am currently learning PHP to rewrite my site.

what about socket communication, possible?

-pekr-

> ==
> All the best,
> --
> Malcolm Campbell
> [EMAIL PROTECTED]
> FreesiteUK - http://www.freesiteuk.com
> The UK based searchable web directory of free internet services.
> 
> _
> Win a Sony Playstation 2 with FreesiteUK and dooyoo! Enter by visiting:
> http://www.freesiteuk.com/index.cgi?244724062;INFO (UK residents only)
> -- 
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the 
> subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL and MySql

2000-12-04 Thread Malcolm Campbell

Hi,

>Anyone have any success interfacing with REBOL to MySql?

I don't think you can connect directly to MySQL with
REBOL, I think you have to use ODBC. Which is the why
I am currently learning PHP to rewrite my site.

==
All the best,
--
Malcolm Campbell
[EMAIL PROTECTED]
FreesiteUK - http://www.freesiteuk.com
The UK based searchable web directory of free internet services.

_
Win a Sony Playstation 2 with FreesiteUK and dooyoo! Enter by visiting:
http://www.freesiteuk.com/index.cgi?244724062;INFO (UK residents only)
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Which PDA for Rebol?

2000-12-04 Thread Mat Bettinson

Heya Lorenz,

L> My dream is one of these days be surprised by a REBOL version for PalmOS.
L> That´s because to me PalmOs is the best plataform to PDAs ever. But it seems
L> due to a memory problem with PalmOS REBOL won´t fit PalmOS at all :(

Rebol on a PDA with no keyboard, no thanks.

-- 
Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
http://www.eurogamer.net | http://www.eurogamer-network.com


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: clean-path

2000-12-04 Thread Graham Chiu

On Mon, 4 Dec 2000 11:12:05 -0800
 [EMAIL PROTECTED] wrote:

> Some FTP servers will not allow you to back out of your
> home directory 
> but some do.  The point is that we don't know so we leave
> it open and
> do no translation.
> 

I think this is a cop out :-)  I would mainly use a word
like clean-path when spidering a website, and not an ftp
site.  The website will most likely use .. and . to point to
legal directories.

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Which PDA for Rebol?

2000-12-04 Thread Jamey Cribbs

Keep your eyes out for a PDA from a company called Agenda.  It supposedly 
runs a version of Linux.  From the pictures on the website, it looks just 
like a Palm Pilot.  I'm not sure about View, but my guess would be that a 
version of Core could run on it without too much modification from RT.

It is supposed to start shipping in January, ranging in price from $149 - 
$249.

I've already told my wife thats what I want for my birthday in Feburary!

Jamey.

On Monday 04 December 2000 14:27, you wrote:
> A month or two ago, I read somewhere that PalmOS would be enhanced to
> provide greater depth of functionality. I don't recall the source for that
> info, nor was a timeframe cited, but at the time I was encouraged that this
> type of development might finally enable REBOL to run on PalmPilots. It
> would sure be a boon to see that happen.
>
> -Original Message-
> From: Lorenz [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 04, 2000 1:52 PM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Re: Which PDA for Rebol?
>
>
> My dream is one of these days be surprised by a REBOL version for PalmOS.
> That´s because to me PalmOs is the best plataform to PDAs ever. But it
> seems due to a memory problem with PalmOS REBOL won´t fit PalmOS at all :(
> --Carlos Lorenz
>
>
>
> - Original Message -
> From: "Mat Bettinson" <[EMAIL PROTECTED]>
> To: "Gabriele Santilli" <[EMAIL PROTECTED]>
> Sent: Monday, December 04, 2000 1:56 PM
> Subject: [REBOL] Which PDA for Rebol?
>
> > Folks,
> >
> > I mentioned this before, at the bottom of one of my cries for help
> > that went unanswered :)
> >
> > Anyhow - I'm looking to pick up a PDA. I have a natural bias to Psion
> > gear with the proper keyboard and decent OS. Rebol support, however,
> > is a major factor. I see that there's not any release of Rebol Core
> > for EPOC ARM? :(
> >
> > By the looks of it, Win CE machines are the best supported? Ugh. Still
> > I heard those things are better these days. Anyone got much experience
> > with Rebol on one?
> >
> > --
> > Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
> > http://www.eurogamer.net | http://www.eurogamer-network.com
> >
> >
> > --
> > To unsubscribe from this list, please send an email to
> > [EMAIL PROTECTED] with "unsubscribe" in the
> > subject, without the quotes.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Using Rebol/Command with Win32 API

2000-12-04 Thread Dan Rolander

Update-- [EMAIL PROTECTED] was very helpful and straightened me out on how to
use Rebol/Command properly. I'll be posting some code as soon as I have time
to work it out. Possibly tonight.

Dan

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: What's the rate of Ally list mailings the last day or two?

2000-12-04 Thread Al . Bri

Allen Wrote:
> No one has been asking any questions there since Omnipetence.r was distributed.
> Just add it to your user.r file. Though I still find it a bit buggy.;-)

I keep getting these:
create new universe [Y/N]?
messages after several billion iterations. Which makes me suspect that there's 
something funny going on with that little planet.

Omega Rebol




-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Which PDA for Rebol?

2000-12-04 Thread O'Connor,Ed

A month or two ago, I read somewhere that PalmOS would be enhanced to
provide greater depth of functionality. I don't recall the source for that
info, nor was a timeframe cited, but at the time I was encouraged that this
type of development might finally enable REBOL to run on PalmPilots. It
would sure be a boon to see that happen.

-Original Message-
From: Lorenz [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 04, 2000 1:52 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: Which PDA for Rebol?


My dream is one of these days be surprised by a REBOL version for PalmOS.
That´s because to me PalmOs is the best plataform to PDAs ever. But it seems
due to a memory problem with PalmOS REBOL won´t fit PalmOS at all :(
--Carlos Lorenz



- Original Message -
From: "Mat Bettinson" <[EMAIL PROTECTED]>
To: "Gabriele Santilli" <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 1:56 PM
Subject: [REBOL] Which PDA for Rebol?


> Folks,
>
> I mentioned this before, at the bottom of one of my cries for help
> that went unanswered :)
>
> Anyhow - I'm looking to pick up a PDA. I have a natural bias to Psion
> gear with the proper keyboard and decent OS. Rebol support, however,
> is a major factor. I see that there's not any release of Rebol Core
> for EPOC ARM? :(
>
> By the looks of it, Win CE machines are the best supported? Ugh. Still
> I heard those things are better these days. Anyone got much experience
> with Rebol on one?
>
> --
> Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
> http://www.eurogamer.net | http://www.eurogamer-network.com
>
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: What's the rate of Ally list mailings the last day or two?

2000-12-04 Thread Ladislav Mecir

Hi Allen and everybody,

you can check http://www.sweb.cz/LMecir/bench.html to see some Rebol
benchmark results.

Regards
Ladislav

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: clean-path

2000-12-04 Thread sterling


The main reason that URLs are not translated by clean-path is
basically that you do not really know what directory transaltion is in 
effect on the contacted site.  Take FTP as an example:

read ftp://user1:[EMAIL PROTECTED]/readme.txt

This file will most likely reside in /home/user1/readme.txt.
Now lets say that user1 has shared their directory and this file for
others to read.  So user2 wants to get it:

read ftp://user2:[EMAIL PROTECTED]/../user1/readme.txt

This will work because the "root" directory that is specified by
ftp://user2:[EMAIL PROTECTED]/ is actually in /home/user2/.  The
problem with cleaning the URL is this:

clean-path ftp://user2:[EMAIL PROTECTED]/../user1/readme.txt would
come out as:
ftp://user2:[EMAIL PROTECTED]/user1/readme.txt

which is clearly not right.

Some FTP servers will not allow you to back out of your home directory 
but some do.  The point is that we don't know so we leave it open and
do no translation.

Sterling

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL/View for commercial products

2000-12-04 Thread Ryan C. Christiansen

I don't think you would be able to have a self-updateable /View script 
since /View will not even launch if it is expired.

> > So my question is: would it be possible to *BUY* (at a
> > reasonable
> > price) a version of REBOL/View (without support etc.)
> > that does
> > not expire? I think my costumer would *REALLY* be
> 
> Why not build in the ability for your program to check for
> updates for View, and then update itself?

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Which PDA for Rebol?

2000-12-04 Thread Lorenz

My dream is one of these days be surprised by a REBOL version for PalmOS.
That´s because to me PalmOs is the best plataform to PDAs ever. But it seems
due to a memory problem with PalmOS REBOL won´t fit PalmOS at all :(
--Carlos Lorenz



- Original Message -
From: "Mat Bettinson" <[EMAIL PROTECTED]>
To: "Gabriele Santilli" <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 1:56 PM
Subject: [REBOL] Which PDA for Rebol?


> Folks,
>
> I mentioned this before, at the bottom of one of my cries for help
> that went unanswered :)
>
> Anyhow - I'm looking to pick up a PDA. I have a natural bias to Psion
> gear with the proper keyboard and decent OS. Rebol support, however,
> is a major factor. I see that there's not any release of Rebol Core
> for EPOC ARM? :(
>
> By the looks of it, Win CE machines are the best supported? Ugh. Still
> I heard those things are better these days. Anyone got much experience
> with Rebol on one?
>
> --
> Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
> http://www.eurogamer.net | http://www.eurogamer-network.com
>
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: What's the rate of Ally list mailings the last day or two?

2000-12-04 Thread Graham Chiu

On Mon, 4 Dec 2000 22:00:42 +1000
 "Allen Kamp" <[EMAIL PROTECTED]> wrote:

> No one has been asking any questions there since
> Omnipetence.r was
> distributed.
> Just add it to your user.r file. Though I still find it a
> bit buggy.;-)

Hey, I've asked questions - they just don't get answered :-(

Please cc: me omnipetence.r

Ta.

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL/View for commercial products

2000-12-04 Thread Graham Chiu

On Mon, 04 Dec 2000 13:27:13 +0100
 Gabriele Santilli <[EMAIL PROTECTED]> wrote:

> So my question is: would it be possible to *BUY* (at a
> reasonable
> price) a version of REBOL/View (without support etc.)
> that does
> not expire? I think my costumer would *REALLY* be

Why not build in the ability for your program to check for
updates for View, and then update itself?

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] REBOL and MySql rply

2000-12-04 Thread Jarrett Wold

You can download myodbc from MySQL's website and interface it that way.
Otherwise I believe REBOL Command does it.  Speaking of which I should pick
up a copy of that soon hehe.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Jeff Rubin
Sent: Sunday, December 03, 2000 5:26 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] REBOL and MySql



Anyone have any success interfacing with REBOL to MySql?

If so, let me know.

Thanks,

Jeff
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: clean-path

2000-12-04 Thread Graham Chiu

On Mon, 04 Dec 2000 13:02:07 +0100
 Gabriele Santilli <[EMAIL PROTECTED]> wrote:

> It works on files only. ../ are significant in URLS
> sometimes, so
> CLEAN-PATH simply doesn't remove them. You could write
> your own
> function that is smart enough to detect those
> situations...

I noticed that Bo used it in his webcrawler.r, so I guess
someone at Rebol thought it worked on urls :-)

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Mac OSX and hardware problems ?

2000-12-04 Thread Will Arp

I could give you a telnet root access
on a G4 if this can help ..8)

Will Arp

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: newbie!?

2000-12-04 Thread Lorenz

daPenguin,

That´s too bad and Allen K is right. You´d better watch your steps in here.
This is the most decent list I´ve ever been.

--Carlos Lorenz

- Original Message -
From: "Allen Kamp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 9:46 AM
Subject: [REBOL] Re: newbie!?


> daPenguin,
>
> Perhaps you should get to know the callibre of the people you are
insulting.
> Having a go at Andrew is not the best way to start in this community.
Andrew
> is one quality REBOL who contributes a lot of time and effort and free
> scripts to the REBOL community. He is certainly warranted in occassionally
> putting his hand up for monetary reward for his skills, after all we don't
> want him starving and leaving us. :-)
>
> Maybe you were just trying to be funny?, sorry if I've misjudged your
tone.
>
> Cheers,
>
> Allen K
>
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Which PDA for Rebol?

2000-12-04 Thread Mat Bettinson

Folks,

I mentioned this before, at the bottom of one of my cries for help
that went unanswered :)

Anyhow - I'm looking to pick up a PDA. I have a natural bias to Psion
gear with the proper keyboard and decent OS. Rebol support, however,
is a major factor. I see that there's not any release of Rebol Core
for EPOC ARM? :(

By the looks of it, Win CE machines are the best supported? Ugh. Still
I heard those things are better these days. Anyone got much experience
with Rebol on one?

-- 
Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
http://www.eurogamer.net | http://www.eurogamer-network.com


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Accessing the Windows Registry from Rebol/Command

2000-12-04 Thread Mat Bettinson

Heya jeff,

jrn>If you can cause this leak with a simple chunk of code (or
jrn>even a not so simple chunk), please by all means send it
jrn>in.  That will help us fix it the fastest! :)

You really don't want to see the code :)

-- 
Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
http://www.eurogamer.net | http://www.eurogamer-network.com


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Accessing the Windows Registry from Rebol/Command

2000-12-04 Thread jeff



  Howdy, Mat:

> I foolishly overwrote my release rebol.exe with the current
> experimentaland started usingthat  to   execute
> scripts. After  a   few hours  of  running  my IRC  bot   -
> rebol.exe stops working and  consumes staggering amounts of
> CPU power. It's done this on two different scripts. Darn.

   If you can cause this leak with a simple chunk of code (or
   even a not so simple chunk), please by all means send it
   in.  That will help us fix it the fastest! :)

   -jeff
 
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: newbie!?

2000-12-04 Thread jeff



  jnk:

  You might want to hire a tutor for some much needed work on
  your grammar, spelling, and typing, though.

> no f***' $ for making my life less miserable... I´ll
> red the f´DOCs and  manage my self...  though... the
> help some  nice  ppl gave  me...  was simply  enough... and
> even  more   than  that...eheheh...  f***'  coder   for
> hire...  good SHOT!!!  ;o) get  a life  man  ~send your
> curriculum to ungle  BILL...  he likes jurkz like ya!!!
> (no  offence!!)  ;o)  long  live to rock'roll  and rebol!!!
> and  free software!!! ok?! 
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Accessing the Windows Registry from Rebol/Command

2000-12-04 Thread jeff



  Howdy, Dan:

> Bo/RT had  said that I could  access the registry using the
> Win32  API. But he  didn't provide any  specifics and after
> much  struggling with Advapi32.dll   I've given  up.  There
> seems to   besome trouble either with  the routine!
> datatypes passed   to these  particular API structures,  or
> with the way Windows wants to modify  these values and pass
> them back to Rebol, or perhaps it's due to my own ignorance
> of  the proper  implementation.  Either way,  Rebol/Command
> always crashed on me when I attempted this.

  Huh-- if you could send me your COMMAND registry code off
  the list (with maybe the respective C function definitions)
  I'll try to see what's going on in there.  You're using the
  release version of windows COMMAND, right?

  -jeff

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] REBOL/View for commercial products

2000-12-04 Thread Gabriele Santilli

I hope some guy at RT can give us an answer on this...

I know this is something that has been already discussed, so
forgive me if it is annoying for you.
I have been contacted to develop a couple of programs that could
be easily (and quickly!) done using REBOL/View (I'll need some
hack to print etc., but that is a secondary issue); I'd really
hate to do them in C++ or even worse Java.

The problem is: I cannot give to a costumer a program that will
expire. This problem has been stated already by a lot of people
here, and I think it really needs a solution!

I know that RT is busy now and can't give a date for /View 1.0.
But I'd be happy to be able to use the current version, even if it
contains bugs. It's easier to work around a bug in REBOL than to
code in other languages.

So my question is: would it be possible to *BUY* (at a reasonable
price) a version of REBOL/View (without support etc.) that does
not expire? I think my costumer would *REALLY* be interested  in
REBOL/View because it could cut their costs substantially, so they
are very likely to invest money and time in this technology; but
they are also in need to develop some applications ASAP...

PLEASE, I'd need an answer ASAP. If it is no, it is another
oppurtunity lost for REBOL to enter the market... :-(

Thanks in advance,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: with ?

2000-12-04 Thread Gabriele Santilli

Anton wrote:

> You know how other languages have a statement like this:
> 
> with (obj){
> name = "object 1"
> size = 23
> }
> 
> which is to access elements of the obj object, without having to
> use a path notation like: obj/name obj/size etc.
> Does rebol have anything like this?

with: func [obj [object!] code [block!]] [
  do bind/copy code in obj 'self
]

(untested)

HTH,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: clean-path

2000-12-04 Thread Gabriele Santilli

Erin Thomas wrote:

> > What does clean-path do?  I passed urls with .. and . in
> > them to it, and they are unchanged.
> 
>   hey, you know what? it really doesn't seem to work.

It works on files only. ../ are significant in URLS sometimes, so
CLEAN-PATH simply doesn't remove them. You could write your own
function that is smart enough to detect those situations...

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: What's the rate of Ally list mailings the last day or two?

2000-12-04 Thread Allen Kamp


- Original Message -
From: "Anton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 7:08 PM
Subject: [REBOL] What's the rate of Ally list mailings the last day or two?


> I'm not getting any Ally mails since I re-subscribed
> using my new account yesterday.
> I did get a Listar reply mail to confirm the
> subscription.
> Is anyone still posting to the ally-list?
> Mike Yaunish is also not getting anything.
>
> Anton.
Hi Anton,

No one has been asking any questions there since Omnipetence.r was
distributed.
Just add it to your user.r file. Though I still find it a bit buggy.;-)

Cheers,

Allen K

> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: Accessing the Windows Registry from Rebol/Command

2000-12-04 Thread Mat Bettinson

Heya Dan,

DR> I realize that this type of work defies the cross-platform philosophy of
DR> Rebol, but in order for Rebol to be a practical solution to my everyday
DR> scripting needs, I have to be able to play outside the Rebol "sandbox".

If you're using Rebol/Command at all, you've broken cross-platform
philosophy so I wouldn't worry about it.

I foolishly overwrote my release rebol.exe with the current
experimental and started using that to execute scripts. After a few
hours of running my IRC bot - rebol.exe stops working and consumes
staggering amounts of CPU power. It's done this on two different
scripts. Darn.

So I'm using Rebol/Command even to run my core stuff. I hope it
doesn't have any operational differences outside of the new
interfaces...

-- 
Mat Bettinson - EuroGamer's Gaming Evangelist with a Goatee
http://www.eurogamer.net | http://www.eurogamer-network.com


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: newbie!?

2000-12-04 Thread Allen Kamp

daPenguin,

Perhaps you should get to know the callibre of the people you are insulting.
Having a go at Andrew is not the best way to start in this community. Andrew
is one quality REBOL who contributes a lot of time and effort and free
scripts to the REBOL community. He is certainly warranted in occassionally
putting his hand up for monetary reward for his skills, after all we don't
want him starving and leaving us. :-)

Maybe you were just trying to be funny?, sorry if I've misjudged your tone.

Cheers,

Allen K


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Accessing the Windows Registry from Rebol/Command

2000-12-04 Thread Dan Rolander

I suppose that since no one has replied to any of my inquiries about this
that I might be the only one interested in how to access the Windows
Registry from Rebol/Command. But I'll post this anyway to possibly help out
others some day.

Bo/RT had said that I could access the registry using the Win32 API. But he
didn't provide any specifics and after much struggling with Advapi32.dll
I've given up. There seems to be some trouble either with the routine!
datatypes passed to these particular API structures, or with the way Windows
wants to modify these values and pass them back to Rebol, or perhaps it's
due to my own ignorance of the proper implementation. Either way,
Rebol/Command always crashed on me when I attempted this.

But I haven't had any problems at all with the Rebol/Command shell
interface, so I've decided to take another approach. There is an excellent,
and very small (11 kb), Windows executable from the Cygwin collection
(http://sources.redhat.com/cygwin/) called regtool.exe that allows reading
and writing to and from the registry using the command line. It's very
simple to use Rebol/Command to call this executable to access the registry
and to return the results back to Rebol.

I realize that this type of work defies the cross-platform philosophy of
Rebol, but in order for Rebol to be a practical solution to my everyday
scripting needs, I have to be able to play outside the Rebol "sandbox".

Now if only I could build a Rebol/View GUI front end to a Rebol/Command
script, so that I could access external applications from View. Anybody at
RT working on this?

Dan



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL and MySql

2000-12-04 Thread sqlab

I have almost finished a interface to Cache4.0.
I used the sqlproxy of Galt Barber as a starting point.

AR
>
> Anyone have any success interfacing with REBOL to MySql?
>
> If so, let me know.
>
> Thanks,
>
> Jeff
> --


-- 
Sent through GMX FreeMail - http://www.gmx.net
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: What's the rate of Ally list mailings the last day or two?

2000-12-04 Thread Andrew Martin

> I'm not getting any Ally mails since I re-subscribed using my new account
yesterday. I did get a Listar reply mail to confirm the subscription.
> Is anyone still posting to the ally-list?

A lot of the gurus have been very quiet...

> Mike Yaunish is also not getting anything.

See if you can read my ping.

Andrew Martin
Unable to play...
ICQ: 26227169 http://members.nbci.com/AndrewMartin/
-><-


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] What's the rate of Ally list mailings the last day or two?

2000-12-04 Thread Anton

I'm not getting any Ally mails since I re-subscribed
using my new account yesterday.
I did get a Listar reply mail to confirm the
subscription.
Is anyone still posting to the ally-list?
Mike Yaunish is also not getting anything.

Anton.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: clean-path

2000-12-04 Thread Anton

> Anton wrote:
> > 'clean-path claims that it accepts urls, so I guess the feature was
> forgotten to be implemented.
> > You should report it to feedback, I reckon.
> 
> I wouldn't. Where does this URL point to:
> http://members.nbci.com/AndrewMartin/../
> ?
> Could Rebol have guessed:
> http://www.nbci.com/
> ?

Maybe it can.
If you look at a trace/net of
read http://members.nbci.com/AndrewMartin/../
you can see (many of):

Net-log: "HTTP/1.1 302 Found"
URL Parse: none none www.nbci.com none none none
Net-log: ["Opening tcp for" HTTP]
Net-log: {GET / HTTP/1.0
Accept: */*
Connection: close
User-Agent: REBOL 0.10.38.3.1
Host: members.nbci.com

Extracting the above www.nbci.com is a little bit more complicated 
than just operating the same as local paths but we should at least
try, hey?

Anyway, local paths can lead to trouble too, can't they?
What about symbolic links and volumes mounted as /blah
in unix-land? eg. /usr/../../ Where does that take you?
(Is that a bad example?)

So I still think it should be reported.

This has been a code-free document.

Anton.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: with ?

2000-12-04 Thread Elan

Hi Anton,

try

with: func [object [object!] block [block!] ] [
  foreach [word value] block [
set in object to word! :word value
  ]
]


>> o: make object! [a: none b: none]
>> probe o

make object! [
  a: none
  b: none
]
>> with o [a: "this is a." b: "this is b."]
== "this is b."
>> probe o

make object! [
  a: "this is a."
  b: "this is b."
]

Note that this will generate an error if you pass a word in block that
does not exist in object.

A safer approach:

with: func [object [object!] block [block!] ] [
  foreach [word value] block [
if in object to word! :word [
  set in object to word! :word value
]
  ]
]


This version silently skips all words in block that are not defined in
object.


Hope this helps,

Elan


Anton wrote:

> Hi all,
>
> You know how other languages have a statement like this:
>
> with (obj){
> name = "object 1"
> size = 23
> }
>
> which is to access elements of the obj object, without having to
> use a path notation like: obj/name obj/size etc.
> Does rebol have anything like this?
>
> Could a function be built into an object that accepts a block of
> code and does it inside the object, therefore no longer needing
> to explicitly refer to obj/name, just name, etc ?
>
> For example, if the special function is called 'with, the call
> would be something like:
>
> obj/with [name: "object 1" size: 23]
>
> The code then gets done inside the object.
> This should be equivalent to:
>
> obj/name: "object 1"
> obj/size: 23
>
> It's not urgent, just interesting.
> (My little attempt just now failed. -> with: func [code][do code])
>
> Anton.
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: with ?

2000-12-04 Thread Elan

Hi Anton,

btw, if you'd rather not have value evaluated before it's assigned to
word in object, then use

set in object to word! :word :value

instead of

set in object to word! :word value

Take Care,

Elan

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.