Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Altme world search
skimp-my-altme.r
 documentation
v:0.0.2
29.2 KB
21 May 2007
Indexes and searches Altme worlds
author: [unknown]
Estimate size of a REBOL application
application-sizer.r
 documentation
v:0.0.3
13.2 KB
7 Dec 2008
[no purpose header found]
author: Sunanda
Library data services
lds-local.r
 documentation
v:0.0.4
655 bytes
13 Aug 2004
Provides the client end of the REBOL.org Library Data Services interface
author: Sunanda
Build-Tag
build-tag.rv:1.2.0
1.3 KB
13 Mar 2003
Build-Tag is a replacement Build-Tag that handles XML attributes. An earlier version of Build-tag is incorporated into latest Rebol/Core. :)
author: Andrew Martin
BDF font library for REBOL.
bdf-font-library.rv:0.5
43.7 KB
1 Mar 2011
To make REBOL capable of rendering nice fonts on all platforms, not just Windows
author: Andras Suller
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
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
TextureLab - Texture generator
texture-lab.rv:0.3.3
25.6 KB
31 Oct 2006
Generate mathematical textures
author: ReBolek
Topic Tags
topic-tags.r
 discussion
v:0.2.1
9.3 KB
15 May 2004
Makes tagging the mailing list a little bit more comfortable. Lists all topic tags in a window which I like to have open while tagging. Clicking on any tag copies it into clipboard so I only have to paste it into browser.
author: Christian Ensel
Use-rule
use-rule.r3.4 KB
17 Jan 2012
Create a recursion and thread-safe parse rule with local variables. R2/R3 compatible.
author: ladislav mecir
REBOL Mapping of all win32 API errors
win32-errors.rv:1.0
193.9 KB
8 Sep 2010
[no purpose header found]
author: Maxim Olivier-Adlhoch
Patches
patches.rv:1.4.0
5.6 KB
14 Nov 2003
Various patches to Rebol.
author: A J Martin
TSN: Tranched serial number server
tsn.r
 documentation
v:0.0.1
7.6 KB
30 Apr 2007
Quick, safe way of allocating categorized unique serial numbers
author: Sunanda
ImageMagick Support
imagemagick-helper.r
 documentation
8.8 KB
23 Aug 2006
Support minimal needs for image processing using ImageMagick MagickWand and MagickCore DLLs Note: DLL's calls tend to change so this is specifically for version 6.2.9 Note: Original uses only MagickCore DLL. This version required MagickWand DLL because they moved the calls to a different DLL
author: Edgar Tolentino
Mathematical Expression Dialect Parser
parse-expression.r
 documentation
v:0.9.6
8.3 KB
22 Mar 2011
Converts a mathematical expression into a block of rebol code that can be evaluated.
author: Francois Vanzeveren
RebGUI and RebDB Sample
rebdbgui.r
 documentation
v:0.9.0
17.6 KB
3 Jul 2007
A quick demonstration of RebGUI with RebDB
author: Brian Tiffin
SKIMP: Simple keyword index management program
skimp.r
 documentation
v:0.0.2
40.3 KB
3 May 2007
Simple, fast way of indexing the text content of many documents
author: Sunanda
args - generic command-line argument parser.
args.r
 discussion
 documentation
v:0.1.10
29.9 KB
17 Dec 2008
End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it.
author: Maxim Olivier-Adlhoch
Date and time functions
date-time.r
 discussion
v:1.1
11.8 KB
24 Feb 2011
This script contains the Rebol implementation of some date and time functions provided in the glibc library and the gnumeric (and therefore Microsoft Excel) software. While the use and handling of date and time data are in most cases straightforward with Rebol, some of the advanced date and times functionalities found in glibc and gnumeric are still missing in [...]
author: Francois Vanzeveren