Discussion threads (by date)
| CGI common procedures | ||
| cgibasic.r discussion documentation | 8.0 KB 10 Nov 2011 | This is a collection of functions that could be used in a
CGI program. There is nothing in this module that has not been done
better by others, but the code is more heavily annotated for beginners.
Separate documentation explains how to use the functions. The comments
should be helpful also. None of this is my original creation. I just
assembled and annotated, [...] author: Steven White Discussion posts: 67. Latest by: kyzer on 18-Feb. |
| Dialect Object Model | ||
| quote-node-attributes.r discussion documentation | 5.4 KB 4 Jun 2022 | This script is used on data Sequence key value pairs with various different syntax styles such as
DOM Vars, html,xml,css, objects, arrays, json, rebol series, etc. It attempts to reformat malformed
key/value data found in a SL that's usually delimited as objects, arrays, or json statement.
It requotes *" *, and can creates tagged node-elements for look up in Dialect Object Models. Witch
then can be set as Vars to be used with rebol-DOM functions.
You can allso fine tune your own delimiter rules as characters or words patterens to use with the
strip-obj-chars-from() function. (DSL: domain specific language) author: [unknown] Discussion posts: 151. Latest by: ryojitsuyoko on 18-Feb. |
| VID1 for R3 | ||
| vid1r3.r3 discussion | v:0.3.20 113.6 KB 17 Apr 2022 | Lets you use VID1 with R3 author: Marco Antoniazzi Discussion posts: 38. Latest by: madelsmith on 16-Feb. |
| pluginable analog alarm clock | ||
| aclock-p.r discussion documentation | 3.5 KB 20 Sep 2004 | aproximate an analog clock and add alarm author: Tom Conlin Discussion posts: 96. Latest by: kyzer on 13-Feb. |
| Gateway for read from url with modern SSL/TLS | ||
| reads.r discussion documentation | v:0.0.1 858 bytes 8 Jul 2024 | Function allows you to read a file via a link using the HTTPS protocol with modern methods of traffic SSL/TLS encryption author: Sergey Pochinok Discussion posts: 70. Latest by: rudolfc on 13-Feb. |
| FastCGI Broker | ||
| fcgi-broker.r discussion | v:1.0.1 2.6 KB 15 Dec 2005 | Rebol script broker for a hooked rebol interpreter launched as a FastCGI application.
This is the root script which runs others scripts on request of the FastCGI peer.
This enables REBOL/Core or REBOL/View to act as a FastCGI application without the need
for REBOL/Command.
This script only works on Windows with a patched REBOL interpreter.
Details available at [...] author: Pascal Hurni Discussion posts: 90. Latest by: madelsmith on 12-Feb. |
| args - generic command-line argument parser. | ||
| args.r discussion documentation | v:0.1.10 29.9 KB 17 Dec 2008 | End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it. author: Maxim Olivier-Adlhoch Discussion posts: 119. Latest by: annasmith on 12-Feb. |
| Altme chat reader/exporter | ||
| altme-chat-reader.r discussion | v:1.2.1 23.2 KB 19 May 2016 | Display or export to html the content of an Altme chat group.
Can be used in interractif or command-line mode.
For usage, run the script with -? argument :
"rebol.exe -s altme-chat-reader.r -?" author: [unknown] Discussion posts: 31. Latest by: annasmith on 12-Feb. |
| coding-mailto | ||
| coding-maito.r discussion | v:1.0.0 5.4 KB 11 Sep 2004 | a tool for coding the mailto info in a html page and avoid some spam author: Philippe Le Goff Discussion posts: 45. Latest by: annasmith on 12-Feb. |
| SQL PROTOCOL | ||
| sql-protocol.r discussion documentation | v:0.6.8 84.2 KB 3 Jan 2011 | SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL
with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded
in your REBOL application.
Today, sql-protocol execute only these kind of query :
* SELECT ... FROM ... WHERE ... ORDER BY ...
* INSERT ... INTO ... VALUES ...
* [...] author: marco Discussion posts: 59. Latest by: mihokoegawa on 11-Feb. |
| Code 3 of 9 (Code 39) Barcode Generator | ||
| code39.r discussion | 2.6 KB 17 Apr 2006 | Generates Code 39 barcode images which can be printed out and read with a
standard barcode reader.
Code 39 is limited to the alphanumeric characters listed in the 'code39
block within the function.
It is a very popular barcode format in the US and doesn't need to conform
to any particular length of characters and has no limitations placed on it
by any sanctioning [...] author: Bohdan Lechnowsky Discussion posts: 172. Latest by: annasmith on 10-Feb. |
| Average | ||
| average.r discussion | v:1.0.0 626 bytes 8 Jul 2003 | Averages the values in the Block. author: Andrew Martin Discussion posts: 241. Latest by: bellid on 10-Feb. |
| make-doc-pro | ||
| make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch Discussion posts: 20. Latest by: morales52 on 9-Feb. |
| Codec: Comma Separated Values (CSV) | ||
| codec-csv.r discussion | v:1.0.0 7.5 KB 6 Mar 2025 | [no purpose header found] author: Annick ECUYER Discussion posts: 8. Latest by: muzoma on 9-Feb. |
| Textpad syntax generator | ||
| textpad-syngen.r discussion | v:0.5 3.3 KB 6 Sep 2010 | Textpad syntax generator for Textpad 4.4 (and above)
Highlighter gets lost with {{}} author: John Kenyon Discussion posts: 39. Latest by: petersen25 on 9-Feb. |
| Chess board handler | ||
| cbh.r discussion documentation | v:0.1.0 12.1 KB 28 Aug 2012 | Function as a chess board interface.
Support playing a game of chess according to the rules of the game of chess. author: Arnold van Hofwegen Discussion posts: 10. Latest by: pollia24 on 9-Feb. |
| Dialect Object Model | ||
| rebol-dom-mdlparser discussion documentation | 61.9 KB 4 Jun 2022 | %Rebol-DOM.r mdlparser.r is a copy
of the %Rebol-DOM.r mdlparser.
The first copy would not download
so i appended the *.r to it, wich
seemed to make it able to become
downloadable now. So...., down
load it and tell me all about its
glorious [...] author: daniel Discussion posts: 263. Latest by: annasmith on 9-Feb. |
| Mine-Sweeper | ||
| mines.r discussion | v:1.0.5 13.9 KB 2 Feb 2006 | Mine-sweeper game author: Allen Kamp Discussion posts: 62. Latest by: annasmith on 9-Feb. |
| better-than-nothing sqlite3 handler | ||
| btn-sqlite.r discussion | v:0.2.2 5.7 KB 30 Jan 2006 | easy access to sqlite3 database without /Pro or /Command features author: Piotr Gapinski Discussion posts: 124. Latest by: annasmith on 9-Feb. |
| Choose and convert colors | ||
| color-requester.r discussion | v:0.8.10 37.5 KB 12 Jan 2024 | Requests a color or modify or convert it author: Marco Antoniazzi Discussion posts: 2. Latest by: ristopher on 4-Feb. |
| extract-web-links | ||
| extract-web-links.r discussion | v:1.2.1 6.3 KB 22 Apr 2005 | A function which scans a string (normally a web page)
and creates a block of URL/Text combinations for each
HTML <a> tag in the string. author: Peter WA Wood Discussion posts: 1. Latest by: christopherl on 1-Feb. |
| JSON to Rebol converter | ||
| json.r discussion documentation | v:0.0.9 14.2 KB 6 Sep 2013 | Convert a JSON string to Rebol data, and vice versa. author: douglas crockford Discussion posts: 137. Latest by: lyra on 1-Feb. |
| Decode Charset Function | ||
| decode-charset.r discussion | v:1.0.0 910 bytes 13 Mar 2003 | Converts 'charset values to something readable author: Nenad Rakocevic Discussion posts: 20. Latest by: madelsmith on 31-Jan. |
| Auto-hiding scroller style example | ||
| auto-hiding-scroller-style.r discussion | v:0.8.0 14.4 KB 14 Nov 2020 | Add an auto-hiding scroller to VID GUIs author: Marco Antoniazzi Discussion posts: 36. Latest by: annasmith on 30-Jan. |
| Area with scrollers style | ||
| area-scroll-style.r discussion | v:1.0.0 13.7 KB 27 Sep 2004 | This is a new area style with possible vertical and/or horizontal scrollers.
It allow selection of text outside the viewable area and have a read-only mode. author: Didier Cadieu (alias DideC) Discussion posts: 55. Latest by: olive on 28-Jan. |
| 1 / 98 | [1] | 2 | 3 | 4 |









