[REBOL] Re: Fw: prime solution

2002-08-14 Thread Anton
Are you saying that you implemented the algorithm in rebol? If so, that's pretty clever. Anton. > Hi Charles, > > thanks for the info. Using Rebol I found out, that it is unlikely that the > algorithm will be faster than a brute force approach for numbers smaller > than 706'044'139 (except for t

[REBOL] Re: Reverse append refinement for write

2002-08-14 Thread Louis A. Turk
Hi Greg, At 11:03 PM 8/14/2002 -0600, you wrote: >Hi Louis > ><< How can I append a string to the beginning of a file instead of to its >end? >> > >How about this? > > close insert open %test.txt reduce [now newline] > >--Gregg You alway help me. It works great! Many thanks. Louis --

[REBOL] Re: Commercial-quality REBOL programmers needed

2002-08-14 Thread Petr Krenzelok
Hello Bo! :-) first - it's nice to see old time reboller to prosper using Rebol :-) Rebol and business, well, well, well. There is several povs to the problem: 1) historically - RT did a BIG mistake locking library and shell components, period! I am not even open to discuss it further, as I ca

[REBOL] Re: Commercial-quality REBOL programmers needed

2002-08-14 Thread Anton
Hi Bo, Well, I am always here. Here is my skillset: - Accessing .dll files - can do it - Web technologies - I have CGI's in my codebase, and commercial experience with it, and I am always stuffing around with HTML - Network protocols - I have not delved into this yet - Database technologies -

[REBOL] Re: Reverse append refinement for write

2002-08-14 Thread Gregg Irwin
Hi Louis << How can I append a string to the beginning of a file instead of to its end? >> How about this? close insert open %test.txt reduce [now newline] --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without

[REBOL] Modular solutions

2002-08-14 Thread Andrew Martin
Ashley wrote (in another thread): > Another approach might be to say, "I am looking for the following interfaces / technologies / modules", ie. what are your high level requirements. This would appeal to someone like myself who doesn't have time to crank out REBOL apps for others at the moment but

[REBOL] Reverse append refinement for write

2002-08-14 Thread Louis A. Turk
Hi rebols, How can I append a string to the beginning of a file instead of to its end? Louis -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: Selma Source

2002-08-14 Thread cybarite
David, I used Carl's base with some minor mods so called it SELMATE (the new "te" is for Toronto Edition ... it made me smile at the time) And created my own %notices.r file I couldn't find the one that went with the original Selma.r but this seemed to work. It allows me to add m

[REBOL] Dr Dobbs article

2002-08-14 Thread Jason Cunliffe
Hi The September Dr. Dobb's Journal magazine includes a three page article on REBOL/IOS by James Esch. [page 62 in the programmers's workbecnh section.] The article is profiled on the cover, and as you'd except from DDJ: no hype - a very dry description of IOS 'filesets' architecture. enjoy ./Ja

[REBOL] Re: Commercial-quality REBOL programmers needed

2002-08-14 Thread atruter
> I would like to apologise if anyone finds this email irrelevant to the list. Commercial interests are just as valid as hobby or academic, and probably more likely to see wider adoption of REBOL (which is *a good thing* in my book as RT can't survive on hobby / academic interest alone). > I ma

[REBOL] Re: REBOL/Core 2.5.3 Released

2002-08-14 Thread Ladislav Mecir
Hi Romano, it looks that my testing wasn't thorough enough. Sorry for misinforming. You should send it to feedback. <> ... It seems that the function is referenced two times through the variable name: the first to collect the argument number, the second to collect the body code. --- Ciao Roman

[REBOL] Re: Fw: prime solution

2002-08-14 Thread Ladislav Mecir
Hi Charles, thanks for the info. Using Rebol I found out, that it is unlikely that the algorithm will be faster than a brute force approach for numbers smaller than 706'044'139 (except for the powers). -L - Original Message - From: "Charles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

[REBOL] Selma Source

2002-08-14 Thread David
Does anyone have the source to Selma? I would like to study it and possibly use it in a club I'm in. Thanks! David [EMAIL PROTECTED] -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: Attribution to a Word with Pat

2002-08-14 Thread Joel Neely
Hi, Philippe, Philippe Oehler wrote: > > Hi, > > It must surely be a simple question but i just dont have the answer.. > > How to attribute a value to a element of a serie or of a block ? > > I already know that i could make > > theblock/5: "bonjour mon amour" > and the 5th element of theblo

[REBOL] Commercial-quality REBOL programmers needed

2002-08-14 Thread Bohdan or Rosemary Lechnowsky
Hi rebol-list! I would like to apologize if anyone finds this email irrelevant to the list. I am posting it here as my understanding of the REBOL mailing list is to further the spread and acceptance of the language. I believe using the language for commercial projects is key to this goal. A

[REBOL] Attribution to a Word with Pat

2002-08-14 Thread Philippe Oehler
Hi, It must surely be a simple question but i just dont have the answer.. How to attribute a value to a element of a serie or of a block ? I already know that i could make theblock/5: "bonjour mon amour" and the 5th element of theblock is changed.. ok. But how could I change or "attribute" a

[REBOL] Re: WB skins

2002-08-14 Thread RebOldes
Hello Boleslav, Wednesday, August 14, 2002, 9:25:50 AM, you wrote: BB> Oh, sorry, BB> I thought I've send it to Oldes' personal e-mail adress. BB> However, when it's here...I've changed 'wb-radio and 'wb-check so you BB> can use active labels together with them. BB> USAGE: in layout use BB>

[REBOL] Re: Installing REBOL/View on MacOS 9.2

2002-08-14 Thread RebOldes
Hello Jussi, Wednesday, August 14, 2002, 8:58:59 AM, you wrote: JH> Have anyone succeeded in installing REBOL/View on MacOS 9.2? Or am I JH> just doing something really wrong? I was trying to install Rebol/View on one friend's Mac and I had same problems, but that was my first meeting with MacO

[REBOL] Re: Installing REBOL/View on MacOS 9.2

2002-08-14 Thread Paolo Russo
[EMAIL PROTECTED] ha scritto: >Quoting Paolo Russo ([EMAIL PROTECTED]): >> Hopefully, we will see /View for OS X sooner or later. > >By the way, is Rebol/Core for OS X like Mac/Windows version with windows >and popups or more like the console-only UNIX versions? > /Core for OS X is console-only a

[REBOL] Re: Installing REBOL/View on MacOS 9.2

2002-08-14 Thread Jussi Hagman
Quoting Paolo Russo ([EMAIL PROTECTED]): > nothing new under the Sun: I experienced the same problems exactly. OK, it is good to know that this is a known problem. It just affects my everyday life quite much as I can not live without my rpncalculator, that's an addiction that dies hard :) > The

[REBOL] Re: Installing REBOL/View on MacOS 9.2

2002-08-14 Thread Jussi Hagman
Quoting Paolo Russo ([EMAIL PROTECTED]): > Hopefully, we will see /View for OS X sooner or later. By the way, is Rebol/Core for OS X like Mac/Windows version with windows and popups or more like the console-only UNIX versions? Greetings, Jussi -- Jussi HagmanCS

[REBOL] Re: Installing REBOL/View on MacOS 9.2

2002-08-14 Thread Paolo Russo
[EMAIL PROTECTED] ha scritto: >Hi, > >Long time off the list but with the purchase of an old iMac I tried to >get my old rebol scripts work on the Mac. Unfortunately there were some >problems with the installation. > >Firstly, writing the binary to a folder that was created by the >installation p

[REBOL] Re: WB skins

2002-08-14 Thread Boleslav Brezovsky
Oh, sorry, I thought I've send it to Oldes' personal e-mail adress. However, when it's here...I've changed 'wb-radio and 'wb-check so you can use active labels together with them. USAGE: in layout use [ wb-check "Click image or text" wb-radio "Click image or text" ] Sorry again, Bolek

[REBOL] Installing REBOL/View on MacOS 9.2

2002-08-14 Thread Jussi Hagman
Hi, Long time off the list but with the purchase of an old iMac I tried to get my old rebol scripts work on the Mac. Unfortunately there were some problems with the installation. Firstly, writing the binary to a folder that was created by the installation program failed. If I created a folder fo

[REBOL] WB skins

2002-08-14 Thread Boleslav Brezovsky
Oldesu, jak sem si stahl novou verzi tech wb-skinz, tak sem si uvedomil, ze sem ti zapomel rict jeste o jedne zmene, kterou sem tam udelal: 'radio sem upravil, takze kdyz das do layoutu napr [radio "Radio1" skin 'akward] tak se zobrazi radiobutton aji s textem a ten text je aktivni (da se zmack