[REBOL] Parsing html specific block

2004-04-13 Thread lp . legoff
Hi list, Maybe a standard question : How parse a html file containing some tr.../tr blocks like : ... table width=600 align=center border=0 cellpadding=1 cellspacing=1 tr td align=center nowrapspan TARGET/span/td td align=center nowrapspan URL/span/td td align=center nowrapspan WORD/span/td td

[REBOL] FTP memory leak?

2004-04-13 Thread Bohdan or Rosemary Lechnowsky
Hello, all. I was wondering if anyone had seen a memory leak related to FTP. I have written a backup application using Rebol. I can back up 50,000 local files without any problems, but if I try to back up ~250 files from an FTP location to a local drive, Rebol's memory usage goes through

[REBOL] Re: Parsing html specific block

2004-04-13 Thread Gregg Irwin
Hi Philippe, llff How parse a html file containing some tr.../tr blocks like : ... llff BUT just keep tr../tr blocks containing specific strings like KO and llff reform the html file with them inside original table.../table. Something like this? rules: [ any [ copy text thru tr

[REBOL] Re: sound loop

2004-04-13 Thread Anton Rolls
I admit, I hadn't tried it for a long time. Now I have tried it again and you are right. There is a short interruption. Anton. Hi Anton, Did you get any usable results without interupting the sound? I always got annoying significant silence when the playback reach its loop point :-/

[REBOL] Re: FTP memory leak?

2004-04-13 Thread Will Arp
Hi Bo, dunno about the memory leak but here you can find Romano's latest ftp handler which I'm using successfully: http://www.rebol.net/cgi-bin/projects/track.r?id=149 Will On 13 apr 2004, at 16:35, Bohdan or Rosemary Lechnowsky wrote: Hello, all. I was wondering if anyone had seen a

[REBOL] Re: Parsing html specific block

2004-04-13 Thread lp . legoff
Hi gregg, As usual, a nice and obvious answer with Rebol... A little work again for me to work fine with my problem. Thanks Gregg. Philippe. Selon Gregg Irwin [EMAIL PROTECTED]: Hi Philippe, llff How parse a html file containing some tr.../tr blocks like : ... llff BUT just keep

[REBOL] Re: [Liquid] Where can I find its website?

2004-04-13 Thread Arie van Wingerden
Thanks Max! I will stay tuned on your products. Arie - Original Message - From: Maxim Olivier-Adlhoch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 6:57 PM Subject: [REBOL] Re: [Liquid] Where can I find its website? well, it should be

(no subject)

2004-04-13 Thread Rebolinth
Hello Anton, Well actualy im trying to duplicate FLASH now the plugin of rebol is here, but im running into some problems actualy, most of them are event and timing problems with animations.. I hoped the sound port would help me on sound but it just wont work... I could indeed insert the wav

[REBOL] hook while downloading from html port

2004-04-13 Thread Maxim Olivier-Adlhoch
hi, I was wondering, if its possible to put a hook somewhere (even if deep) within the port or more specifically the html port handler, so that we can update something elsewhere, do statistics or print out transfer rate for example... I thought maybe by reducing the buffer size and patching