Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Check for REBOL Pro Features
licensed.rv:1.0.0
612 bytes
13 Mar 2003
An example of how to detect View/Pro and Command special features.
author: Carl Sassenrath
REBOL/Layout
layout.rv:0.1.7
35.7 KB
13 Mar 2003
Visual Layout Editor
author: Carl Sassenrath
REBOL/Layout
layout-1.8.r
 discussion
v:0.1.8
37.1 KB
13 Mar 2003
Visual Layout Editor, now accepts more than 6 layouts
author: Carl Sassenrath, Ammon Johnson
Graphical Layout Editor
layed.rv:1.0.1
1.6 KB
13 Mar 2003
Your basic 1K REBOL graphical object layout editor. Not many features, but a good example of how to drag faces and show nubs.
author: Carl Sassenrath
VB Like Operator Module/pattern-matcher
like.r
 documentation
v:0.0.3
6.7 KB
15 Oct 2006
The LIKE? function is a first crack at something like VB's Like operator. i.e. a *very* simple RegEx engine as you would use in shells for file globbing. The real purpose was to help me get acquainted with parse.
author: Gregg Irwin
VID LIST-VIEW Face
list-view.rv:0.0.28
33.2 KB
16 Jan 2013
General purpose listview with many features for use in VID.
author: henrik mikael kristensen
Library history - console version
lib-history.rv:0.1.1
2.1 KB
13 Mar 2003
To display recent Rebol library uploads
author: Oldes
List How-To
list-supply-how-to.r2.4 KB
18 Apr 2006
How-To use a list and the 'supply block
author: [unknown]
Little-bell
little-bell.rv:1.0.0
4.8 KB
13 Mar 2003
Rudimentary Telnet client written in REBOL.
author: Ole Friis
Lowercase All Tags
lowertag.rv:1.0.0
886 bytes
21 Jan 2005
Given an HTML or XML file, shifts all tags to lowercase. Everything in the tag is lowercased, so you will need to inspect the resulting file names, etc. But, for most files this is easier than doing it manually. (Also shows how easy it is to do this kind of conversion.)
author: Carl Sassenrath
LRWP interface to Xitami
lrwp.rv: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
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.r1.7 KB
13 Mar 2003
This is an example of a simple email filter that removes unwanted junk mail from your mailbox.
author: [unknown]
Email Auto-reply
mailautoreply.r1.1 KB
13 Mar 2003
This example confirms email received from friends only. All others will be ignored.
author: [unknown]
Email Friend Monitor
mailfriends.r945 bytes
13 Mar 2003
This example displays messages that come from friends only. All others will be ignored.
author: [unknown]
REBOL Memory Stats
mem-stats.r1.8 KB
13 Mar 2003
Print out statistics for memory usage. (Command only.)
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
Handy Server Monitor Window
monitor.rv: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
Search Mail for REBOL Scripts
mbxscripts.r1.2 KB
13 Mar 2003
Search a mailbox file (e.g. Eudora) for email messages containing REBOL scripts.
author: Carl Sassenrath
Search Mailbox
mbxfind.r1.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