Forum |
forum.r | 15.2 KB 17 Jun 2010 | A CGI forum application, running at http://rebolforum.com.
Please link to it, so that new REBOLers have a place to ask questions! author: nick |
HTML Form Server |
formserver.r | 1.7 KB 30 Dec 2013 | Creates a web server which serves an HTML form, and then
processes the data input by users. This can be useful when tallying
information from users on a Local Area Network. The users can use
any device (iPhone, Android, netbook, etc.) to enter information into
a shared system, as long as the device has a basic web browser
and [...] author: nick |
Import and Validate User Input |
filtered-import.r documentation | v:0.1.1 10.9 KB 5 Jun 2007 | Filters user input based upon a given spec author: Christopher Ross-Gill |
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 |
Demo Msx Emulation Galaga |
galaga.r | v:1.0.1 88.5 KB 28 Feb 2007 | MSX Emulation using rebcode author: Guest2 |
Garmin GPS protocol handler |
garmin-protocol.r | v:0.4.2 18.7 KB 12 Dec 2004 | Garmin eTrex Legend protocol handler author: Piotr Gapinski |
GUI CRUD App Builder |
gui-crud-app-builder.r | 4.4 KB 11 Dec 2013 | CRUD is an acronym for Create Read Update and Delete .
Familiar types of apps such as contact managers, inventory systems,
home video databases, etc., are examples of typical CRUD data storage
applications. This script is a simple CRUD app maker that allows you to
instantly create CRUD apps which store, retrieve, sort, etc. records [...] author: nick |
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 |
Hangman, with word generator |
hangman.r | 1.3 KB 2 Jan 2017 | A little hangman game, from http://re-bol.com/short_rebol_examples.r author: nick |
Half-life log parser |
hllogparser.r | 5.8 KB 4 Mar 2004 | Allows a rebol script to parse server logs from the game: Half-life author: Cal Dixon |
HTML Dialect |
html.r documentation | v:0.0.7 21.8 KB 20 Aug 2008 | HTML dialect for simple generation of webpages with REBOL code. author: henrik mikael kristensen |
HTML Form Generator and Server |
html-form-generator-and-server.r | 7.9 KB 2 Jan 2017 | Creates an HTML form, with any fields, areas, check boxes,
and drop-down selectors you specify, then runs a server to
collect any data entered into the form by users. A cgi version
is also provided, which can be run on most shared host providers.
A little GUI app is also provided to demonstrate how search and
browse collected [...] author: nick |
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 |
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 |
JSON to Rebol converter |
json.r discussion documentation | v:0.0.9 14.2 KB 6 Sep 2013 | Convert a JSON string to Rebol data, and vice versa. author: douglas crockford |
LRWP interface to Xitami |
lrwp.r | v:1.0.0 4.2 KB 13 Mar 2003 | LRWP is a FastCGI like interface for Xitami. This implementation is provided by Robert Muench and Maarten Koopmans. Enjoy.... author: Maarten Koopmans |
VID LIST-VIEW Face |
list-view.r | v:0.0.28 33.2 KB 16 Jan 2013 | General purpose listview with many features for use in VID. author: henrik mikael kristensen |
Logviewer |
logviewer.r | 16.0 KB 13 Oct 2006 | Monitor log files. Please read included readme for further information author: Daniel Szmulewicz |
Make And Print A CD Label |
label-and-print.r | 6.6 KB 6 Jan 2008 | This script illustrates how CD labels may be drawn and printed with REBOL and
illustrates how REBOL output may be printed when incorporated into an HTML page. author: r. |
Specs Document Converter (Text to HTML) |
makespec.r documentation | v:1.0.0 4.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
We use this script to save a lot of time when writing specification documents here at REBOL HQ. Very little notation is required to produce good looking HTML documents with titles, table of contents, section headers, indented fixed-spaced examples, sidebars , and more. Does all the formatting so we can focus on writing the words (the hard [...] author: Carl Sassenrath |
REBOL Standard Document Formatter |
make-doc.r documentation | v:0.9.0 9.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
Converts very simple text file format into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. Does the formatting
so you can focus on the hard part: the words. author: Carl Sassenrath |
MakeDoc 2 - The REBOL Standard Document Formatter |
makedoc2.r documentation | v:2.5.7 17.0 KB 10 Mar 2007 | This is the official MakeDoc document formatter that is used by
REBOL Technologies for all documentation. It is the fastest and
easiest way to create good looking documentation using any text
editor (even ones that do not auto-wrap text). It creates titles,
headings, contents, bullets, numbered lists, indented examples,
note blocks, and more. For documentation, [...] author: Carl Sassenrath |
Markdown entry for R3 |
markdown-rebol3.r | v:4.0.12 4.2 KB 7 Jan 2013 | make markdown entry from defined words,
example: my? append (then you can paste directly (CTRL+V),
see https://github.com/hostilefork/r3-hf/wiki/Random)
This works with Rebol3 author: Massimiliano Vessi |
Mini virtual and x86 machine dll to speed-up calculations a bit |
mini-reb-vm.r | v:0.1.1 41.1 KB 24 Feb 2019 | speed-up calculations a bit. author: Marco Antoniazzi |
patched HTTP/HTTPS protocol with cookies support |
my-http.r discussion | 21.8 KB 18 Aug 2006 | Provide an HTTP/HTTPS handler that transparently supports cookies author: cyphre@seznam.cz |