calculator |
calculator-tutorial.r | 1.4 KB 1 Mar 2009 | A little GUI calculator example, with printout.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: [unknown] |
PhotoTrackr DPL700 to GPX/PLT converter |
dpl700-converter.r | 20.8 KB 3 Oct 2009 | Converts memory dumps of the Gisteq PhotoTrackr GPS logger (MTK) to GPX/OziExplorer formats author: pijoter |
Demo Emulate PSG AY-3-8912... MSX PoWaaaa !!!! |
demo-ay.r | v:0.0.2 88.5 KB 9 Feb 2007 | Emulate the PSG AY-3-8912 author: Guest2 |
File Download CGI |
file-download-cgi.r | 1.5 KB 10 Aug 2010 | Push file download from web server to browser. author: nick |
FF3 ZSNES Saved state editor |
ff3edit.r | 10.0 KB 4 Mar 2004 | A tool to edit saved state files for Final Fantasy 3 as created by the ZSNES emulator author: Cal Dixon |
GeoRSS converter |
georss.r | 24.5 KB 7 Oct 2009 | Converts GeoRSS xml to GPX/KML/OziExplorer formats author: pijoter |
Line Intersection Demo |
line-intersection-demo.r | v:1.0.0 1.7 KB 10 Jan 2004 | Demonstrate an algorithm used to detect an intersection between two line segments. author: Claude Precourt |
Mini-MetaDB |
metadb.r | v:1.0.0 2.8 KB 16 Mar 2010 | Simple associative database for managing metadata author: Christopher Ross-Gill |
Mandelbrot |
mandelb.r | 2.0 KB 19 Jul 2009 | Mandelbrot author: Lami Gabriele |
Network Tools |
nettools.r | v:1.1 8.6 KB 12 Jul 2006 | Collection of network tools author: François Jouen |
PhotoTrackr DPL converter |
phototrackr-converter.r | 8.8 KB 27 Oct 2010 | Converts memory dumps of the PhotoTrackr GPS (DPL) logger to OziExplorer/GPX formats author: pijoter |
RebGUI User List Demo |
rebgui-users.r | 2.3 KB 24 Apr 2010 | A simple RebGUI demo. Inspired by the tutorial at http://snappmx.com
Taken from the tutorial at http://re-bol.com author: nick |
RSS feed reader |
rss.r | v:2.0.6 28.9 KB 20 Jul 2007 | Live Bookmarks author: Piotr Gapinski |
Space Invaders Shootup |
space-invaders-shootup.r | 6.9 KB 24 Aug 2009 | An extremely simple variation of the classic game.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
translate |
translate.r | v:1.0.0 3.8 KB 13 Nov 2003 | i18n-tool to translate rebol-scripts author: Volker Nitsch |
Text effect styles |
text-effects.r | v:1.0.0 2.3 KB 6 May 2003 | This version contains just 'sine-text style... author: Oldes |
UTF-8 encode |
utf8-encode.r | v:1.0.0 1.0 KB 17 Nov 2003 | Encodes the string data to UTF-8 (from Latin-1) author: Romano Paolo Tenca & Oldes |
Zip-Fix |
zip-fix.r | 5.0 KB 22 Dec 2003 | Fixing broken zip archives author: Vincent Ecuyer |
Associate |
associate.r discussion | v:1.2.0 1.8 KB 13 Mar 2003 | Provides an associative memory store. author: Andrew Martin |
Accumulate |
accumulate.r discussion | v:1.0.1 1.0 KB 13 Mar 2003 | Cumulates values in a block together, by successively applying the function to each value in Series. author: Andrew Martin |
pluginable analog alarm clock |
aclock-p.r discussion documentation | 3.5 KB 20 Sep 2004 | aproximate an analog clock and add alarm author: Tom Conlin |
bin-to-float |
bin-to-float.r discussion | v:0.0.3 1.2 KB 8 Nov 2006 | Convert a binary file to a series of floats and back author: Glenn M. Lewis |
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 |
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 |