Chess moves generator |
chessmoves.r discussion documentation | v:0.1.2 59.2 KB 29 Aug 2012 | Generate all legitimate moves in any position. author: Arnold van Hofwegen |
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 |
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 |
CGI Form with Defaults |
cgiformobj.r discussion documentation | 1.3 KB 13 Mar 2003 | Handles a CGI form, providing default values for
missing fields in the form. Returns a web page.
(The associated cgiform.html file contains the form). author: [unknown] |
CGI wrapper function for debugging |
cgi-debug.r discussion documentation | v:0.0.1 2.6 KB 7 Jan 2005 | Provides debugging info for scripts running as a CGI under a webserver author: Sunanda |
CASE multiple conditional function |
case.r discussion | v:1.0.0 2.1 KB 27 Nov 2005 | Provide a generalized multiple conditional function for situations that would otherwise call for
deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any
DO-able block rather than being based on a single value. This can be used simply to allow a
SWITCH-like behavior that supports ranges instead of single [...] author: Christopher M. Dicely |
Collect Function |
collect.r discussion | 3.5 KB 10 Jan 2006 | Eliminate the result: copy [] ... append result value dance. author: Gregg Irwin |
Calendar and Scheduler |
calendar.r discussion | v:1.0.7 8.1 KB 10 Jul 2008 | A simple calendar application. author: Sterling Newton |
Example for async dns:// and spam dns server |
dns-async-example.r discussion | 3.9 KB 4 Oct 2003 | Example code to:
1) use the dns:// protocol in async mode
2) use the dns:// protocol to check spam address in async mode author: Romano Paolo Tenca |
Duplicates |
duplicates.r discussion | 567 bytes 8 Mar 2016 | Get duplicated values in a block author: Christian Le Corre |
Date and time functions |
date-time.r discussion | v:1.1 11.8 KB 24 Feb 2011 | This script contains the Rebol implementation of some date and time functions provided in
the glibc library and the gnumeric (and therefore Microsoft Excel) software.
While the use and handling of date and time data are in most cases straightforward
with Rebol, some of the advanced date and times functionalities found in glibc and
gnumeric are still missing in [...] author: Francois Vanzeveren |
Emit RSS |
emit-rss.r discussion documentation | v:1.0.0 4.5 KB 19 Nov 2007 | Create an RSS Feed from a REBOL Block. author: Christopher Ross-Gill |
SMTP challenger |
email-check.r discussion | 1.5 KB 26 Nov 2005 | Issues an smtp challenge to see if recipient email address exists.
Some mail servers will respond okay anyway to protect users from spammers. author: Graham Chiu |
REBOL::EXIF |
exif-core.r discussion | v:1.3 9.7 KB 22 Dec 2003 | obsluga plikow JPEG/EXIF author: Piotr Gapinski |
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 |
Format Decimal |
format-decimal.r discussion | 624 bytes 20 Aug 2010 | Converts decimal numbers formatted in scientific notation to decimal notation. author: nick |
Simple File Requestor |
file-request.r discussion | 1.5 KB 13 Mar 2003 | Example of a simple file requestor. author: Carl Sassenrath |
File globbing module and dialect |
file-list.r discussion documentation | v:0.0.2 30.2 KB 19 Oct 2006 | Given a file spec, and optional criteria for date, size,
and attributes, the FILE-LIST function returns a block of
files that match the spec and criteria.
It is also a test-bed for how to integrate dialects with
one-another. There are sub-dialects for date, size, and
attribute tests, and FILE-LIST encapsulates those, along [...] author: Gregg Irwin |
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 |
LIQUID - core dataflow programming engine. |
liquid.r discussion | v:0.8.1 64.9 KB 28 Mar 2009 | Create procedural processing networks. author: Maxim Olivier-Adlhoch |