[REBOL] Re: [algo] Intervals and parsing

2004-03-12 Thread Tom Conlin
On Thu, 11 Mar 2004, Didec wrote: > [algo] Intervals and parsing > Hi all, > > For one of my apps, I have to manage a very long list of integer! > I need to know if an integer! is in the list, and i need to add it to the list. > > To avoid an infinite block of integer! that will overflow the

[REBOL] Re: Rebol View Distributed Desktop?

2004-03-12 Thread Gabriele Santilli
Hi Izkata, On Thursday, March 11, 2004, 10:57:26 PM, you wrote: >> Isn't it easier to just download the source? >> >> http://www.rebol.com/downloads/viewtop1200.zip I> Certainly. Except I didn't know that that existed... "The Desktop is now Open Source" means that the source can be downl

[REBOL] Re: [algo] Intervals and parsing

2004-03-12 Thread Didec
Re: [algo] Intervals and parsing See at bottom > On Thu, 11 Mar 2004, Didec wrote: > > > [algo] Intervals and parsing > > Hi all, > > > > For one of my apps, I have to manage a very long list of integer! > > I need to know if an integer! is in the list, and i need to add it to the list. > > > >

[REBOL] Re: [algo] Intervals and parsing

2004-03-12 Thread Maarten Koopmans
> > FOR PARSE GURUS ! > > How can I stop the parsing if I find the correct value (and considering the test is > done in the code next to the rule, not by the rule himself) ? > use the 'break keyword from the parse dialect, core 2.5.3 and up http://www.rebol.com/docs/changes.html#section-3.6

[REBOL] Re: [algo] Intervals and parsing

2004-03-12 Thread Volker Nitsch
On Freitag, 12. März 2004 14:07, Didec wrote: > Re: [algo] Intervals and parsing > > > FOR PARSE GURUS ! > > How can I stop the parsing if I find the correct value (and considering the > test is done in the code next to the rule, not by the rule himself) ? That means parse s[ copy something (

[REBOL] Re: object2XML

2004-03-12 Thread iNetW3
Do you want the parsed xml displayed? And if so, how are you wanting it to be displayed. I'm not familiar with seeing xml DOM's showing parsed output xml unless it's called with xml functions or through a viewer/editor. The functions chosen for %quickparse.r are the ECMAscript binding funct

[REBOL] Announcement: REBOL/Plugin Beta-1 Released!

2004-03-12 Thread Josh Mitts
Hello everyone! We are pleased to announce the Beta-1 release of REBOL/Plugin. REBOL/Plugin is a plugin that allows you to host REBOL/View scripts within the web browser. Using REBOL/Plugin, you can create REBOL scripts that display View windows within the browser. With the Visual Interface Dia

[REBOL] Re: Announcement: REBOL/Plugin Beta-1 Released!

2004-03-12 Thread Bruno G. Albuquerque
hanks for the updated version. Unfortunatelly it still does not work here. I guess it is because our proxy requires NTLM authentication and REBOL does not support that. -Bruno Josh Mitts disse: > Hello everyone! > > > > We are pleased to announce the Beta-1 release of REBOL/Plugin. > REBOL/Plug

[REBOL] HTTP GET problem

2004-03-12 Thread Tom Conlin
Hi list, I am running into a problem I have never seen with a simple cgi get. What is to be returned is just ascii data -- no headers or anything the url for (what it is worth) looks like http://localhost:33999/perl/get_loci_names?dataset=cat&type=test_otter what should be returned looks lik

[REBOL] Re: [algo] Intervals and parsing

2004-03-12 Thread Peter WA Wood
Hi DideC As your list of integers seems to be very densely populated, have you considered storing those present rather than those missing ? Peter On Friday, Mar 12, 2004, at 21:07 Asia/Kuala_Lumpur, Didec wrote: > Re: [algo] Intervals and parsing > > See at bottom > >> On Thu, 11 Mar 2004, Di

[REBOL] Re: HTTP GET problem

2004-03-12 Thread Tom Conlin
to partialy answer my question for a work around see below but the main question of why I need it is open. On Fri, 12 Mar 2004, Tom Conlin wrote: > Hi list, > > I am running into a problem I have never seen with a simple cgi get. > > What is to be returned is just ascii data -- no headers or an

[REBOL] Re: HTTP GET problem

2004-03-12 Thread Izkata
Dunno how I could help, but you may or may not want to know that IE gives "Page Cannot Be Displayed" - Original Message - From: "Tom Conlin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 12, 2004 5:00 PM Subject: [REBOL] HTTP GET problem > > > Hi list, > > I am run

[REBOL] Re: [algo] Intervals and parsing

2004-03-12 Thread Peter WA Wood
Oops, I meant storing those missing rather than those presenting. Peter On Saturday, Mar 13, 2004, at 08:27 Asia/Kuala_Lumpur, Peter WA Wood wrote: > > Hi DideC > > As your list of integers seems to be very densely populated, have you > considered storing those present rather than those missi

[REBOL] Re: HTTP GET problem

2004-03-12 Thread Tom Conlin
thanks but unless you were running an "otter" server on your machine or tunneling the port from some place that is, then that would be the expected result. but thank-you for trying to help. On Fri, 12 Mar 2004, Izkata wrote: > > Dunno how I could help, but you may or may not want to > know t