Simple Rebol DBMS |
db.r | v:1.2.0 24.7 KB 13 Mar 2003 | RebolBase is a simple database managment system
written entirely in Rebol. Its main feature is
that it stores its data in plain, newline delimited
text files. This allows the database to be accessed
and modified by other programs. author: Jamey Cribbs |
Trapping and displaying an error |
form-error.r | 3.1 KB 20 Dec 2006 | Beginner's example for trapping errors. author: Tim Johnson |
IMAP Handler |
imapx-handler.r | v:0.0.2 36.8 KB 30 Mar 2006 | Add some RFC3501 (full imap) behaviour to the imap scheme. author: rt & ingo hohmann |
JPG analyse |
jpg-analyse.r | v:1.0.0 5.1 KB 13 Mar 2003 | To remove some data from the JPG files to make them smaller.
For example files from Adobe contains so many other informations that the file is twice bigger than may be. author: Oldes |
mp3tool |
mp3tool.r | v:1.0.0 1.3 KB 13 Mar 2003 | I have seen an ID3 reader in every language (C, Perl, Python, PHP), and decided I might as well write one for REBOL. It is very simplistic at the moment author: Vache |
Menu-System |
menu-system.r | v:0.2.0 88.4 KB 12 Jun 2005 | Easy to use VID compatible REBOL menu system (early Beta).
Have menus in your REBOL apps, finally. author: Christian Ensel |
MySQL database interfacing logic. |
mysql_all.r | v:1.0.0 17.3 KB 13 Mar 2003 | Interface to the mysql libs, needs /Pro or /Command author: Maarten Koopmans, Ernie van der Meer |
Network Tools |
nettools.r | v:1.1 8.6 KB 12 Jul 2006 | Collection of network tools author: François Jouen |
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 |
Red compiler and Runner |
redcompiler.r documentation | 9.9 KB 5 Dec 2012 | GUI to help with compile and run your Red(/System) scripts. author: arnold van hofwegen |
secure-clean-path |
secure-clean-path.r | v:1.0.1 11.2 KB 22 Oct 2005 | Cleans up parent markers in a path, whilst restricting the output to a sandbox directory author: anton rolls |
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 |
Soundex |
soundex.r | v:1.0.0 5.6 KB 6 May 2003 | Soundex Encoding returns similar codes for similar sounding words or names. eg Stephens, Stevens are both S315, Smith and Smythe are both S53. Useful for adding Sounds-like searching to databases author: Allen Kamp |
Split.r |
split.r documentation | 9.7 KB 6 May 2012 | Provide functions to split a series into pieces, according to
different criteria and needs. author: Gregg Irwin |
3D-Surface Plot |
surface.r | v:1.0.0 24.5 KB 10 Aug 2007 | Draw a surface with 3-D Perspective and allow roation author: [unknown] |
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 |
compress , decompress witch zlib stream |
zlib.r | v:1.0.0 5.4 KB 29 Mar 2015 | [no purpose header found] author: [unknown] |
Alien Dialect Explanation |
alienexp.r documentation | v:1.0.0 1.4 KB 13 Mar 2003 | It came from outer space explained. author: Anonymous |
Alien Dialect |
alien.r documentation | v:1.0.0 1.9 KB 13 Mar 2003 | It came from outer space author: Anonymous |
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 |