rebol
How to find the source code for clipboard:// protocol on rebol?
Usually to get the source code one can use source func_name bu开发者_运维百科t for a protocol like clipboard:// how to get it ?You can look at some of them using eg.[详细]
2023-01-05 07:51 分类:问答How to parse / colorize keyword/value pairs in url?
I tried to colorize in rebol an url like this content: \"http://domain.com/test.php?keyword=hdhdf&hdhd=sdcfsv&sbcfsv=sdncfd&sncfsdv=dncsv&cnsv=dshdkd&scsv=12334&DXV=D&SWJD[详细]
2023-01-05 06:00 分类:问答Problem converting block of string to clipboard when there is ^ character in rebol
Let\'s say I have this block: Yuml-Output-List: [{note: Wordpress Profiles{bg:beige} [Blogger]^[User] [Admin]^[Blogger][详细]
2023-01-04 14:45 分类:问答Why can't I bind things like EMAIL! in the global context on interpreter startup?
When I start up an R3 Alpha 99 session, and enter this as the first command, I get an error: >> is-email-addr: get bind to-word \"email?\" bind? \'system[详细]
2023-01-04 09:57 分类:问答How to send a http head request with Rebol?
I Would like the get the files开发者_C百科ize of a remote file using Rebol, in a similar way to how it is done with php,[详细]
2023-01-04 07:56 分类:问答Error with Test-async-http.r in rebol
I tried http://rebol.wik.is/Protocols/Test-async-http.r do %async-protocol.r do %async开发者_JAVA技巧-http.r[详细]
2023-01-04 05:27 分类:问答What is this syntax #[] in REBOL?
In another question, I saw the following syntax: #[unset!] What is that? If I say type? #[unset!]开发者_StackOverflow中文版 in R3, it tells me unset!, but it doesn\'t solve the mystery of what #[] i[详细]
2023-01-03 17:46 分类:问答Reading large Binary files fails in Rebol
The following Rebol code fails due to an o开发者_高级运维ut of memory error: read/binary http://mirror.bytemark.co.uk/ubuntu-releases/lucid/[详细]
2023-01-03 03:19 分类:问答A more elegant way to start a multithread alarm in Rebol VID ? (What's the equivalent of load event?)
I want to trigger an alarm when the GUI starts. I can\'t see what\'s the equivalent of load event of other language in Rebol VID, so I put it in the periodic handler which is quit开发者_C百科e circumv[详细]
2023-01-01 00:20 分类:问答Is it possible to get anti-alias for Font in Rebol Graphics VID?
Anti-alias works for Draw but I can\'t see how to get anti-alias for font : is it possible anywhow (including hacking rebol vid ...) because font in the picture generated below is not nice:[详细]
2023-01-01 00:18 分类:问答