Handy Server Monitor Window |
monitor.r | v:1.0.0 2.8 KB 13 Mar 2003 | A handy script that monitors various servers (such as
web and email servers) and displays them in a nice little
status window. author: Carl Sassenrath |
Print Mailbox Subjects |
mbxsubjects.r | 800 bytes 13 Mar 2003 | Prints all the mail subject lines for a Eudora mailbox file. author: Carl Sassenrath |
Search Mail for REBOL Scripts |
mbxscripts.r | 1.2 KB 13 Mar 2003 | Search a mailbox file (e.g. Eudora) for email messages
containing REBOL scripts. author: Carl Sassenrath |
Search Mailbox |
mbxfind.r | 1.1 KB 13 Mar 2003 | Search a Eudora mailbox file and output a file with
all the messages that contain a given string. author: Carl Sassenrath |
Make Object |
make-object.r | v:1.0.0 1.1 KB 13 Mar 2003 | Scans a Spec looking for set-word! inside them,
then stuffs them in the object spec with none. author: Andrew Martin |
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 |
MD5 Message-Digest Algorithm |
md5.r | v:2.0.1 6.2 KB 16 Dec 2012 | Returns a MD5 message digest of an input string as a binary! author: Marco Antoniazzi |
MenuBar |
menubar.r | v:1.0.3 4.2 KB 13 Mar 2003 | A simple Bar Menu with
the Choose Function and
much more. author: Gilbert Robitaille |
Mini Synthesizer |
minisynth.r | v:0.0.3 65.0 KB 22 Sep 2005 | Multi-purpose music program with the following features:
1) a 24-key (2-octave range includes middle C to B) keyboard/synthesizer with visual and audio output
2) for most basic chords in any given key, outputs the sound of that chord, the formal musical notation, and the corresponding keyboard keys
3) plays Twinkle Twinkle... author: Ayrris Aunario |
Mini-Calculator |
mini-calc.r | v:1.1.3 1.3 KB 13 Mar 2003 | Tiny calculator example. author: Ryan Cole |
Mini-MetaDB |
metadb.r | v:1.0.0 2.8 KB 16 Mar 2010 | Simple associative database for managing metadata author: Christopher Ross-Gill |
Mirrorgame |
mirror.r documentation | v:1.07 18.2 KB 29 Aug 2012 | A nice logical puzzle game. author: arnold van hofwegen |
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 |
Multi-methods implementation |
multi-methods.r | v:1.4.0 9.0 KB 11 Apr 2005 | Implements polyformism using multi-methods technique and typed objects author: Jaime Vargas |
Native Mac OS X requestors |
mac-requestors.r | 4.8 KB 28 Jun 2009 | A set of eight Mac OS X native requestors that approximate and extend the functionality
of the REBOL request* functions. author: Ashley G Truter |
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 |
Deluxe Email Spam Killer |
maildespam.r | 1.7 KB 13 Mar 2003 | This is an example of a simple email filter that
removes unwanted junk mail from your mailbox. author: [unknown] |
Native requestors |
native-requestors.r | 8.8 KB 15 Jul 2009 | Replaces a number of REBOL requestors with native equivalents.
Windows requires COMLib.r from http://anton.wildit.net.au/rebol/os/windows/COMLib/
REQUESTOR Mac Win
alert Y Y
confirm Y Y
request Y Y
request-color Y N
request-date N N
request-dir Y Y
request-download N N
request-file N N
request-list Y N
request-pass Y N
request-text Y Y
say [...] author: Ashley G Truter |
Network Tools |
nettools.r | v:1.1 8.6 KB 12 Jul 2006 | Collection of network tools author: François Jouen |