Representing And Relating Data In A Text-list |
representation-in-text-lists.r | v:1.0.1 4.7 KB 10 Oct 2007 | - to illustrate a method to format columns in text-lists
- to illustrate a method of relating the representation
of data in a text-list with the data
- to illustrate how non unique data may be presented in text-lists author: R. v.d.Zee |
Room Poll (HTML Survey Generator for LANs) |
room-poll.r | 4.9 KB 31 Dec 2013 | Demonstrates a useful app created from the formserver.r script.
This app generates an HTML form based on user specs (any number of
check, radio, and text entry items), and starts a server to receive survey
responses from the audience (they all connect to the LAN server using
phones or any other Wifi Internet device). The survey responses [...] author: nick |
Rebol users |
rebolusers.r | v:1.1.0 4.0 KB 23 May 2011 | Show rebol users faces!!! author: Massimiliano Vessi |
XML node parser |
rblxelparser.r | v:0.0.1 5.9 KB 13 Nov 2003 | To parse single xhtml & xml nodes
for there values. author: daniel murrill |
RIM Bot |
rim-bot.r | v:0.6.0 5.2 KB 13 Mar 2003 | Provides easy to use interface into RIM (Rebol Instant Messenger) communications. author: Ryan S. Cole |
Simple Virtual Shrink |
shrink.r | 12.7 KB 13 Mar 2003 | This script is a virtual shrink chatter bot .
It was obviously inspired by the original shrink bot
called Eliza. When the program gets a sentence in
English, it tries to find a matching rule in its
rule database and if it understands the sentence
it tries to give a reasonable reply.
(Type quit to quit) author: Martin Johannesson |
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 |
2D transformations |
transforms-2d.r | v:0.5.1 15.0 KB 17 Oct 2020 | Visualize and experiment with 2D transformation matrices author: Marco Antoniazzi |
Tric Trac |
trictrac.r | 2.4 KB 13 Nov 2013 | A quick implementation of a simple board game. Created with a
student as a tutorial example.
The point is to roll the dice, and match the rolled number with
any combination of available number buttons above. For example,
if you roll a 6, you can match it with the number button 6, or
5 + 1, or 4 + 2, or 3 + 2 + 1, etc. Once [...] author: nick |
REBOL Mapping of all win32 API errors |
win32-errors.r | v:1.0 193.9 KB 8 Sep 2010 | [no purpose header found] author: Maxim Olivier-Adlhoch |
FastCGI Broker |
fcgi-broker.r discussion | v:1.0.1 2.6 KB 15 Dec 2005 | Rebol script broker for a hooked rebol interpreter launched as a FastCGI application.
This is the root script which runs others scripts on request of the FastCGI peer.
This enables REBOL/Core or REBOL/View to act as a FastCGI application without the need
for REBOL/Command.
This script only works on Windows with a patched REBOL interpreter.
Details available at [...] author: Pascal Hurni |
make-doc-pro |
make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch |
Similarity Metrics |
simetrics.r discussion documentation | v:0.5.0 21.2 KB 19 Feb 2006 | Toolkit of string distance metrics. author: Francois Vanzeveren (fvz) |
Script Analyser |
analyse.r | v:1.0.1 5.3 KB 7 Jan 2005 | Front-End User Interface for anamonitor to analyse a rebol script. author: JL MEYRIAL |
Altme chat reader/exporter |
altme-chat-reader.r discussion | v:1.2.1 23.2 KB 19 May 2016 | Display or export to html the content of an Altme chat group.
Can be used in interractif or command-line mode.
For usage, run the script with -? argument :
"rebol.exe -s altme-chat-reader.r -?" author: [unknown] |
Binary Search |
binary-search.r | 1.8 KB 5 Nov 2007 | Find an index in a sorted list, at which an item must occur,
if the item exists in the list.
in time porportional to log-2 of the number of items in the list.
NOTE WELL no effort is made to confirm the series is actually sorted.
returns none if the input arguments are (detectably) flawed
returns a index of a match OR an index [...] author: Tom Conlin |
Web Site Builder |
build-site.r documentation | v:1.0.0 5.6 KB 13 Mar 2003 | The actual script that builds the REBOL web site (using a master template and a navigation structure). author: Carl Sassenrath |
Best File Fit |
bestfit.r discussion | v:1.0.0 5.9 KB 18 Jun 2004 | List the files that best fill up the available space.
Use predefined strings or insert the available space in KB (= 1000 byte).
Useful for selecting files to best fill up a CD/DVD. author: Mauro Fontana |
Functions for calculations with big integer numbers |
bigmath.r | v:0.2.0 30.0 KB 4 May 2019 | Make calculations with big integer numbers. author: Marco Antoniazzi |
Software engineering: design by contract |
contract.r | v:1.0.1 5.7 KB 6 May 2003 | Facilitates design by contract author: Maarten Koopmans |