Top 50 popular scripts (last updated: 30-Jan)
| this | last | rrs | |||
| 1 | 1 | 2.29 | Create an Intelligent Mail Barcode encoding string | ||
| usps4cb.r documentation | 23.3 KB 7 Nov 2011 | This is a program to load the United States Postal Service
Windows library for creating the new Intelligent Mail Barcode.
It is designed to be included in a calling program, and it provides
a function to generate a coding string, which in turn may be printed in
a proper barcode font to produce an Intelligent Mail Barcode.
Normally, one would use [...] author: Steven White Other scripts owned by: swhite | |||
| 2 | 2 | 2.27 | 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 Other scripts owned by: coccinelle | |||
| 3 | 3 | 2.25 | A more XML 1.0 compliant set of XML parsing tools. | ||
| xml-parse.r | v:0.7.6 44.0 KB 1 Jul 2009 | REBOL's built-in parse-xml function lacks a number of
XML 1.0 compliant features, including:
- support for CDATA sections
- support for XML Namespaces
- exposure of the internal DTD subset
The intent of this script is to create an XML parser
that can operate either via an event/callback mechanism,
or produce [...] author: Gavin F. McKenzie Other scripts owned by: brianwisti | |||
| 4 | 5 | 2.23 | Rebolide | ||
| rebolide.r | v:3.2.18 211.1 KB 24 Oct 2011 | A Rebol IDE for beginners that helps learning Rebol.
I suggest you to put this script in a separete folder. author: Massimiliano Vessi Other scripts owned by: crazyaxe | |||
| 5 | 4 | 2.23 | Global services module | ||
| glb.r documentation | 14.3 KB 7 Nov 2011 | This is an idea for packaging up code, plus some small
demos of how to do various things, harvested from the cookbook and
the mailing list. They are things that are done so often and in so
many situations that the author found it helpful to package them up
in a file of personal functions. All these techniques are shown in
various places, but this [...] author: Steven White Other scripts owned by: swhite | |||
| 6 | 6 | 2.20 | Vertical and horizontal panels styles | ||
| vert-horiz-panels-style.r | v:0.1.3 3.4 KB 17 Dec 2011 | Add simple vertical and horizontal panels styles to VID GUIs author: Marco Antoniazzi Other scripts owned by: luce80 | |||
| 7 | 7 | 2.19 | Parse Aid | ||
| parse-aid.r | v:0.5.7 11.5 KB 22 Jan | Help make and test parse rules author: Marco Antoniazzi Other scripts owned by: luce80 | |||
| 8 | 8 | 2.18 | 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 Other scripts owned by: chrisrg | |||
| 9 | 10 | 2.16 | rebzip | ||
| rebzip.r discussion | v:1.0.1 21.3 KB 17 Jul 2009 | Zip archiver / unarchiver author: Vincent Ecuyer Other scripts owned by: vincentecuye | |||
| 10 | 11 | 2.15 | Supercalculator | ||
| supercalculator.r | v:3.8.23 10.8 KB 21 Dec 2011 | Scientific calculator in Rebol! author: Massimiliano Vessi Other scripts owned by: crazyaxe | |||
| 11 | 12 | 2.15 | 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 Other scripts owned by: carl | |||
| 12 | 13 | 2.15 | (R)EBOL (Un)it | ||
| run.r discussion documentation | 19.1 KB 31 May 2008 | RUn is a TestCase Framework wich allows the use of
TestCases as defined by the eXtreme Programming
development methodology and the test-driven development author: Christophe 'REBOLtof' Coussement | |||
| 13 | 14 | 2.15 | RSS feed reader | ||
| rss.r | v:2.0.6 28.9 KB 20 Jul 2007 | Live Bookmarks author: Piotr Gapinski Other scripts owned by: piotrgapinsk | |||
| 14 | 15 | 2.14 | REBOL Blogger | ||
| blog.r documentation | v:1.3.2 18.3 KB 10 Jan 2005 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath Other scripts owned by: carl | |||
| 15 | 16 | 2.14 | REBOL Blogger | ||
| new-blog.r | v:1.4.1 39.0 KB 11 Jul 2007 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath Other scripts owned by: tgd | |||
| 16 | 17 | 2.14 | Library data services | ||
| lds-local.r documentation | v:0.0.4 655 bytes 13 Aug 2004 | Provides the client end of the REBOL.org Library Data Services interface author: Sunanda Other scripts owned by: sunanda | |||
| 17 | 9 | 2.14 | CGI common procedures | ||
| cgibasic.r 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 Other scripts owned by: swhite | |||
| 18 | 18 | 2.13 | Parse Analysis Toolset /View | ||
| parse-analysis-view.r documentation | v:1.1.0 11.7 KB 19 Dec 2004 | Some REBOL/View tools to help learn/analyse parse rules. author: Brett Handley Other scripts owned by: brett | |||
| 19 | 20 | 2.11 | 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 Other scripts owned by: hallyhaa | |||
| 20 | 19 | 2.11 | glayout - GLASS-based layout engine | ||
| glayout.r | v:0.5.4 141.6 KB 16 Nov 2006 | replace vid dialect layout while keeping its basic featureset author: Maxim Olivier-Adlhoch Other scripts owned by: moliad | |||
| 21 | 21 | 2.10 | string encoding utilities | ||
| str-enc-utils.r documentation | v:1.2.2 45.9 KB 10 Jul 2010 | A set of string utilities created to help with text encoding in 8-bit
character strings author: Peter W A Wood Other scripts owned by: peterwood | |||
| 22 | 22 | 2.10 | Prolog Like Inference Engine | ||
| prolog.r discussion documentation | v:1.7 43.1 KB 3 Jan 2011 | This is an inference engine wich process prolog like clause
The engine can process prolog like clauses of the form :
man [jean]
woman [mary]
human [X] [man [X]]
human [X] [woman [X]]
CUT (!) and FAIL are implemanted (it's the only hardcoded predicates in the engine)
The engine execute Rebol code [...] author: Marco Other scripts owned by: coccinelle | |||
| 23 | 23 | 2.08 | Block preprocessor. At last! | ||
| preprocess.r | v:0.5.1 6.5 KB 20 Aug 2011 | Use macros (also with parameters) in your code author: Marco Antoniazzi Other scripts owned by: luce80 | |||
| 24 | 24 | 2.08 | REBOL Web Server | ||
| webserv.r | v:0.0.0.15 13.6 KB 23 Jan 2004 | A Simple HTTP-Server that can run REBOL CGI scripts author: Cal Dixon Other scripts owned by: caldixon | |||
| 25 | 25 | 2.08 | Base conversion functions | ||
| base-convert.r documentation | v:0.0.2 8.0 KB 2 Sep 2005 | Functions to convert an decimal whole number to and from any arbitrary base author: Sunanda Other scripts owned by: sunanda | |||
| 26 | 26 | 2.07 | Convert an XML-derived block structure into objects. | ||
| xml-object.r | v:1.0.5 7.9 KB 3 Mar 2005 | This script creates a function xml-to-object that converts
a series of nested blocks, created from an XML document by
parse-xml, into a series of nested objects that represent
the original content of the XML document processed. author: Gavin F. McKenzie Other scripts owned by: brianwisti | |||
| 27 | 27 | 2.07 | Garmin GPS protocol handler | ||
| garmin-protocol.r | v:0.4.2 18.7 KB 12 Dec 2004 | Garmin eTrex Legend protocol handler author: Piotr Gapinski Other scripts owned by: piotrgapinsk | |||
| 28 | 28 | 2.06 | Crystal Reports | ||
| crystal-reports.r | v:0.1.0 10.2 KB 6 Apr 2007 | Provides a basic API to the Crystal-Report® report engine (crpe32.dll) to show, print and export reports.
Allows for setting formulas and selection criteriae as well as passing parameters when launching reports. author: Christian Ensel Other scripts owned by: christian | |||
| 29 | 29 | 2.06 | 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 Other scripts owned by: moliad | |||
| 30 | 30 | 2.05 | National Instruments Rebol Wrapper | ||
| nidaqmx | v:1.0 180.9 KB 19 Sep 2008 | A wrapper allowing to use National Instrument DAQmx base library with Rebol author: Francois Jouen (ldci) Other scripts owned by: ldci | |||
| 31 | 31 | 2.05 | Sqlite 3.X rebol wrapper as protocol handler | ||
| sqlite3-protocol.r | v:0.1.2 8.6 KB 22 Mar 2005 | Sqlite wrapper as a Rebol protocol handler. author: cal dixon | |||
| 32 | 35 | 2.05 | VID Usage | ||
| vid-usage.r discussion | v:1.2 80.5 KB 10 Jan 2004 | VID Usage Tutorial with Runnable Examples author: Cybarite Other scripts owned by: mike | |||
| 33 | 32 | 2.04 | SLiM - STEEL | Library Manager | ||
| slim.r | v:0.9.13 29.1 KB 7 Mar 2009 | Loads and Manage Run-time linkable libraries. Also serves as a specification. author: Maxim Olivier-Adlhoch Other scripts owned by: moliad | |||
| 34 | 33 | 2.04 | HTML calendar | ||
| html-calendar.r documentation | 1.4 KB 5 Dec 2003 | Creates an HTML file containing the current calendar month and displays it in
the browser author: Bohdan Lechnowsky Other scripts owned by: bohdan | |||
| 35 | 34 | 2.04 | 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 Other scripts owned by: gabriele | |||
| 36 | 36 | 2.04 | xpath.r | ||
| xpath.r | v:1.0 8.2 KB 11 Mar 2007 | This script shows how to implement an XPath interpreter in Rebol/Prolog.
This interpreter is not complete.
It is only a kind of Proof of Concept . It lacks some features.
Currently it can parse a document containing elements, attributes and pcdata.
In this script I see an xml document as a tree of UNTYPED nodes.
Consequently,
- all nodes are treated [...] author: Alban Gabillon Other scripts owned by: neoreb | |||
| 37 | 37 | 2.03 | Unit converter | ||
| convertitore.r | v:1.4.11 22.9 KB 5 Oct 2011 | The best unit converter on earth! author: Massimiliano Vessi Other scripts owned by: crazyaxe | |||
| 38 | 39 | 2.03 | 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 Other scripts owned by: greggirwin | |||
| 39 | 38 | 2.03 | Parse ini file | ||
| parse-ini.r discussion documentation | v:1.0.2 2.2 KB 15 Apr 2009 | Parses a Window's ini file. Also a function to find entries in a parsed ini file author: Sunanda Other scripts owned by: sunanda | |||
| 40 | 40 | 2.02 | JSON to Rebol converter | ||
| json.r documentation | v:0.0.8 13.7 KB 1 Feb 2010 | Convert a JSON string to Rebol data, and vice versa. author: douglas crockford Other scripts owned by: greggirwin · romano | |||
| 41 | 41 | 2.02 | make-word-list | ||
| make-word-list.r documentation | v:1.0.0 16.5 KB 2 Apr 2007 | Makes a list of words from a string author: peter | |||
| 42 | 43 | 2.02 | make-doc-pro | ||
| make-doc-pro.r 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 Other scripts owned by: robert | |||
| 43 | 42 | 2.02 | 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 Other scripts owned by: btiffin | |||
| 44 | 44 | 2.02 | Native requestors | ||
| native-requestors.r | 8.8 KB 15 Jul 2009 | Replaces a number of REBOL requestors with native equivalents.
Windows requires COMLib.r from http://anton.wildit.net.au/rebol/os/windows/COMLib/
REQUESTOR Mac Win
alert Y Y
confirm Y Y
request Y Y
request-color Y N
request-date N N
request-dir Y Y
request-download N N
request-file N N
request-list Y N
request-pass Y N
request-text Y Y
say [...] author: Ashley G Truter Other scripts owned by: ashley | |||
| 45 | 45 | 2.01 | 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 Other scripts owned by: henrik | |||
| 46 | 46 | 2.01 | EASY SOCCER | ||
| easy-soccer.r documentation | v:2.1.1 15.1 KB 3 Jan 2011 | Easy-Soccer is a broker based on CGI which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Soccer makes very easy to expose function written in Rebol like services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment Easy-Soccer uses a simple WEB server
and CGI to execute Rebol code [...] author: marco Other scripts owned by: coccinelle | |||
| 47 | 47 | 2.01 | Obscure File Server | ||
| fileserver.r | 14.4 KB 3 Sep 2009 | Share files over HTTP protocol +NLS author: pijoter Other scripts owned by: piotrgapinsk | |||
| 48 | 48 | 2.01 | Sqlite 3.X rebol wrapper try | ||
| sqlite3.r discussion | v:0.0.2 7.8 KB 21 Sep 2004 | Sqlite wrapper in Rebol. author: Juan-Carlos Miranda Other scripts owned by: bouba | |||
| 49 | 51 | 2.01 | 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 Other scripts owned by: henrik | |||
| 50 | 49 | 2.01 | Parse Analysis Toolset | ||
| parse-analysis.r documentation | v:1.1.0 8.6 KB 16 Dec 2004 | Some tools to help learn/analyse parse rules. author: Brett Handley Other scripts owned by: brett | |||










