Hello Roland,
Tuesday, May 11, 2004, 11:06:00 AM, you wrote:
RH> http://www.errru.net/rebol/fun/rdm.r
it's really nice:)
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubs
Hello Maxim,
Friday, May 7, 2004, 7:28:04 PM, you wrote:
MOA> one word:
MOA> AWESOME!
thanks, check it now - large earth maps used as well
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
e...
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
make this script
after reading PHPwhois project files from sourceFroge, (which are
quite unreadable) and has about 176kB of unzipped code
Viva la Rebolution - it's still Alive!
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this
Hello rebol-list,
IP-info version 0.0.2 is now available
http://oldes.multimedia.cz/rss/builds/ipinfo/
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
system/script/header/site
...
after same time
...
it should be fixed
You can even do:
do http://oldes.multimedia.cz/rss/builds/color-lab/color-lab.r
to run non plugin version (requires the new Rebols where is available
rgb-to-hsv as a native function)
For these who have old Rebol v
Hello rebol-list,
I've just updated my old Color-lab script to be working with new
versions of Rebol - plugin version is available at
http://oldes.multimedia.cz/rss/builds/color-lab/
Cheers Oldes
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
-
Hello Robert,
Tuesday, March 30, 2004, 8:29:25 AM, you wrote:
RMM> On Sat, 27 Mar 2004 20:18:29 +0100, rebOldes <[EMAIL PROTECTED]> wrote:
>> Now just how to count MD5 on file with size like 600MB :(
RMM> Hi, I don't know anything about your use-case but if you use a
08FC06A4F37FACE87A26C}
Now just how to count MD5 on file with size like 600MB :(
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
Hello rebol-list,
R-Box2 is back again (now with network saving/score) ->
http://oldes.multimedia.cz/rbox2/
Cheers Oldes
PS: please let me know if you will find some bug, it's not well
tested yet.
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubsc
make-swf exam-swf
PPS: Source files at the RSWF site are now a little bit obsolete. If
you would like source scripts not packed in one file, let me know.
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[
en "test" 0 err
sqlite_exec db "create table t (f text);" 0 0 err
sqlite_exec db "insert into t values('test');" 0 0 err
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
Hello Gabriele,
Thursday, December 18, 2003, 10:42:33 AM, you wrote:
GS> Hi rebOldes,
GS> On Tuesday, December 16, 2003, 6:09:34 PM, you wrote:
r>> I can, but it's much more slower and it would mean to make it
r>> completely again. Maybe I could use load/next but how
Hello Gabriele,
Thursday, December 18, 2003, 10:42:33 AM, you wrote:
GS> Hi rebOldes,
GS> On Tuesday, December 16, 2003, 6:09:34 PM, you wrote:
r>> I can, but it's much more slower and it would mean to make it
r>> completely again. Maybe I could use load/next but how
Hello Carl,
Tuesday, December 16, 2003, 8:45:56 AM, you wrote:
CR> On 16-Dec-03, rebOldes wrote:
>> Hello Carl,
>> As you are preparing new build of Rebol, I would like to ask you, If
>> it would be possible to change somehow handling of "invalid
>> da
Hello Gabriele,
Tuesday, December 16, 2003, 10:35:37 AM, you wrote:
GS> Hi rebOldes,
GS> On Monday, December 15, 2003, 2:50:06 PM, you wrote:
r>> I think the best way would be to handle these 'invalid' words as a
r>> special word which would not be able to hold so
-- a,
** Near: (line 1) load [myFunc(a, 2, a + b)]
Thank you for your response,
David Oliva alias Oldes
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
as well.. and #"," character as a word as
well so I could use it in my dialect. It would be good to send it to
the feedback again.
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
y try to open the directory as a
port without buffering:
files: open/direct base
while [not tail? files][
file: first files
if find file "editpost" [
if error? set/any 'err try [delete base/:file][
print mold disarm err
]
]
files: next files
]
close files
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
Hello rebol-list,
just to let you know that I've just uploaded another Rebol's toy:)
http://www.reboltech.com/library/scripts/fractal.r
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[EMAIL
bug to me... send it to the feedback
It looks that now there is used 0 for first bit. You can use only
range 0 - 7 to set bits in this bitset
it should be 1 - 8 to be more consistent, but who use it anyway?
It's used only for parsing (charset is only shortcut for bitset)
--
Best regards
join SID "mypass") is correct.
This is good way how to prevent sending pure passwords thru web. This is
trivial scenario. You can make it more difficult as well but than be
careful to stay able to connect to your app:))
--
Best regards,
rebOldes -[ http://oldes.multimedi
I can see: Updated: 29-May-2003 :(((
someone should run the script which updates these pages as well
--
Best regards,
rebOldes -[ http://oldes.multimedia.cz/ ]
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
en http://www.somesite.com/?xas&fsnfÇNDF;;;
R> headers: port/locals/headers
R> urls: port/locals/list
R> if empty? urls [ urls: port/url ]
R> close port
R> If I could get all the new urls and the cookies great, but it's not working.
R> Any tips?
R> What about RebOlde
Hello rebol-list,
just want to inform you, that updated files related to my
rebol/flash dialect are uploaded...
I fixed some bugs as usually, add possibility to create mx2004
(swf7) files and sound support (mp3 streaming) with new examples.
cheers oldes
--
Best regards,
rebOldes
t two fonts I tried:
>> AR> %/c/windows/fonts/outlook.ttf
>> AR> %/c/windows/fonts/wingdng3.ttf
>> Yes... I found it as well (that was because I closed the variables in
>> the ttf object context but since I was working still in same console
>> win
re is support
directly in Rebol, why not to use it.
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
a [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
example on Rebol integration into browsers:-(
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
7;m not sure, if it's not a Rebol bug, maybe it's just by design.
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
false binary: true no-wait: true]
until [
if not data: wait [60 port/sub-port] [data: true break]
if data: copy port/sub-port [append buffer data]
not data
]
close port
print buffer: to-string buffer
--
>>do [send to-
to work with images:(
I will add some version testing.
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
x27;m really happy to see, that we are going faster and faster:-))
The %make-swf.r file should be uploaded with this improvement and you can
just download it from here:
http://oldes.multimedia.cz/swf/make-swf.r
cheers Oldes
--
>>do [send to-email join 'oliva [EMAIL PROTECT
If I would like to make kiosks, I would use Linux for them!
cheers Oldes
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
OTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
eally worhts to
rewrite some of the server-side scripts to be runable with it:-))
PS: I'm now thinking about some way how to find and import the missing
functions into the Rebol/Base from Core, do you have any ideas?
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] &q
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
Hello rebol-list,
I've fixed some small bugs in the dialect
I will be offline a few weeks so don't expect any updates soon.
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list,
Hello Anton,
Monday, September 2, 2002, 9:49:22 PM, you wrote:
A> Oldes...
>> me too:-)) I'm now working on a Flash visualization as well:
>> http://oldes.multimedia.cz/ipatlas/ipatlas.html
>>
>> --
>> >>do [send to-email join 'oliva [EMAIL PR
l join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
STATUS:OK
so there will be no cross on the map:(
looking at whois gives me no results
% [whois.apnic.net node-1]
% How to use this serverhttp://www.apnic.net/db/
% Whois data copyright termshttp://www.apnic.net/db/dbcopyright.html
%ERROR:101: no entries found
%
% No entries
Hello Gabriele,
Tuesday, August 27, 2002, 12:19:32 PM, you wrote:
GS> Hi RebOldes,
GS> On Monday, August 26, 2002, 1:41:44 PM, you wrote:
R>> view layout [
R>>button "my button" 100 [print now]
R>>at 80x0 box 20x50 effect [merge colorize 2
e map
feel free to visualize other received data as well (i will make some
detailed maps - thnaks to Jose-Alvarez for good map links:-))
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an
Hello rebol-list,
does anybody know what's the system/ports/echo ? (it's set to none)
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] wit
use the localized function and then simply "build" the
language catalogs (the locstr block?) from it using some translating tool
BUT why I should translate my scripts to Czech when I don't see
correct czech characters in Rebol:(
I think that rather then playing
with skinning for t
welcomed.
PG> Paweł
PG> --
PG> << Paweł Gawroński *** [EMAIL PROTECTED] >>
The archive seems to be corrupted:(
1 arbiter.rar: Unknown method in arbiter\arbiter.r
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
store the image using
some type of SWF disassembler)
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
at 80x0 box 20x50 effect [merge colorize 200.0.0]
]
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
.html
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
e has
Rebol installed and the second not... for security reasons you may
not see in registry for example:
HKEY_USERS\David\Software\Rebol
:-)
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send a
maybe it will be better to make the checking (file
info) after opening the port, because now you probably open the port
two times but I'm not sure because the 'query function that's
called on the port is native and the port is closed after that... see
>> source info?
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
r with them.
BB> USAGE: in layout use
BB> [
BB>wb-check "Click image or text"
BB>wb-radio "Click image or text"
BB> ]
thank you Bolek... it's updated now:-)
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrDs
uld like to see
correct way how to drag window in a crossplatform way.
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
I think, I was asking you in RL many times to
post me some of your scripts Cyphre do you remember? :-)
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with &q
kx to Bolek I've also updated the s-field style (fixed bug with
shared history):
LOAD-THRU/UPDATE http://oldes.multimedia.cz/styles/s-field.r
do load-thru http://oldes.multimedia.cz/examples/s-field.r
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArr
s well and try to run this
script:
print to-string read-thru http://oldes.multimedia.cz/examples/ansi.txt
and you should see colors in your console... I's a shame that there is
no color support in Window$
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrr
| "47m"(ChTs/b 235.235.235)
| "1;47m" (ChTs/b 255.255.255)
so when you do:
print "^[[41msome text"
background will be set to dark red color until you type:
print "^[[0m"
== reset to default
but this works only in ANSI terminals
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
IT:)
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
ndix 1 conversion still pending.
I started my reb-web-bot and this link is not working:
http://www.rebol.com/docs/core23/core.html
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
r soon!
I'm looking forward for the good future with Rebol...
Rebol is great...
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
obably means wrong CRC32 - :(( - RT will have to help us
)
]
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
p head site [append newurl join p "/"]
newurl: head clear back tail newurl
replace/all newurl "//" "/"
insert head newurl "http://";
return head newurl
]
]
]
parse/all
, because a lot of file specifications are using this
value for time.
thanks.. Oldes
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe&quo
Hello rebol-list,
does anybody know, how to count CRC32 in Rebol?
What type of checksum is using the default CHECKSUM function?
thanks Oldes
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, pl
rm dialect two days ago, will have to
look at this one:-)
thanks andrew for posting it
Oldes
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
Hello Allen,
Saturday, June 29, 2002, 12:45:33 AM, you wrote:
AK> The compression comes up every year, should be put in the FAQ.
AK> Here are some msgs from 1999
AK> - Original Message -
AK> From: <[EMAIL PROTECTED]>
AK> To: <[EMAIL PROTECTED]>
AK> Sent: Wednesday, November 17, 1999 5
to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
as asking
them in the feedback some time ago why there is no gzip compression
when Rebol can save PNG files, there was no reply from them:-(
never mind... now I can be independent on the PHP...
good work Jose
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrr
Hello rebol-list,
does anybody has some script that compares two files as it's for
example in the Windows Commander? Or at least some idea how to make
it?
thanks oldes
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
other code than Rebol's.
BUT...it's not perfect, because I was not using it so much (it's not
working with the new Rebol/view yet)
Oldes
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this l
; l: -1 + index? h]
insert h join #"=" copy/part skip mold to binary! c 2 2
) 2 skip
] :h skip
]
]
head h
]
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
get environment)
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
head insert/dup head c #"0" 6
str: insert str (#{c0} or debase/base c 2)
]
]
to string! head str
]
Now just to find how to encode Latin2 charset to have real czech
chars:(
--
>>do [send to-email join 'oliva [EMAIL PROTECTED]
Hello rebol-list,
nobody has utf8-encoder?
probably will have to write one by myself
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "un
emove str
insert str join (#{c0} or shift/right c 6) (c and #{3F} or
#{80})
str: next str
]
]
to-string head str
]
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
andom 500;
movie.sprite1._x = info;
movie.sprite2._y = info;
and some other fixes
--
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArrrD, RebOldes"]
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED]
e able to change/hide icons for our windows? I
don't know like other people but sometimes I think I have too many
"R"ed icons in my taskbar and visible part is just "REBOL -..." or less:-(
>>do [send to-email join 'oliva [EMAIL PROTECTED] "BESsssT REgArr
Hello Philippe,
Thursday, May 23, 2002, 8:10:41 AM, you wrote:
PO> hey oldes,... there is no library folder on your rebsite
the 'library is in the Rebol.com folder from the left side of your
View desktop:-)) check the history of the library. From my rebsite you
can run the example (that will lo
Hello rebol-list,
just to let you now that I've uploaded this new style to the
library... example you can see from my rebsite at
http://oldes.multimedia.cz/index.r
--
Best regards,
RebOldes mailto:[EMAIL PROTECTED]
--
To unsubscribe from this list, p
Hello rebol-list,
testing the new Rebol/view (1.2.5.3.1) I've found that my
circle-slide style ( http://www.sweb.cz/r-mud/styles/slide.r )
is not working properly so I made this testing script:
;--
lay: layout [
bg: box 100x100 effect [gradient 0.0.0 255
Hello Carl,
Wednesday, May 08, 2002, 9:19:23 PM, you wrote:
CS> The Webby Awards, the leading international honors for Web sites, today
CS> nominated REBOL for a Webby Award in the category of Technical
CS> Achievement of 2002. (Google and Sony also nominated.)
:-))) Seems to be strange:
Goog
Hello Jason,
Thursday, April 25, 2002, 6:14:50 PM, you wrote:
JC> The Flash Player is free and widely distributed and much smaller than PDF or
JC> SVG. It can be included on CDROMS. Also a stand-alone .exe can be made for
JC> Win32+Mac [but you need access to the authoring tool for that I believ
unsubscribe messages
Hi,
I think that Selma should stop to attach the unsubscribe messages to the mails that
already have it.
It would save a lot of space...
Oldes
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject
84 matches
Mail list logo