rebol
REBOL: How to do another task while waiting an alarm to trigger?
So I have created an alarm function: alarm: func[seconds message [string! unset!]][ 开发者_开发知识库wav: load %attention.wav[详细]
2022-12-28 06:41 分类:问答Tried http post doesn't work
I wanted to try the example here http://www.codeconscious.com/rebol/rebol-net.html#HTTP print read/custom http://babelfish.altavista.com/translate.dyn reduce [\'POST {text=REBOL+Rules&lp=en_fr}][详细]
2022-12-27 07:04 分类:问答Will async come back one day?
I don\'t understand why async as described here http://www.rebol.com/article/0050.html is no more available in lastest releases. Will it return back any time soon or has开发者_如何学Python the name c[详细]
2022-12-27 06:36 分类:问答change/part doesn't work as expected with parse
According to http://www.rebol.com/docs/core23/rebolcore-15.html You can use change/part to parse and replace but that doesn\'t work well with this where I just try to replace the block[详细]
2022-12-26 12:13 分类:问答I thought this parsing would be simple
... and I\'m hitting the wall, I don\'t understand why this doesn\'t work (I need to be able to parse either the single tag version (terminated with />) or the 2 tag versions (terminated with ) ):[详细]
2022-12-23 10:06 分类:问答Parse and Break: why break cannot be used for getting out of "any" or "some" rule?
Let say I have to parse a hierarchical set of tags <tag> <subtag1 attr1=value1 attr2=value2>[详细]
2022-12-22 22:50 分类:问答Can free rebol 2.7.7 read in Windows Registry?
I thought I have seen this somewhere but can\'t find it开发者_Python百科 any more on google ? Short answer: No: Free versions of REBOL do not include Windows Registry functions.[详细]
2022-12-22 20:20 分类:问答How to parse a hierarchical structure in Rebol?
I have reread chapter http://www.rebol.com/docs/core23/rebolcore-15.html on any and parse but can\'t achieve to parse this kind of 开发者_StackOverflow社区hiearchical structure: is it possible ?[详细]
2022-12-22 19:44 分类:问答Parse and charset: why my script doesn't work
I want to extract attribute1 and attribute3 values only. I don\'t understand why charset doesn\'t seem to work in my case to \"skip\" any other attributes (attribute3 is not extracted as I would like)[详细]
2022-12-22 16:28 分类:问答Rebol MSAccess ODBC: works with DNS connection but not with DNSLess Connection
I have tested the new free Rebol ODBC with MS Access after reading the doc here http://www.rebol.com/docs/database.html[详细]
2022-12-22 05:36 分类:问答