[REBOL] virus-ip-scan

2004-05-12 Thread Petr Krenzelok
Hi, I build small but usefull script for my own purpose to allow me to scan network for possibly infected computers. It is new/rewritten version of my old script, which contained IP adresses hardcoded. Now they are abstracted. I have also one question, hopefully answered by Romano or

[REBOL] Re: [Plugin] is cool

2004-04-21 Thread Petr Krenzelok
[EMAIL PROTECTED] wrote: The plugin module for MSIE is cool. And with the javascript access to the browser's DOM tree, interesting things can be done. Yes it is cool but MSIE is such a security sive that my company, and a growing list of others, have banned the use of IE. I would really

[REBOL] Re: [Plugin] is cool

2004-04-21 Thread Petr Krenzelok
Paul Tretter wrote: We all want to see development on other browsers as well. However, we had this discussion on the REBOL/View world and it was quite obvious that most agreed that RT's efforts are better spent on other projects for now. As for the IE problem your company experienced, we have

[REBOL] Re: [Plugin] is cool

2004-04-21 Thread Petr Krenzelok
[EMAIL PROTECTED] wrote: The point is mute, I don't make the rules and the rule for us is no MSIE; this is the only fact I need. Paul Well, I need - that is correct of course, but others may have another needs I can expect such large company has pretty much their development tools

[REBOL] Re: Newbie Rebol (CGI) questions

2004-04-16 Thread Petr Krenzelok
Kai Peters wrote: Hi All ~ From the web tutorials I have doctored the script below together which leaves me with three questions: 1) Why do I receive an error if i omit the print line immediately after the REBOL [] header? you should not receive an error? I don't understand exactly what

[REBOL] Re: Presentation software

2004-04-09 Thread Petr Krenzelok
rebol wrote: Thanks Carl. I 've seen that mention of the reblet but apparently it isn't finished. I agree, I should be able to create one using the plugin. Thanks again. James dunno why noone stepped in yet, but IIR there was some presentation dialect done by Jeff Kreis from RT. Don't know

[REBOL] web counter, next-page method?

2004-04-07 Thread Petr Krenzelok
Hi, I will soon prepare some part of portal. Let's suppose I get data from db, I have template system, where I simply put data into table or whatever xhtml structure. Now what I am not sure about how to do is - e.g. my table will have 30 rows, db query returns 150 rows, so I need to

[REBOL] Re: web counter, next-page method?

2004-04-07 Thread Petr Krenzelok
Hallvard Ystad wrote: Hi, Petr, I see Marten had good answers to this. Look at them first! Here's what I do with the RIX (uses MySQL and DocKimbel's mysql-protocol.r): I use LIMIT in the DB-command, and fetch only, say, the first ten records: LIMIT 10 Bottom of page, I have a next 10

[REBOL] Re: [Bot] email command Bot

2004-03-26 Thread Petr Krenzelok
It's a different problem, really. REBOL allows access to *all* of itself. So you get to see and manipulate *everything*. Some of us have gone down that road, exploring a lots of mechanisms that would be internal to other interpreters. What I am trying to say is that it is not reasonable to

(no subject)

2004-03-26 Thread petr . krenzelok
0 X-BitDefender-Spam: No (0) Received: from trz.cz (unknown [172.25.7.73]) by smtp.sec.trz.cz (Postfix) with ESMTP id 1E844D9F46 for [EMAIL PROTECTED]; Fri, 26 Mar 2004 14:14:34 +0100 (CET) Message-ID: [EMAIL PROTECTED] Date: Fri, 26 Mar 2004 14:14:36 +0100 From: Petr Krenzelok

[REBOL] Re: Disappearance of CGI generator

2004-03-24 Thread Petr Krenzelok
Trevor Gosbell wrote: Does anyone know where the CGI generator formerly at http://www.rebol.cz/~rebol/cgi/ has gone? Does it even still exist? the server was removed last year - it was not updated and got hacked. I backed all content IIRC. Now rebol.cz is set-up on our new Fedora

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

2004-03-13 Thread Petr Krenzelok
Carl Read wrote: On 13-Mar-04, Josh Mitts wrote: To experience the plugin for yourself, go to: http://www.rebol.net/plugin/tests/test.html Is the plugin meant to update automatically? As it didn't for me. Obviously uninstalling the alpha version and going to the above

[REBOL] Re: IOS like syncing

2004-03-10 Thread Petr Krenzelok
Robert M. Mnch wrote: Hi, I want to create a Rebol based tool (what else?) that posts data to a server, and syncs this data to other uses. Something like an IOS/light. It should work thru HTTP, to avoid firewall problems. I took a look at the IOS proxy C code. But I must say, that I don't

[REBOL] Re: rebol-plugin and mozilla firefox

2004-03-03 Thread Petr Krenzelok
Lok Yek Soon napsal(a): Hi, Just want to drop a note that I have been successful getting rebol-plugin to work on firefox on winxp. This is done by installing the mozilla active x control from http://www.iol.ie/~locka/mozilla/mozilla.htm Hod did get you it running, please? I tried to

[REBOL] Re: rebol-plugin and mozilla firefox

2004-03-03 Thread Petr Krenzelok
Lok Yek Soon napsal(a): I just tested with Mozilla 1.6 and have no problem. I believe, Graham and Terry have reported similar success on AltMe REBOL world. On this page, http://www.iol.ie/~locka/mozilla/plugin.htm#download I download the one that says Mozilla 1.6 If you still have

[REBOL] Re: The REBOL async:// tutorial - take 1

2004-03-03 Thread Petr Krenzelok
Maarten Koopmans napsal(a): Hi, that stuff looks really excelent! Strange thing is, that even if the code looks pretty straightforward, I don't understand every detail of it, but that is what there are questions for :-) handler: func [port [port!] state [word! error!] /local tmp cmd] [

[REBOL] Re: Wake up ;-)

2004-03-02 Thread Petr Krenzelok
Vos, Doug napsal(a): Can't load this or install it, seems to fail on install or have proxy problems. What you guys all are doing? W2K here, behind complicated proxy and firewall set-up, and works nicely here ... IE 5.50 -pekr- -- To unsubscribe from this list, just send an email to

[REBOL] Re: Wake up ;-)

2004-03-01 Thread Petr Krenzelok
A J Martin napsal(a): Anyone noticed something different on the main page ;-) Yes there is a newborn tool around ...lets plug it in ! Neato! Though at the moment, it does seem to fail after a while. :( The plugin stopped working after about 30 - 40 seconds after the install. What could

[REBOL] Re: No-wait

2004-02-23 Thread Petr Krenzelok
Paul Tretter napsal(a): Yeah this was my current work around to use 0 as a timeout but I was a wondering why it was needed if there was no-wait. It was not imo. Your code was imo wrong for what you wanted to achieve: port: open/direct/no-wait tcp://:7000 x: 0 forever [ print x + 1 x:

[REBOL] Re: No-wait

2004-02-22 Thread Petr Krenzelok
Maarten Koopmans wrote: No-wait modifies the behaviour of 'copy, not 'wait. Copy doesn't block, but returns immediately with an empty string if there is no data. BTW: I found that it works best to have buffering on in TCP ports. Could you explain, please? I would not expect it being so ...

[REBOL] Re: [ANN] RebDB v1.1

2004-02-20 Thread Petr Krenzelok
Ashley Trüter napsal(a): Latest release includes: * memo! support * Client / Server * SQL dialect * RebDB*Lite variant (uses save/load with REBOL native values) * SQL*Plus like command-line (uncomment last line of db.r / db-lite.r) Release notes and source available at

[REBOL] Re: [ANN] RebDB v1.1

2004-02-20 Thread Petr Krenzelok
Graham Chiu napsal(a): Petr Krenzelok wrote.. apparently on 20-Feb-2004/9:10:58+1:00 my friend looked for small DB, your solutions would be good for him, but the app is supposed to run on old notebook with only 16MB RAM. Is there try dbase ... do you mean Konstantin's dybase

[REBOL] Re: Another outage?

2004-02-17 Thread Petr Krenzelok
Maarten Koopmans napsal(a): Hi All, Anybody else experienceing an AltME outage once again? Yes, the same here. Some 14 hours ago too, while being at home. AltME starts to be unreliable service. I would expect Reichart to put some note or explanation on their website, once it is awailable

[REBOL] Re: oss revisited (briefly!)

2004-02-13 Thread Petr Krenzelok
Joel Neely napsal(a): Having a definitive specification makes it possible to learn more efficiently then trial-and-error or ask-somebody-when-stumped, and also makes it possible to distinguish implementation defects (bugs) from cases of I-didn't-understand-that-feature. Yes, but I also

[REBOL] Re: REBOL/View 1.3

2004-01-29 Thread Petr Krenzelok
[EMAIL PROTECTED] wrote: Hi List, A lot of things are going on in the Rebol world, and the list is barely aware of it. I have discovered recently http://www.rebol.net/projects/view1.3/. Every thing seems to be on AltME now, whith very little echo here and the weblog is very difficult to

[REBOL] db/file storage .... (was) Re: Re: ANN: RebDB Pseudo-Relational Database

2004-01-28 Thread Petr Krenzelok
Graham Chiu wrote: On Wed, 28 Jan 2004 10:48:44 +1100 Ashley Trüter [EMAIL PROTECTED] wrote: need varchar is true if you need to store something like the email body text *and* you want the DB to operate on it with statements such as soundex, like, etc. If, however, it is the header

[REBOL] Re: db/file storage .... (was) Re: Re: ANN: RebDB Pseudo-Relational

2004-01-28 Thread Petr Krenzelok
[EMAIL PROTECTED] wrote: 1) File Managers (most of them imo, and no - Explorer is NOT file manager, it is a joke!) treat archive files as ordinary directories. Explorer is not a file manager, it is the windows shell. as such you can extend it via namespaces:

[REBOL] Re: ANN: REBOLml 0.1.4

2004-01-27 Thread Petr Krenzelok
Hi Graham ... do you think you would find any free time to try to test with native rebol database - RebDB? :-) It would be interesting to see the difference Second - what make doc do you use for your docs? Very nice output thanks a lot, -pekr- -- To unsubscribe from this list,

[REBOL] Re: Problem with CGI

2004-01-25 Thread Petr Krenzelok
ZikZak wrote: Hi, I'm a beginner and I don't understand why I can not obtain some informations. If I try to : mold system/options/cgi/query-string then the system doesn't give to me the informations. Why ? system/options/cgi is object, which is being given data only if rebol is run in

[REBOL] Re: [view] changing window title. -- vid 1.3 --

2004-01-23 Thread Petr Krenzelok
Gabriele Santilli wrote: Hi Maxim, On Friday, January 23, 2004, 12:41:40 AM, you wrote: MOA as far as I know, we cannot change the title of a MOA window while the window is open. about REBOL/View 1.2.8.3.1 3-Aug-2002 Copyright 2000-2002 REBOL Technologies. All rights reserved.

[REBOL] Re: [view] changing window title. -- vid 1.3 --

2004-01-23 Thread Petr Krenzelok
Gabriele Santilli wrote: Hi Maxim, On Friday, January 23, 2004, 3:39:05 PM, you wrote: MOA This is NOT documented, so its not a feature, IMHO, MOA its a happy side-effect to something internal within the view MOA engine, this could change, only RT knows. FACE/CHANGES *is* a feature and

[REBOL] Re: [VID] resizing areas

2004-01-23 Thread Petr Krenzelok
Dide wrote: Re: [VID] resizing areas Hi, You don't have to do all this. The problem is that you have to set content/lines to none. This facet hold some values used by the View engine to know where to cut the text (a sort of right margin indexes). So you just have to do this :

[REBOL] Python on nokia? Where's Rebol?

2004-01-22 Thread Petr Krenzelok
Hi, so - someone said we have enought time to think about PDAs, outer world seems to think otherwise. So, first there was Flash Light, 200KB engine news info, then Perll on Nokia and now possibly Python on Nokia ... As Robert said on AltME - in 2 years from now, there will be no reason to

[REBOL] Re: Schemes, handlers and COM-ports

2004-01-22 Thread Petr Krenzelok
Peter Carlsson wrote: Hello! I am trying to write an application that talks/listens to my modem. The modem is identified as an internal Conexant Intl HSFi V92 MiniPCI Modem on COM4 on a Compaq Evo running Windows XP Pro. Maybe it is a little special since it is not really a COM-port but an

[REBOL] Re: [Ann] Mailing list archive - a new home

2004-01-15 Thread Petr Krenzelok
Jason Cunliffe wrote: http://203.79.110.37/rebolml/ Bravo !! Thanks guys... can't wait till you add search etc. the question is, if it would not be easier to resubscribe to escribe? It has common interface, good search, is known etc. -pekr- -Jason -- To unsubscribe from

[REBOL] Call for C source codes to be included into Rebol.

2004-01-14 Thread Petr Krenzelok
Hi list! few days ago I had some talk with Carl on AltME, I also mentioned it here but maybe it was just lost deeply in some non-related discussion. Carl expressed his opinion and that it should be said publicly, that there is no problem to add some usefull stuff into Rebol, but rule is as

[REBOL] Re: SHELL cmd exec using CALL in View 1.3

2004-01-12 Thread Petr Krenzelok
Gerard Cote wrote: Oups! I forgot to join the entire file as a reference to those interested. Here it is. Regards, Gerard P.S. I also looked back to the REBOL Command SHELL interface (Official Docs) and it seems that one way to let REBOL do leave an executed console window opened would

[REBOL] Re: What else don't I know

2004-01-12 Thread Petr Krenzelok
Volker Nitsch wrote: Am Samstag 10 Januar 2004 23:46 schrieb Gerard Cote: Hi Volker, Since I saw your name on the discussion about the CALL mechanism included in View, can you tell me if it will be possible to permit under Windows that a DOS execution Window to stay open after the launched

[REBOL] Re: Cookbook submissions idea

2004-01-12 Thread Petr Krenzelok
Jason Cunliffe wrote: Hi Gerard I didn't find any info about this REBOLDOC project on Robert's website (Saw an OpenDOC entry but nothing else) ...perhaps this explains http://www.rebol.net/list/list-msgs/30437.html Regarding Vanilla. First, good idea to post Vanilla

[REBOL] Re: starting to be really late!?

2004-01-11 Thread Petr Krenzelok
Karl Robillard wrote: Hey Ed, that's an excellent summary of how Rebol differs from other mainstream languages. Everything else in this post I have said before, but I like to restate my thoughts whenever this topic pops up, as Robert notes that it does, every few months or so. I believe

[REBOL] can't connect to AltME ....

2004-01-11 Thread Petr Krenzelok
Hi, last two days I am not able to connect to AltME properly. It worked yesterday in the evening, but is not working whole day today once again. Anyone else got problems connecting to AltME? thanks, -pekr- -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with

[REBOL] Re: can't connect to AltME ....

2004-01-11 Thread Petr Krenzelok
[EMAIL PROTECTED] wrote: Petr: last two days I am not able to connect to AltME properly. It worked yesterday in the evening, but is not working whole day today once again. Anyone else got problems connecting to AltME? You are not alone. This is a me-too post! Exactly the same

[REBOL] face/parent-face and top-most window?

2004-01-11 Thread Petr Krenzelok
Hi, some time ago I created following functions for disabling-enabling certain elements. It worked well with Cyphre's styles, as I put many ui elements into group-box. But when I don't use group-box (by default rebol does not have it available), I wanted to somehow put disabling face into

[REBOL] Re: face/parent-face and top-most window?

2004-01-11 Thread Petr Krenzelok
replying to myself: - REBOL [] disabled-face?: func [f][flag-face? f 'disabled] enabled-face?: func [f][not disabled-face? f] disable-face: func [f /fx effect-block][ if not disabled-face? f [ either f/parent-face [ insert skip find f/parent-face/pane f 1 make

[REBOL] Re: Forums Ready...

2004-01-10 Thread Petr Krenzelok
Defiant Mail wrote: We took the time to set up a index page and a forum, please take the time to stop by. http://www.reboltalk.com/ We would be extremely Jazzed to see this forum utilized, and would be grateful if some of the rebol veterans would like to moderate if / when the board gets

[REBOL] Re: [shell core] Shell access for rebol/core on win32

2004-01-10 Thread Petr Krenzelok
Luke wrote: Oops I spotted a mistake in my last post, python script should be as follows. I've reincluded the rebol client too. The script got broken when I tried to tidy it up too much... Hi Luke - what about to wait a bit for 1.3, which will have free shell access? :-) -pekr- - Luke

[REBOL] Re: [shell core] Shell access for rebol/core on win32

2004-01-10 Thread Petr Krenzelok
Luke wrote: Hi Petr Is that the new REBOL/View. Will REBOL/Core have it too? Is there a list anywhere of what the new features will be? As for waiting - I've done enough of that ;-) It seems like you are ignoring completly real and ongoing View 1.3 project, where anybody from rebol

[REBOL] Re: [shell core] Shell access for rebol/core on win32

2004-01-10 Thread Petr Krenzelok
Jason Cunliffe wrote: /View 1.3 seems like a very good joint effort.. Q1: Good news about Shell Access. Does that mean there will soon be a free rebol with shell access, or only via some purchased version? If so what price? it will be allowed in free versions imo Q3: Where are the

[REBOL] Re: IP Address

2004-01-08 Thread Petr Krenzelok
A J Martin wrote: Mauro wrote: Is there a good (but simple) XML and HTML builder in Rebol out there that I can embed in my bot (something more than XMLgen)? Yes. You could use my ML.r script, which generates HTML and/or XML from a Rebol dialect. The following function shows my common

[REBOL] Re: REBOL on PDA

2004-01-07 Thread Petr Krenzelok
Coussement Christophe wrote: Hi list! As we're now experimenting for porting our projects on other platteforms, I was wondering the following: 1. As anyone experienced running REBOL on a Compaq iPAQ H3900 (64 MB RAM - Intel PXA250) ? I don't know of any RTs activities of porting to PDAs,

[REBOL] starting to be really late!?

2004-01-07 Thread Petr Krenzelok
First there was the rebol - x-internet app, nearly alone then others stepped in into the game - Flash MX ... now they are moving ahead to mobile devices : http://www.theregister.co.uk/content/64/34740.html Is rebol ever going to catch up once again? We need Rebol with more media

[REBOL] Re: Using serial ports in Linux (rebol/core 2.5.6)

2004-01-07 Thread Petr Krenzelok
Gabriele Santilli wrote: Hi Petr, On Wednesday, January 7, 2004, 3:28:05 PM, you wrote: PK I asked several times, but did not get any reply as maybe ppl don't use PK rebol serial port heavily. The problem is, that once I send more than PK two bytes into device, it will not accept it or the

[REBOL] Re: Using serial ports in Linux (rebol/core 2.5.6)

2004-01-07 Thread Petr Krenzelok
Gregg Irwin wrote: Hi Jose, j system/ports/serial: [ttyS0 ttyS1] j modem: open/string/direct/no-wait j serial://port1/9600/8/none/1 j insert modem ATDT123123^M Did you try adding update modem after the insert? I know you shouldn't need to with /direct but... I think that update should

[REBOL] Re: starting to be really late!?

2004-01-07 Thread Petr Krenzelok
Jason Cunliffe wrote: Is rebol ever going to catch up once again? We need Rebol with more media capabilities, better memory consumption characteristics and even better with general virtual machine in 2004, or probably never First - let me add that I almost completly disagree

[REBOL] Re: extending IE with Rebol was RE: Re: Easy-Vid

2004-01-06 Thread Petr Krenzelok
Gerard Cote wrote: i Bran, I also thought about addind some COM interface for REBOL to be used instead of Javascript as the scripting language for IE but my programming knowledge was falling short too soon. Sorry about that but life is like that. That is not imo needed. AFAIK even RT is

[REBOL] Re: bit of mysql help?

2004-01-06 Thread Petr Krenzelok
Tom Foster wrote: hi guys, I can open up the mysql listener from bash, and access a database, but when I try to use the mysql.r protocol, a: open mysql://user:[EMAIL PROTECTED]/database try 127.0.0.1 instead of localhost? -pekr- I get, cannot connect to localhost what can I look at to

[REBOL] Re: Rebol API to DyBASE

2003-12-17 Thread Petr Krenzelok
Anton Rolls wrote: Hmm looks interesting. I have downloaded it and looked quickly but I must go to bed... you don't have to - just dring more coffee :-) -pekr- Anton. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: What does REBOL fix?

2003-12-16 Thread Petr Krenzelok
Gabriele Santilli wrote: Hi Jason, On Monday, December 15, 2003, 6:02:50 PM, you wrote: JC Yes but that is still also true for HTML, XSLT, Perl, Python, PHP, Java, C, JC etc.. How do you MOLD some PHP code and send it to another computer? ;-) Well, OTOH, AFAIK :-) (what an abbreviations

[REBOL] css vs View (VID) compositing? (was) Re: Re: page-breaks in html or pdf?

2003-12-06 Thread Petr Krenzelok
A J Martin wrote: I have my scripts insert this HTML (using CSS): br style=page-break-after: always / huh, didn't know it is possible to style BR tag? I thought that is why there is DIV tag available? It's placed at the start of each page after the first page, using a Rebol script

[REBOL] Re: Sharp Zaurus 5600

2003-12-05 Thread Petr Krenzelok
[EMAIL PROTECTED] wrote: James: Do any of you have a Zaurus? Can Rebol be ported? Yes I do, but only a 5500 version. In theory, yes. In practice, REBOL needs a surprising amount of memory to run, so that may be a limiting factor for PDAs for a year or two. Max made a similar

[REBOL] page-breaks in html or pdf?

2003-12-05 Thread Petr Krenzelok
Hi, our company is sending aviso documents to customers. Aviso is in html form or in pdf form. I have to say, that it is probably generated by some SAP automat. The code is pretty ugly - strict css usage - placing ALL elements onto absolute pixel positions. The problem is, that if there is

[REBOL] Re: page-breaks in html or pdf?

2003-12-05 Thread Petr Krenzelok
Andreas Bolka wrote: Friday, December 5, 2003, 11:49:00 AM, Petr wrote: I chcecked out and did not find any way of how to issue something like page-break in html. It is probably not even possible. there are two CSS properties named page-break-before and page-break-after. by using

[REBOL] Re: Interesting date formatting functions

2003-12-04 Thread Petr Krenzelok
Gregg Irwin wrote: AJM This is the interesting one/two: *Very* creative thinking Andrew! -- Gregg not to mention 'pad function - that one has to be added to core to stop bothering me each time I need it :-) -pekr- -- To unsubscribe from this list, just send an

[REBOL] Re: List text-list - font object

2003-12-03 Thread Petr Krenzelok
Hi, nice explanation Volker - I just wonder how many even non developers will be struggling subobject sharing on various places in Rebol :-) I have not met any single beginer with VID who would not run into such kind of problems. As some ppl suggested 'clone is not usefull at all, we need at

[REBOL] Re: REBOL and live video

2003-11-28 Thread Petr Krenzelok
Carlos Lorenz wrote: Hi list, I have this TV card on my PC and I'd like to know if it is possible to write REBOL scripts that could capture live video from this card thanks Carlos :-) What does it mean capture ? Well, if you would like to apply some effect, transitions using rebol only -

[REBOL] Re: Problem with Rebol in a LAN

2003-11-27 Thread Petr Krenzelok
Mauro Fontana wrote: Hi all, I would like to use Rebol in a LAN to write some simple client/server apps but I find it impossible to do any communication with any other computer on the LAN. That is I cannot open any TCP or UDP port on any computer. Actually even a open tcp://myhost:anynumber

[REBOL] Re: IOS on USB

2003-11-19 Thread Petr Krenzelok
Robert M. Münch wrote: Hi, IIRC we once had a discussion if / how to get the IOS Link client to run from an USB stick. I just tried it but the Link client wants to install itself. I think this has to do that IOS Link searches for a registry key, if it's already installed. Does someone know

[REBOL] Re: DLL Hell = Rebol library script version

2003-11-12 Thread Petr Krenzelok
Volker Nitsch wrote: Am Dienstag, 11. November 2003 19:57 schrieb Petr Krenzelok: Robert M. Münch wrote: On Tue, 11 Nov 2003 09:28:36 +1300, Andrew Martin [EMAIL PROTECTED] wrote: When distributing a Rebol script, include all the functions (words) that the main script requires

[REBOL] Re: DLL Hell = Rebol library script version

2003-11-11 Thread Petr Krenzelok
Robert M. Münch wrote: On Tue, 11 Nov 2003 09:28:36 +1300, Andrew Martin [EMAIL PROTECTED] wrote: When distributing a Rebol script, include all the functions (words) that the main script requires. Of course, the problem here is that most of us have nice toolkits of functions that we want

[REBOL] MS Rebol competition?

2003-11-10 Thread Petr Krenzelok
Sparkle - I thought Rebol could take such position once more media features added, now it seems even Flash will have difficult times: http://www.theregister.co.uk/content/4/33869.html -pekr- -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the

[REBOL] Re: Opening Specific Ports

2003-11-10 Thread Petr Krenzelok
Matt MacDonald wrote: How can I control what port (on the client side) gets opened when connecting to a TCP server? I know you can control which port on the server it connects to, but not where it connects from. Matt _ MSN

[REBOL] insane patent system - can rebol be hurt?

2003-11-10 Thread Petr Krenzelok
http://slashdot.org/article.pl?sid=03/11/02/2159241 What is your opinion? Could our rebol apps be affected? -pekr- -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Looking over the horizon - Rebol 3

2003-11-10 Thread Petr Krenzelok
Tim Johnson wrote: * Steven White [EMAIL PROTECTED] [031110 09:43]: Andrew Martin Anything else you'd want on your wish list for Rebol 3? Here's mine 1)Protect an object member. 2)Fix the binary 'skip bug. 3)Regex support 4)Optional module linkage. Ex: Rebol is

[REBOL] Re: Another day, another project

2003-11-07 Thread Petr Krenzelok
Maarten Koopmans wrote: Hi all, I just signed the contract with Gregg for a very nice project. Gregg will develop an SSL tunnel installer that will interact with a portal to get its configuration parameters. For the installer he will develop an install toolkit/dialect (as a side-effect). If

[REBOL] Re: Another day, another project

2003-11-07 Thread Petr Krenzelok
Maarten Koopmans wrote: Hi Pekr, What about contracting someone to create web browser plug-in, so that in first phase View based apps could be run directly from webpage link and in second phase View would be embedded inside browser window? :-) The question is - do we have

[REBOL] Re: Hitting the learning curve

2003-11-05 Thread Petr Krenzelok
Ged Byrne wrote: I've read the recent 'losing the case' thread with interest. Personally, I've just come to the end of my honeymoon with Rebol. I've been throwing to gether 5 line scripts that do what pages of Java or VB do in 5 pages. I've stopped saying 'Wow,' and I'm starting to ask 'How.'

[REBOL] Re: lost the case ...

2003-11-04 Thread Petr Krenzelok
Paul Tretter wrote: Pekr, I totally agree with the frustration. However, RT's mission is not to first create a language. I was also very confused over the developer updates and thinking it would be published eash month and that never happened. I never did look at VID as anymore than a sample

[REBOL] Re: dbase files under rebol ???

2003-10-17 Thread Petr Krenzelok
Gregg Irwin wrote: Hi Petr, PK I think it is possible, but I would not use such solution. I actually think it would be great to have a free REBOL dBase module, and I don't think it would be that hard (especially since Franois and Gabriele have given us starting points). Yes, there are some

[REBOL] Re: Multithreading with Rebol

2003-10-17 Thread Petr Krenzelok
Maarten Koopmans wrote: Hi Andreas, The problem I see w/ coop multi-tasking (and I've implemented two coop mt server frameworks in REBOL) is that it's a viral, an all-or-nothing approach. If I have e.g. disk IO, I've to impl a simple file IO in a coop way, i.e. decompositing it into a state

[REBOL] Re: dbase files under rebol ???

2003-10-16 Thread Petr Krenzelok
Tim Johnson wrote: * Gregg Irwin [EMAIL PROTECTED] [031015 15:18]: Hi Ronald, r Is it possible to work with .dbf files under REBOL ?? Like Petr, I've only seen a couple REBOL script implementations that do some basics. For real work, Command might be your best bet. The dbf file

[REBOL] Re: IOS and Personal Firewalls

2003-10-16 Thread Petr Krenzelok
Robert M. Mnch wrote: On Tue, 14 Oct 2003 23:35:38 +0200, Volker Nitsch [EMAIL PROTECTED] wrote: AFAIK reblets connect to desctop through tcp/ip. maybe your firewall thinks connections from localhost to localhost are wrong and tries to defend your bits? Hi, one more. I noticed that

[REBOL] Re: dbase files under rebol ???

2003-10-15 Thread Petr Krenzelok
ronaldoff wrote: Hello rebol-list, Is it possible to work with .dbf files under REBOL ?? If yes, how do you do that ? REBOL Command + ODBC drivers (I personally use Advantage Database server ODBC) I also saw some dbf reader on rebolfrance site, but I doubt it will be robust

[REBOL] Re: Parse limitation ?

2003-10-08 Thread Petr Krenzelok
patrick la poste wrote: Hi List, I'd like to parse a string searching for two things at the same time. it seems to me that this is impossible. For example, a text from which I want to extract the HREF and the SRC target. myText: {A HREF=#section1IMG SRC=foobar.gifA HREF=#section1} parse

[REBOL] Re: Parse limitation ?

2003-10-08 Thread Petr Krenzelok
Petr Krenzelok wrote: patrick la poste wrote: Hi List, I'd like to parse a string searching for two things at the same time. it seems to me that this is impossible. For example, a text from which I want to extract the HREF and the SRC target. myText: {A HREF=#section1IMG SRC=foobar.gifA

[REBOL] Re: Parse limitation ?

2003-10-08 Thread Petr Krenzelok
Gabriele Santilli wrote: Hi Petr, On Wednesday, October 8, 2003, 2:06:58 PM, you wrote: PK I would just like to point out, that 'first directive or tu/thru [a | b PK | c] was proposed for parse enahncement some time ago, but then some PK parse gurus (e.g. Gabriele) admitted, that parse would

[REBOL] Re: Parse limitation ?

2003-10-08 Thread Petr Krenzelok
Gabriele Santilli wrote: Hi Petr, On Wednesday, October 8, 2003, 4:39:01 PM, you wrote: PK ah, but that is char-by-char execution ... Do you know any other way to do that? (Your example is using FIND multiple times, and in a big string that would be many times slower.) Well - I am

[REBOL] Re: New Q module - Translate

2003-10-07 Thread Petr Krenzelok
Maxim Olivier-Adlhoch wrote: Is Q developped with rebol (/sdk)? Yes, I assume it is done using SDK. Hower, while slightly off-topic, I today saw one product - Macro Express. What I miss with Q (otoh I haven't read any docs yet) - is - you run it and ask yourself - how do I use it? Some

[REBOL] Re: complete rebol mail client ?

2003-10-07 Thread Petr Krenzelok
Maxim Olivier-Adlhoch wrote: Hi, Does anybody have a fully functional mail client written in REBOL which is available as share ware, open source or anything of the like? It should have the usual features like mailboxes, automatic FW: RE: and stuff like that... I want to replace outlook...

[REBOL] Re: Windows Crash

2003-10-02 Thread Petr Krenzelok
Steffen Kahr Pedersen wrote: Hi Gabriele Bohdan, Thank you for your comments re commercial applications. I should be very happy to be convinced. I'm also curious as to what type af applications? Regards Steffen Whatever ones :-) Your thinking should be lead in a following way - what

[REBOL] Re: Newbie questions

2003-10-02 Thread Petr Krenzelok
Kai Peters wrote: Hi all ~ just stumbled upon REBOL yesterday and have started writing my first min-app and the following questions just curious ... where have you heard of rebol, folks? Last weeks we can see new ppl coming :-) have come up thus far: what is the most elegant way to read

[REBOL] Re: help with function utilising extended life-time words ..

2003-10-01 Thread Petr Krenzelok
Thanks all for answers! I was just thinking in a bit different way - I did not want to enclose measured task into special block to prevent myself from forgetting to include ending bracket :-) So, my initial intention was to have how-long? just marking current time substracted from last function

[REBOL] Re: The OldsKool Demo :-)

2003-09-18 Thread Petr Krenzelok
Sébastien Jeudy wrote: Yo all, My first demo in Rebol : The OldsKool Demo :) Available here : http://reboleur.free.fr/OldsKool/OldsKool.zip - scrolling texts in french and in english, - synchronisation with the speed of your processor (better quality with power ;). Enjoy it ! :)

[REBOL] Re: REBOL/BASE testing

2002-10-16 Thread Petr Krenzelok
Jason Cunliffe wrote: Yes, wait for the probably free FastCGI protocol from DocKimbel - it will be 10 times faster at least ;-) Will that run on any REBOL installation? ./Jason I hope so ... it will be just it - rebol script - no additional libraries. Once released, Rebol

[REBOL] Re: REBOL/BASE testing

2002-10-15 Thread Petr Krenzelok
RebOldes wrote: Hello rebol-list, I've finally found some time to test the Rebol/base... I choosed one of my cgi scripts and set the Rebol/base as the interpreter, I had to add decode-cgi function to this script to make it working and run this simple test: t: now/time/precise loop

[REBOL] strange behavior ... (Was) Re: Re: Refresh speed of Rebol/View...

2002-10-14 Thread Petr Krenzelok
James Marsden wrote: Re: Cyphre's benchmark.r Two things intrigued me from the benchmarks I got - one was the fact that Win2k seems to have been limited intentionally to 50fps and the other was the insane speeds BeOS gave in the 320x240 and 640x480 tests. very strange effect is - try to

[REBOL] Interview with DocKimbel ...

2002-10-13 Thread Petr Krenzelok
Hi, I was informed by secret source, that Rebol France site features interview with our fellow Rebol guru DocKimble :-) http://www.rebolfrance.org/articles/dockimbel/dockimbel.html You can translate to English by e.g. http://babelfish.altavista.com Enjoy, -pekr- -- To unsubscribe from this

[REBOL] Re: Exploring System Port

2002-10-13 Thread Petr Krenzelok
Gabriele Santilli wrote: Hi Romano, On Sunday, October 13, 2002, 10:42:58 AM, you wrote: RPT get-modes system/ports/system get-modes system/ports/system 'system-modes RPT == [window: 688 winmsg: [] endian: little] Very interesting information. I assume the window ID refers to the console

[REBOL] rebol and kiosk systems embedding ...

2002-10-12 Thread Petr Krenzelok
Hello, part of our project is gonna be - KIOSK systems. We just looked into some at Invex computer show. They are pretty expensive, so we will eventually produce few kiosk systems ourselves. However - the questioin is - software. We can go several routes: 1) by some 3rd party software - but

[REBOL] Re: rebol and kiosk systems embedding ...

2002-10-12 Thread Petr Krenzelok
Just replying to myself but maybe as a reference for others - there seem to be more to the mozilla than one could think - it seems to become a platform rather than being simple browser :-) http://www.mozdev.org/projects.html - what a bunch of projects ... I don't know why, but e.g. XUL XML UI

[REBOL] Re: rebol and kiosk systems embedding ...

2002-10-12 Thread Petr Krenzelok
bryan wrote: C) what we saw during the show was - external configurable environments, with embedded browser (mostly IE I think). Well IE did make an initial push towards developers for the KIOSK market, tied in with Windows CE I believe, so that would be logical. A propos XUL, I

  1   2   3   4   5   6   7   8   9   10   >