Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
dict protocol from dict.org
dict-scheme.r
 documentation
v:0.9.2
5.1 KB
18 Jul 2007
Implements a dict:// protocol based on RFC2229
author: Brian Tiffin
using dict protocol from dict.org
dict-demo.r
 documentation
v:0.9.3
8.7 KB
27 Feb 2008
Some usage words for dict:// protocol based on RFC2229
author: Brian Tiffin
Parser for Dicom Header
dicomparser.rv:1.0.0
105.5 KB
7 Apr 2008
Parse dicom headers
author: Willem Michiels
error-message-finder
error-message-finder.rv:1.0.0
5.7 KB
13 Mar 2003
find a text in all %.r files in directory, to look up rebol error-messages. presents all possibilities in nice gui.
author: Volker
Extract URLs
extract-urls.r
 documentation
v:1.0.0
1.3 KB
29 Nov 2009
To identify and extract URIs from plain text
author: Christopher Ross-Gill
rebol Server pages
erebol.rv:1.0.0
1.6 KB
13 Mar 2003
Execute embedded rebol code, see www.erebol.com
author: Maarten Koopmans
FMOD library interface
fmod-h.rv:0.9.0
177.5 KB
5 Nov 2011
Code to bind FMOD shared library to Rebol.
author: Marco Antoniazzi
form-date
form-date.r
 documentation
v:1.0.1
5.5 KB
18 Jul 2007
Return formatted date string using strftime style format specifiers
author: Christopher Ross-Gill
Find Invalid Chars
findchars.r679 bytes
13 Mar 2003
Finds odd unprintable ASCII characters in a file
author: Carl Sassenrath
Global services module
glb.r
 documentation
14.3 KB
7 Nov 2011
This is an idea for packaging up code, plus some small demos of how to do various things, harvested from the cookbook and the mailing list. They are things that are done so often and in so many situations that the author found it helpful to package them up in a file of personal functions. All these techniques are shown in various places, but this [...]
author: Steven White
Greek
greek.rv:1.0.0
0.9 KB
13 Mar 2003
Greek changes all upper and lower case letters to random letters, preserving their case, and changes digits to random digits as well.
author: Andrew Martin
Half-life log parser
hllogparser.r5.8 KB
4 Mar 2004
Allows a rebol script to parse server logs from the game: Half-life
author: Cal Dixon
Indexer
indexer.rv:3.1.1
1.8 KB
6 Aug 2010
Add to index.r all the files and directory of the current directory
author: Massimiliano Vessi
Convert 'Date' datatype to International Date - ISO 8601.
iso-8601-date.rv:1.0.0
1.0 KB
8 Nov 2005
Simple one-liner function to covert date to ISO 8601 format. In my application a time stamp is not needed nor included in this function. For a function that includes a timestamp see: to-iso-8601-date.r
author: Gordon Raboud
leftString Function
leftstring.rv:1.1
808 bytes
28 Aug 2005
A simple string function which returns the left most n characters.
author: Dale K. Brearcliffe
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
Minify
minify.r
 documentation
1.3 KB
21 Aug 2012
Strips Whitespace and Comments from a Script
author: Christopher Ross-Gill
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
Print Mailbox Subjects
mbxsubjects.r800 bytes
13 Mar 2003
Prints all the mail subject lines for a Eudora mailbox file.
author: Carl Sassenrath