Access to Spotlight Metadata |
metadata.r | v:1.0.0 1.9 KB 9 Jun 2006 | giving access to OSX Metadata author: françois jouen |
Decimal Arithmetic |
money.r documentation | v:see mo 7.0 KB 22 Jul 2010 | Decimal arithmetic for numbers held as strings.
Numbers may have up to 12 integral digits
and always have 2 fractional digits author: peter |
REBOL Blogger |
new-blog.r discussion | 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 |
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) |
National Instruments Rebol Wrapper |
nidaqmax3-6.r | v:3.6 176.8 KB 25 Feb 2013 | A wrapper allowing to use National Instrument DAQmx base (3.6) library with Rebol author: Francois Jouen (ldci) |
NeHe Lesson 5 SDL |
nehe-lesson05-sdl.r | v:1.0.0 10.7 KB 23 Sep 2012 | Example use of %opengl-glu-glut-h.r and %sdl-h.r author: Marco Antoniazzi |
Network Tools |
nettools.r | v:1.1 8.6 KB 12 Jul 2006 | Collection of network tools author: François Jouen |
AIOE Newsgroup Test |
newsgroup.r | v:1.0.0 13.3 KB 8 Mar 2008 | - an application of NNTP protocol
- and an introduction AIOE.org author: R.v.d.Zee |
OpenGL Test |
opengl.r | 22.6 KB 17 Oct 2003 | Demonstrate the use of OpenGL in View/Pro on Windows author: Cal Dixon |
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 |
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 |
Mathematical Expression Dialect Parser |
parse-expression.r documentation | v:0.9.6 8.3 KB 22 Mar 2011 | Converts a mathematical expression into a block of rebol code that can be evaluated. author: Francois Vanzeveren |
Add post-effects with shaders |
post-processor.r | v:0.4.0 12.2 KB 3 May 2020 | Example use of %gles-egl-h.r author: Marco Antoniazzi |
Parse Analysis Toolset |
parse-analysis.r documentation | v:2.0.0 11.5 KB 3 Mar 2013 | Some tools to help learn/analyse parse rules. author: Brett Handley |
PHP-colorizer |
php-colorizer.r | v:1.1.0 26.8 KB 19 Jan 2009 | [no purpose header found] author: David 'Oldes' Oliva |
POINT OF SALE SYSTEM |
pos.r | 12.6 KB 14 Mar 2010 | This is a point of sale system (sales checkout, receipt printer, and data
storage system) written using RebGUI. It may help provide some basic
insight into the workings of RebGUI. Actually, the majority of this code
manages user workflow - saving/retrieving receipts. The RebGUI parts are
simple and short.
Note that the username [...] author: nick |
Porter Stemming Algorithm |
porterstemming.r | v:1.0.1 14.2 KB 2 Apr 2009 | Applies the Porter Stemming algorithm as presented in:
Porter, 1980, An algorithm for suffix stripping, Program,
Vol. 14, no. 3, pp 130-137. author: Dale K. Brearcliffe |
Presentation viewer |
presenter.r | 17.6 KB 3 Nov 2011 | Display a little power-point-like slide show, where the
slides are read from a text file and consist of VID code describing
each slide. It could be used by someone who wants to give a simple
slide show without attacking a more useful, but also more complicated,
presentation program. author: Steven White |
PSG AY-3-8910 Study |
psg-ay-3-8910-study.r | v:1.0 88.6 KB 20 Feb 2007 | This is a simple study for me to understand the basic principle of music generation
This script use rebcode (20 time faster) if present.
Many thanks to Guest2 making me interrested on this subject (see his script %demo-ay.r) author: marco |
Equation Dialect Parser |
parse-equation.r documentation | v:0.9.3 7.1 KB 15 Mar 2011 | Converts a mathematical equation into a block of rebol code that can be evaluated. author: Francois Vanzeveren |
Qtask Markup Language - parser and other common code |
qml-base.r documentation | v:2.46.1 97.1 KB 28 May 2007 | This program implements the base for QML (Qtask Markup Language) converters (for example
it's the base for a QML to XHTML converter used in Qtask), by implementing the parsing
of a QML text string into a QML document tree. author: Gabriele Santilli |
Quick Plot Dialect |
q-plot.r | v:0.1.0 41.4 KB 6 Mar 2007 | Provide a quick and easy to use dialect for plotting in REBOL author: Matt Licholai |
RBBS - REBOL Bulletin Board Tutorial |
rbbs.r | v:1.0.0 16.9 KB 5 Jun 2005 | A CGI Web Bulletin Board / Message Board author: carl sassenrath |
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 |
REBOL stress test |
rebol-stress-test.r | v:0.0.1 3.3 KB 13 Aug 2004 | Run various things to see what limits REBOL has.
Largest integer, largest decimal, depth of
stack, maximum words definable, etc. author: Sunanda |