GLayout demo |
glayout-demo.r | v:0.9.1 22.4 KB 10 Jul 2009 | Demonstration of GLayout's features and capabilities. author: Maxim Olivier-Adlhoch |
GLES and EGL library interface |
gles-egl-h.r | v:0.6.2 139.2 KB 28 Apr 2020 | Use modern OpenGL with shaders author: Marco Antoniazzi |
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 |
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 |
Guitar Chords |
guitar-chords.r | 22.2 KB 9 Dec 2009 | Create and print instant guitar chord diagram charts for songs.
Taken from the tutorial at http://re-bol.com author: nick |
gzip |
gzip.r documentation | v:1.1.0 6.7 KB 8 Jan 2013 | Creates gzip archives, using the rebol compress command. author: Vincent Ecuyer |
minimal 'hello, world!' submission to rebol.org |
hello-mini.r | 137 bytes 21 Aug 2011 | [no purpose header found] author: [unknown] |
Herd The Sheep Game |
herd-the-sheep.r | 3.7 KB 10 Feb 2013 | Inspired by the LiveCode Sheep Herder game (advertised because it
was conceived and completed within 3 hours, 18 minutes). This quick
implementation took 17 minutes to create, using REBOL :) Also available
at:
http://re-bol.com/examples.txt author: Nick Antonaccio |
HOF |
hof.r | v:1.0.1 23.2 KB 13 Mar 2003 | Higher Order Functions and series manipulators author: Jan Skibinski |
Help Patch |
help-system.r | v:0.0.1 7.2 KB 20 Nov 2003 | Allows to add the following info to functions:
return: [datatypes to be returned]
category: [a function category e.g. math series]
author: [author initials email what you want author: Ingo Hohmann |
Full REBOL Header |
headfull.r | v:0.1.2 2.3 KB 13 Mar 2003 | Shows the optional definitions that can be
used within a REBOL header. author: Carl Sassenrath |
Histogram maker |
histogrammer.r | v:1.0.0 9.6 KB 18 Apr 2011 | To produce a histogram from a data series,
to display it in a window, to save it as PNG file
and/or as a data file author: Rudolf W. Meijer |
HSV Lab |
hsv-lab.r | 5.0 KB 27 Nov 2003 | Functions that manipulate of REBOL colour values using the
HSV (Hue Saturation Brightness) model. Includes example
functions for use with colour tuple! and image! values. author: Christopher Ross-Gill |
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 |
HTML Link |
html-link.r | 699 bytes 17 Apr 2010 | Takes input string containing any number of URLs and outputs a
a string with all the web URLs appropriately wrapped as HTML links.
Taken from the tutorial at http://re-bol.com author: nick |
Indexing |
indexing.r | v:1.0.0 3.9 KB 3 Mar 2013 | Indexing of values. author: Brett Handley |
edit-tools + little editor |
install-edit-tools.r | v:1.0.5 23.9 KB 14 Apr 2005 | Various stuff to implement an editor.
Main features:
Tools to plug an area with find/replace in a few lines.
And a little editor with plugins. author: Volker Nitsch |
ico-parser2 |
ico-parser2.r | v:0.0.5 9.7 KB 13 Mar 2003 | To get data from the windows *.ico files author: Oldes |
IFF dialect |
iff-dialect.r | v:1.1.0 4.3 KB 16 Jan 2013 | Electronic Arts Interchange File Format (IFF) dialect author: Vincent Ecuyer |
ImageMagick Support |
imagemagick-helper.r documentation | 8.8 KB 23 Aug 2006 | Support minimal needs for image processing using ImageMagick MagickWand and MagickCore DLLs
Note: DLL's calls tend to change so this is specifically for version 6.2.9
Note: Original uses only MagickCore DLL. This version required MagickWand DLL because they
moved the calls to a different DLL author: Edgar Tolentino |