Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rebol

Is there a function to decode encoded unicode utf-8 string like from a form?

forms unicode cgi rebol rebol3

How do I get the remote IP-Address of clients connecting to a Rebol3 based server?

tcp rebol rebol3

What is the undocumented block you get from THIRD on object/function in Rebol2?

function object rebol rebol2

Interleave blocks, or make object out of two blocks (field names and values)

object rebol rebol3

Why does random not work in GUI in REBOL?

user-interface random rebol

How do I pass a URL a cookie using Rebol 3?

rebol rebol3

Simpler way to do repeated `back back series`

series rebol red

How to use PARSE dialect to read in a line from a CSV?

parsing csv rebol

How to use Unicode codepoints above U+FFFF in Rebol 3 strings like in Rebol 2?

Rebol 3: reading STDIN efficiently line by line (to make awk like tool)

stdin rebol rebol3

How to split a string at a particular character in Rebol

rebol

Comparing characters in Rebol 3

Save a value to a block instead of the word label that represents it

string block rebol rebol2

How to express branch in Rebol PARSE dialect?

parsing rebol rebol3

Is there an equivalent to "continue" (python) in rebol?

python rebol

How to retrieve a function from a series of functions and call it

rebol rebol3

Evaluating a "variable variable"

rebol

Does Rebol really have an equivalent for javascript prototype property?

javascript rebol

multi-line statements in REBOL?

rebol rebol3 rebol2

how to properly parse paired html tags?

rebol rebol3