HOF |
hof.r | v:1.0.1 23.2 KB 13 Mar 2003 | Higher Order Functions and series manipulators author: Jan Skibinski |
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 |
UUID Generation Example via Windows SDK |
guid.r | v:0.1 2.0 KB 10 Sep 2005 | Command only example of interfacing to Windows SDK to generat UUIDs. Trivial given heavy lifting by others in Rebol community. Acknowledgements to all. author: David McAvenue |
Tiff Lib |
tifflib.r | v:1.0 47.3 KB 2 Mar 2010 | A basic library for reading and writing Tiff files author: François Jouen |
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 |
Load-Parse-Tree (Parse-Analysis) |
load-parse-tree.r documentation | v:2.0.1 8.5 KB 5 May 2013 | Load a block structure representing your input as matched by Parse. author: Brett Handley |
Associate |
associate.r discussion | v:1.2.0 1.8 KB 13 Mar 2003 | Provides an associative memory store. author: Andrew Martin |
ABNF Parser |
abnf-parser.r documentation | v:1.0.1 21.8 KB 11 Mar 2013 | Parse ABNF rules as found in IETF RFC documents. author: Brett Handley |
App Builder |
appbuilder.r | 26.4 KB 16 Feb 2017 | An app builder to help new students learn how to write Rebol code.
To create a user interface for a new app, just point and click any GUI widget
(button, text field, dropdown box, etc.). You'll be prompted to edit the properties
of each added widget, and you can add actions which will run when the user
interacts with the widget. Actions [...] author: nick |
BBcode |
bbcode.r | v:0.1.0 8.7 KB 9 Jan 2009 | Basic BBCode implementation. For more info about BBCode check http://en.wikipedia.org/wiki/BBCode author: David 'Oldes' Oliva |
CouchDB Client |
couchdb3.r | v:0.0.11 11.5 KB 22 Jan 2010 | Use couchdb as a datastore ( http://couchdb.apache.org/ ) author: Ingo Hohmann |
FMOD library interface |
fmod-h.r | v:0.9.0 177.5 KB 5 Nov 2011 | Code to bind FMOD shared library to Rebol. author: Marco Antoniazzi |
Grey-Soft: Bluetooth Accelerometer Acquisition 2.0 |
gsdemo.r | v:2.0 147.3 KB 6 Jul 2010 | Using GS bluetooth XYZ devices with Rebol. This a demo version. author: François Jouen |
OpenGL library interface |
opengl-glu-glut-h.r | v:0.7.2 125.5 KB 25 Apr 2013 | Code to bind OpenGL, GLU, GLUT shared libraries to Rebol. author: Marco Antoniazzi |
Tag URI Parser |
parse-taguri.r | 1.3 KB 29 Jan 2007 | Converts a Tag URI to Metadata author: Christopher Ross-Gill |
libpango library interface |
pango-h.r | v:0.5.1 171.7 KB 9 Jun 2019 | Code to bind pango and pango-cairo shared libraries to Rebol. author: Marco Antoniazzi |
Parse Aid |
parse-aid.r | v:0.6.2 15.1 KB 27 Oct 2013 | Help make and test parse rules author: Marco Antoniazzi |
Patches |
patches.r | v:1.4.0 5.6 KB 14 Nov 2003 | Various patches to Rebol. author: A J Martin |
periodic table |
periodictable.r documentation | v:0.9.4 11.9 KB 15 Aug 2007 | Display a periodic table of the elements as REBOL buttons author: Brian Tiffin |
PHP-colorizer |
php-colorizer.r | v:1.1.0 26.8 KB 19 Jan 2009 | [no purpose header found] author: David 'Oldes' Oliva |
Playing Card Example |
playing-card-example.r | 39.1 KB 29 Jun 2008 | An example demonstrating how to work with graphical playing cards.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Playing Card Images |
playing-cards.r | 40.5 KB 13 Jan 2010 | A data block of playing card images. Use the following code to view:
do %playing-cards.r
gui: [size 670x510 backdrop 0.150.0 across ]
foreach [card label num color pos] cards [
append gui compose [
at (pos) image load to-binary decompress (card)
]
view layout gui
Taken from the tutorial at http://re-bol.com [...] author: nick |
Pratt's parser implementation |
pratt-parser.r | v:0.1.1 8.9 KB 16 Aug 2018 | A set of functions to ease construction of expressions parsing with precedences. author: Marco Antoniazzi |
Function counter |
rebol-script-function-counter.r | v:1.0.0 8.6 KB 14 Feb 2012 | [no purpose header found] author: Maxim Olivier-Adlhoch |
RebGUI and RebDB Sample |
rebdbgui.r documentation | v:0.9.0 17.6 KB 3 Jul 2007 | A quick demonstration of RebGUI with RebDB author: Brian Tiffin |