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
Hiya all,
Who knows how to play a .wav under rebol "looped" ?
I was thinking of a check on tail but got no results so far...
Thanks in advance...
Norman.
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
Anyone noticed something different on the main page ;-)
Yes there is a newborn tool around ...lets plug it in !
--
Conversation/lunch: "How do you Eat your Rebol in the Morning?"
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
Thanks for posting payload update, but What is it?
(Does it upload my Source code to you ? ;-)
Regards, Norman.
--
Conversation/lunch: "How do you Eat your Rebol in the Morning?"
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
Hiya Maarten / Gregg,
Intresting idea, though I dont see the full potential in it YET, are
you trying to replace an existing tool/protocol?
Makeing something opensource does not garanty
the use of it or the exploit of it.
Im just wondering why you make it opensource...
Regards, Norman.
--
Hello Anton,
No, X needs to be running (I requested this 3 months ago by rebol, got no reply
thought...)
In my opinion /view does not has to have an X running, it only needs the Libs of X to
get started.
I needed the /view PRO features but then discovered that /view is unable
to run without
The problem is that /View does start on current X environment.
$ export DISPLAY=xxx.xxx.xxx.:0.0
et voila ;-)
Regards,
Norman.
--
Conversation/lunch: "How do you Eat your Rebol in the Morning?"
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe
Hello Ben,
A TUI would be nice if it has 100% the dialect structure of VID,
otherwise you will finaly endup using CURSES (direct lib calls) or PUT.
Good luck,
Regards, Norman
--
Conversation/lunch: "How do you Eat your Rebol in the Morning?"
--
To unsubscribe from this list, just
Hello Gregg and Brett,
Thanks for the additional information on bitsets, again very informational! ;-)
..Ill continue breaking my head on the bitsets futher on...
By the way, did one of you perhpas did any testing on the speed of using bitsets
compared to the use of strings or blocks containin
Hi Anton,
A nice function too ;-) A lot of variations come up, very good :)
Like Encloak/Deloak uses Bitset shitfting (pritty nee!!)
I think also Rot13 could be done that way.. :-) Its an easy procedure like
some exmaple we already have seen befor...
I suspect that RT even has one lying o
Hello All,
After discovering the world of bitsets (they must have eaten Kellogs that morning at
rebol ;-)
I was wondering how crispy it could get?
What im trying to accomplish is to reverse a bitset!
Or better.. to extract to complete contence from a bitset!
Bitsets are pritty hard on the min
Uhum... you can ofcaure not sell core/view (that was ment for the SDK encapped program
part,
mixed it up :)
--
Conversation/lunch: "How do you Eat your Rebol in the Morning?"
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
Hiya,
Hope this makes it clear, its clear to me.. Yes you can sell and yes you can
distribute...
as long as the license is included for view and Core. SDK encap/API is different, you
need a seperate
license when your code feeds on rebol code for input output by 3th party use (the
users). But
Hi Anton,
>There is a function. It just hasn't been written yet. :)
>I guess it is up to you.
>I'll just say that it can be done using mold.
Oke, seems you know how :-).. i did not figure it out yet, working on it though!..
Ill get back with the result when im done or when roaming in mudd :-)
Hi Joel,
I realy miss some Parsing technics here ;-) hahaha..
You know what amazes me the most?
They way every rebol users builds its own functions here..
Ie. the 3 examples I posted today...
The last one in the row of three was from a coworker of mine
(the longest rot13 version though) bu
Hello Brett,
>Compact but obscure.
?? obscure ?? Ma...It took me some time to decypher that one ;-)
Pritty good one !!
(R)egards,
Norman.
--
Conversation/lunch: "How do you Eat your Rebol in the Morning?"
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED]
Speaking of ROT13,
I had a fight with myself building a rot13 parser, using rebol using PARSE, though
...!!
...I could not manage it using BITSETS...
Anyone dears to fight this ??
A honarable listing on the one that builds the smallest ROT13 using bitsets and
parsing ;-)
(R)egards,
Norma
Hello Karl Robillard (krobillard),
Your Version is very Small but not a fully ROT13!
Rot13 may only convert a - z A - Z
Your version also converts anyother character (byte) too, so it wont work on binary
strings..
This though works fine in a foreach loop (below), I believe it can be smaller,
Addons, still forgot to post them at rot13.org ;-)
Regards, Norman.
example (1) * the quick way *
rot13: func [ char [char! string!] { returns a rotate 13 on alphanumeric cha
Hello Brett,
Seems there is more animo for Bitset queries ;-)
Perhpas RT has some input on the issue? (are they on holiday?)
(R)egards, Norman.
--
Conversation/lunch: "How do you Eat your Rebol in the Morning?"
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTE
Hello Brett,
I know how bitsets work,
Your reply confirms the fact that the use of bitsets is useless for my purpous,
except for comparisons against a string but there is no function to get indexes from
bitsets..
Never the less thanks for the 'enhanced' reply ;-)
Regards, Norman.
--
C
Hallo All,
Is there a way to 'pick on bitsets?
Im looking for a way to select a range or a single character from a bitset on a
specific location,
but i can emagine that the 'bitset does not do serie handing the way series does.
I thought bitsets where smaler (and quicker using parsing) , but
Hello RebOldes,
I must say its a nice dialect you put back there..
I was working with some swf creating tools (even flash) for
the last years and even registered swish (when drunk) but the
rebol dialect is sometihng thats more for my machine so
i dont have to dragg all the Flash development G
Hello Rebol Guru,
( Ill address directly :-)
When a port is opened or closed or data is sent or incoming
i see diferences in the state object! of that specific port.
I would be such a relief to know that I could read usefull
information form the state: opject! or it would be very usefull
to kn
Hello Gregg,
So when I understand correclty then Rebol does not have a function
that displays all the extra words created after boot-up, which is
by itself currious because i would expect that Rebol is using a
buffer where it keeps its extra added words! objects! etc...
Yes, as you say, that lea
Hello All/RT,
How can I check from within Rebol/core what scheme's/ports
have an opened session???
Its irritating not to be able to use a command
that summerices all the 'words that are used
as port! and are opened, so im not able to check
which word! is opened or closed..
Like a simple:
se
Hello Frank,
Thank you for the posting,
I understand that the videotest.dll does the lowlevel access towards
the VFW dll ??
You think its possible to access the VFW DLL directly from within rebol?
So finaly an access to the VideoForWindows without any interaction
of extra C code, just plain re
Hello All,
Im searching for the very FIRST release or /core?
Does anyone have it on his/her attic?
(Windows and/or OpenBsd)
Better:
Im searching for all the releases upto current release.
Why:
To get a better understanding of the function growth in /core.
(R)egards,
Norman.
--
Conversation/
Hello All,
When using the VBALLS demo with /view and I change:
v-frames: choice 50x20 "100" "200" "400" "1000" "2000" font-size 10
into ->
v-frames: choice 50x20 "100" "200" "400" "1000" "90" font-size 10
and select "90" as frames option when starting.
Then Vballs produces background
Hello All/RT,
What is the meaning/use of "keys" under
system/console/keys
Is it programmable?
Thank you in advance,
(R)egards,
Norman.
--
Conversation/lunch: "How do you Eat your Rebol in the Morning?"
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with
hehehe..Well i was waiting also ;-) Hope Frank has time
to post it ;-)
(R)egards,
Norman.
--
Conversation/lunch: "How do you Eat your Rebol in the Morning?"
Citeren Graham Chiu <[EMAIL PROTECTED]>:
-> On Fri, 16 Aug 2002 10:55:18 +0200 (DFT)
-> Frank Sievertsen <[EMAIL PROTECTED]> wrote
Hello All,
For some time now im wondering about rebol/core internals.
also the following ->
What is the function/use of /keys within the system/console object?
If you have a hint please let me know...
make object! [
history: ["probe system/console" "n"]
keys: none
prompt: ">> "
Hi Maarten,
Right, Mmmm.. looks like Tcl/Tk uses like: wait forever (handling events)
Could not get that working under rebol eighter...
(R)egards,
Norman.
-> Hi Norman,
->
-> I am not trying to do that.
-> I want to have a console while I am in a wait event loop with a server
-> port.
->
->
Citeren [EMAIL PROTECTED]:
HI Webbge,
Nice to see someone else working on a chess related issue,
I'm working on a PGN tool and afterwards trying to build a
chess program with Rebol... Right now im still working on the
PGN standard...
Good luck...
No(r)man..
>
> I am currently working on a
Hiya...
Im not quite sure what your searching for? Server performance on
HTML commands? of protocol speed? or even rebol read speed?
(R)egards,
Norman.
>I tried it myself, but my results didn`t quite jive. They were much slower
>than expected. I believe it was because i was reading the pa
Hello Jose,
>>>http://www.escribe.com/internet/rebol/m20605.html
Well I just tested it on my OpenBsd machine ..no problems..
Could be either the Redhat Lib that does a strange thing
or your linux box has a ethernet issue...
(R)egards,
Norman.
-- dinner/conversation: "How do you eat your R
Hiya all..
Im wondering..
* Why is the OS/2 core not available yet?
* Where did the PALM OS core go ?
Both of the above where "pending" but i've not see any releases?
Are they available on request? (even unsuported) ???
(R)egards,
Norman.
-- dinner/conversation: "How do you eat your Rebol i
Hiya All,
Is there or has there been some pre-release information on the 2.6 /core
version already? I have seen the beta document (forgot the html link :-(
(R)egards,
Norman
-- dinner/conversation: "How do you eat your Rebol in the morning?"
--
To unsubscribe from this list, please send an em
HIya All..
Had to take cover for some weeks and now im back on the rebol scripting again..
I hope someone had the answer because until now i was unable to set the
source-port when doing a broadcast on UDP..
* Does rebol allow to set a source port for tcp/udp ?
* If yes.. Does rebol check the
Correction on my prefious email?,
a different intepretation that will be under 60 minutes ;-)
doforeach ->
should be: [ prin dot ] and not [ prin dots ]
anyway the function took total: 0:01:19.058365
PS: would [ prin dots ] ever ended
(R),
Norman.
-- dinner/conversation: "How do
Quoting Gregg Irwin <[EMAIL PROTECTED]>:
Hello Gregg,
Well your remark is okay, still :-) I.E. a repeat, foreach or an forskip..etc..
also uses a variable automaticly defined using the function okay
these are comtrolled! Then again i think it indeed would make life
even more easier is there
OOo yes..well... I probably misinterpreted some functions :-)
But my goal was to check loops for speed...
There are 2 surpricingly strange outcomes below...
have a look...your input!/output! is welcome..
*
Timers on simple f
Citeren Cyphre <[EMAIL PROTECTED]>:
Very nice !!!
And the nicest part is "And i have to quite Gregg on this" the
Mailing list is always a good checklist ;-) I myself also was working
on a random string for passwords but is did not even got close to
this small !!!
(R)egards,
Norman.
> Oops!
Hello All,
Wondering, How intelligent a Programming language or IOS must be(come)
What I expected but did not find:
See below the example how intelligent Rebol is?
===
>> a: b + 1
** Script Error: b has no value
** Where: halt-view
** Near: a: b + 1
==
group maintaining different OS's
or Is there ONE compile for all OS's? Im currious..
(R)egards,
Norman.
> Hi rebolinth,
>
> On Tuesday, April 09, 2002, 9:43:32 PM, you wrote:
>
> rndn> I see.., rebol is remarkeble small, but I think we forget
> rndn> that it
I see.., rebol is remarkeble small, but I think we forget
that it is realy is just a fine compressed binary, wich expands
in memory like a baloon.
A core dump produces at least 2,5 MB !
so dont be fooled that its only 225 Kb..
Wich is extreme small by the way, so somewhere there
is a very smar
Hello RT,
Is there an upcoming support for USB ports on some OS platforms??
And how about Parallel port support?
Kind (R)egards,
Norman.
-- dinner/conversation: "How do you eat your Rebol in the morning?"
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsub
Hello Carl,
Programming and liguistics are getting realy close,
when I discovered Rebol I directly had to think about -->
"Aymara" Its a spoken ancient language in South America.
[ "http://www.aymara.org"; ]
Have a look and Think about it :-)
(R)egards,
Norman.
-- dinner/conversation: "How
* On My WishList:
ASN1 support.
(R)egards,
Norman.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
Hiya anton,
I did some sniffing and found this in the rebol/core manual:
The copy function will return none when all data have been read from a port.
When running in /nowait mode, the copy function will return an empty string if
no data is available for the port.
tp: open/direct/binar/nowai
Hello Anton,
I think ! ( so therefor I am ...not 100% a rebol guru yet ;-)
Because you use the /direct there is nothing to wait for.
Your while [] loop will always be true.
(R)egards,
Norman
-- dinner/conversation: "How do you eat your Rebol in the morning?"
--
To unsubscribe from this l
Hello, Gabriele
Thanks for the reply,
Where did you got the information from ?
Is this detailed information somewhere in a book,
or where you able to tickle the RT ;-)
(R)egards,
Norman.
> Hi rebolinth,
>
> On Wednesday, April 03, 2002, 7:09:22 PM, you wrote:
>
> r
Hello Joel,
Thats quite some story... I think i need a study to understand
the full background of it ;-) So give me some time .. ;-)
Thanks for the reply..
(R)egards,
Norman.
> Hi, Norman,
>
> To be brief...
>
> No this is not a bug. It has to do with the nature of
> "literal" series valu
Hello All / RT,
Why is the mailinglist [EMAIL PROTECTED] hosted at Escribe?
I would have had expected someting like a nice Mailinglist Rebol-script
that can do this job even 100x quicker from the Rebol-Team ;-)
What is a nicer example then your own mailinglist handler in rebol?
and..running a
Hello All,
Im doing a simple test on the rebol/core 2.5.0.9.1.
On the core-shell prompt i do :>
>>tst: ""
== ""
>>tst
== ""
>>tst: ""
== ""
>>loop 5 [ insert tst " A " ]
== " A A A A "
>>tst
== " A A A A A "
>>tst: ""
== ""
>>tst
== ""
>>
As you can see above, the tst string is cleare
Hello Holger,
haha...what would you expect me to do next.. :-)
Without any fun... Is the flags used as an internal-rebol setting/counter
of any kind or is it used for port-settings?
(R)egards,
Norman.
> It is for internal use only and varies by port handler. Do not touch.
-- dinner/conve
Hello All,
Has anyone ever been able to open several ethernet addresses
on the localmachine running 3 ethernetcards (thus 3 addresses)
(I did not even try to test with my Aliases yet..)
I have 3 ethernet cards:
NE0: inside1
NE1: outside
NE3: inside2
server: open tcp://127.0.0.1:8000 does not w
Hello All,
Can anyone explain me the meaning of "flags" within an opened port?
And what is the bitmask meaning of the value?
example after (server: open tcp://:8000)
...
...
make object! [
flags: 786947
misc: [4 [] 0]
tail: 0
num: 2
with: "^M^/"
Hello All,
What does :keys do in this object?
Im not able to find anywhere the meaning of it...
Is it redefined keys? or inputs? or ??
make object! [
history: ["probe system/console"]
keys: none
prompt: {^[[32m^[[@>> ^[[0m^[[10D}
result: "== "
escape: "(escape)"
busy: "
Citeren [EMAIL PROTECTED]:
Hiya all,
Well yes im still in stage one, moving towards stage two ;-)
Never encountered Negative and abs until now so it was a stupid example,
but still im wondering about the proposal listing which was my initial
message ;-)
(R)egards,
Norman.
--
To unsubscribe
Hiya all,
Erata on my function to-positve and to-negative..already!..bad day :)
(1) they should also cover /money /binary and long not only integer
(2) to-positive should do an extra if (cut&paste error)
(3) to-negative should have a better description. postive != negative
(4) perhpas the func
Hello All and RT,
I have a suggestion???
Why not make a suggestion listing comming from the rebol-list?
Im noticing that there is many input from users maybe we can
summerize those per Rebol/xxx package and present them to the Rebol Team?
Thats easier for us and for the RT..
I.e. I have some
Hello All,
I have read somewhere that Rebol/view is completly written with
the Rebol/core. And that Rebol was build for modern machines with
process modern process power.And what amazes me is the speed of Rebol/view?
For a simple Gui layout menu's the Rebol/view scores quite good
on performance
Hello All,
Is there a way in rebol to check for system IO inactivity?
Like scanning: keyboard mouse USB printer parallel ethernetnet etc..
for idle time?
Thanks in advance,
(R)egards,
Norman.
-- dinner/conversation: "How do you eat your Rebol in the morning?"
--
To unsubscribe from this list,
Hello Vincent,
Thanks for the snmp.zip, im must say thats indeed BER and ASN1,
I have a closer look to your code, even more impressive I find
you SNMP protocol ;-) Very good!
Thanks for the hint,
(R)regards,
Norman.
> Hello,
>
> I have made a SNMP protocol for REBOL, there is in some ASN
Hello All,
Well if im connected to this list,..lets ask ahead ;-)
I searching for an ASN1 extention in rebol, anyone ever seen one?
Or an ASN1 decompiler? anyway every hint is welcome, otherswise
it looks like i have to build myself one ;-)
(R)egards,
Norman.
-- dinner/conversation: "How do
HiYa All,
Well yes im new to Rebol, studying it, sleeping with it
tRying to think like it and even eating it dies days...
AfteR some 15 yeaRs of stRuggle and fun with all the nice pRogramming
languages on the maRket, I must say soRRy folks!,
theRe can only be ONE! :-) That for suRe is Rebol !
67 matches
Mail list logo