Scripts with documentation (by date)
| A keyword based search engine for the Rebtutorial articles index page | ||
| rebtut-indexer.r documentation | v:0.0.1 14.6 KB 14 Dec 2009 | Was tired looking up visually the index page for any article containing a specific keyword.
For now the script loads and parses the original articles' index page duirectly from the Rebtutorial.com web site,
splitting URL links apart from their descriptions, and while counting them it appends them to a block
that can be searched by keyword. [...] author: Gerard Cote Documentation: by gerardcote on 14-Dec-2009. |
| Extract URLs | ||
| extract-urls.r documentation | v:1.0.0 1.3 KB 29 Nov 2009 | To identify and extract URIs from plain text author: Christopher Ross-Gill Documentation: by chrisrg on 14-Dec-2009. |
| string encoding utilities | ||
| str-enc-utils.r documentation | v:1.2.0 46.1 KB 4 Jul 2009 | A set of string utilities created to help with text encoding in 8-bit
character strings author: Peter W A Wood Documentation: by peterwood on 21-Jun-2009. |
| Enumerated Type | ||
| enum.r documentation | v:0.1.1 12.6 KB 13 Jun 2009 | Safe Enumerated Type for REBOL author: Hostile Fork Documentation: by sunanda on 15-Jun-2009. |
| XML/DOM | ||
| xml-dom.r documentation | v:0.1.2 6.6 KB 28 Mar 2009 | A rudimentary in-memory XML interpreter and interface. author: Christopher Ross-Gill Documentation: by chrisrg on 29-Mar-2009. |
| MakeDoc 2 - The REBOL Standard Document Formatter | ||
| makedoc2.r documentation | v:2.5.7 17.0 KB 10 Mar 2007 | This is the official MakeDoc document formatter that is used by
REBOL Technologies for all documentation. It is the fastest and
easiest way to create good looking documentation using any text
editor (even ones that do not auto-wrap text). It creates titles,
headings, contents, bullets, numbered lists, indented examples,
note blocks, and more. For documentation, [...] author: Carl Sassenrath Documentation: by sunanda on 5-Mar-2009. |
| form-date | ||
| form-date.r documentation | v:1.0.1 5.5 KB 18 Jul 2007 | Return formatted date string using strftime style format specifiers author: Christopher Ross-Gill Documentation: by chrisrg on 19-Feb-2009. |
| URL Handler | ||
| url-handler.r documentation | 14.1 KB 29 Jan 2009 | A script to handle URLs as objects. Rebol's built-in 'decode-url function
returns an object, but no methods to manipulate it. This script includes
functions that make it possible to manipulate the URL as you please.
CGI parameters are parsed into an alphabetized block for ease of comparison
of URLs. author: hy Documentation: by hallyhaa on 30-Jan-2009. |
| Hello World Window | ||
| hello.r documentation | 423 bytes 13 Mar 2003 | Opens a window that displays text and a quit button author: [unknown] Documentation: by btiffin on 1-Jan-2009. |
| Piles of Button Styles | ||
| buttons.r documentation | v:1.1.0 4.4 KB 13 Mar 2003 | Displays 52 button styles out of the hundreds possible. author: Carl Sassenrath Documentation: by btiffin on 1-Jan-2009. |
| 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 Documentation: by moliad on 17-Dec-2008. |
| Estimate size of a REBOL application | ||
| application-sizer.r documentation | v:0.0.3 13.2 KB 7 Dec 2008 | [no purpose header found] author: Sunanda Documentation: by sunanda on 7-Dec-2008. |
| REST-Friendly HTTP Protocol | ||
| rest.r documentation | v:0.1.0 5.2 KB 10 Nov 2008 | An elementary HTTP protocol allowing more versatility when developing Web
Services clients: REST, SOAP or other. author: Christopher Ross-Gill Documentation: by chrisrg on 11-Nov-2008. |
| Import and Validate User Input | ||
| filtered-import.r documentation | v:0.1.1 10.9 KB 5 Jun 2007 | Filters user input based upon a given spec author: Christopher Ross-Gill Documentation: by chrisrg on 11-Sep-2008. |
| Emit RSS | ||
| emit-rss.r documentation | v:1.0.0 4.5 KB 19 Nov 2007 | Create an RSS Feed from a REBOL Block. author: Christopher Ross-Gill Documentation: by chrisrg on 11-Sep-2008. |
| Google Chart API | ||
| charts-api.r documentation | v:0.1.0 3.1 KB 9 Aug 2008 | Generates a URL to access the Google Charts API author: Christopher Ross-Gill Documentation: by chrisrg on 11-Sep-2008. |
| HTML Dialect | ||
| html.r documentation | v:0.0.7 21.8 KB 20 Aug 2008 | HTML dialect for simple generation of webpages with REBOL code. author: henrik mikael kristensen Documentation: by henrik on 3-Sep-2008. |
| Environment | ||
| environ.r documentation | v:0.1.0 3.6 KB 23 Dec 2006 | Provides five functions that decode system/version:
os? which returns a string indicating operating system
nix? which returns true under a unix-type operating system
win32? which returns true under a windows 32 bit os
win? which returns true under a windows os
cpu? which returns a string indicating the CPU [...] author: Peter WA Wood Documentation: by peterwood on 27-May-2008. |
| Tiny REBOL Server | ||
| rebserver.r documentation | v:1.0.0 0.9 KB 13 Mar 2003 | The distributed REBOL server that builds the REBOL system. author: Anonymous Documentation: by btiffin on 13-Apr-2008. |
| Simple pager | ||
| pager.r documentation | v:0.9.4 12.8 KB 28 Mar 2008 | A more less page pager;
support b, r, /, ?, >, <, q and /options [rows: cols: num: eof:] author: Brian Tiffin Documentation: by btiffin on 1-Mar-2008. |
| Recursively scan directory | ||
| scan-dir.r documentation | 2.0 KB 9 Oct 2008 | Scans a directory recursively and returns path to all files in a block. Allows file matching and a callback function per file. author: Henrik Mikael Kristensen Documentation: by henrik on 27-Nov-2007. |
| REBOL tagfile generator | ||
| rtags.r documentation | v:1.1.0 4.2 KB 13 Mar 2003 | Generates a tagfile that can be used with vi/emacs to quickly locate set-words in your code author: Ernie van der Meer Documentation: by btiffin on 10-Nov-2007. |
| Data Directions | ||
| directions.r documentation | 754 bytes 13 Mar 2003 | Illustrates the data descriptive capabilities of
REBOL -- Gives the road directions to the REBOL office
from San Francisco. Readable by humans and by REBOL. author: [unknown] Documentation: by btiffin on 12-Aug-2007. |
| PDF Maker | ||
| pdf-maker.r documentation | v:1.27.1 51.2 KB 18 Aug 2007 | A dialect to create PDF files from REBOL. author: Gabriele Santilli Documentation: by btiffin on 3-Aug-2007. |
| Non-echoing Input | ||
| inhide.r documentation | 395 bytes 13 Mar 2003 | Hide input for passwords (no echo characters) author: [unknown] Documentation: by btiffin on 27-Jul-2007. |
| 1 / 173 | [1] | 2 | 3 | 4 | 5 | 6 | 7 |







