Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
ML
ml.rv:1.7.0
2.6 KB
13 Mar 2003
ML generates HTML, XHTML, XML, WML and SVG markup from Rebol words, paths, tags and blocks.
author: Andrew Martin
mp3tool
mp3tool.rv: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.rv:1.4.0
9.0 KB
11 Apr 2005
Implements polyformism using multi-methods technique and typed objects
author: Jaime Vargas
MySQL database interfacing logic.
mysql_all.rv:1.0.0
17.3 KB
13 Mar 2003
Interface to the mysql libs, needs /Pro or /Command
author: Maarten Koopmans, Ernie van der Meer
Native Mac OS X requestors
mac-requestors.r4.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
navigator
navigator.rv:1.0.0
2.0 KB
13 Mar 2003
to navigate throw files, next versions will include web and ftp navigation
author: Gregory Pecheret
REBOL news Protocol $Revision: 1.8 $
nntp.rv:1.8.0
20.7 KB
13 Mar 2003
Read and post news articles
author: Jeff Kreis
AIOE Newsgroup Test
newsgroup.rv:1.0.0
13.3 KB
8 Mar 2008
- an application of NNTP protocol - and an introduction AIOE.org
author: R.v.d.Zee
Native requestors
native-requestors.r8.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
object to xml converter
object-xml.rv:1.1.0
4.1 KB
16 Oct 2010
Takes the output and/or object format from xml-object.r by Brian Wisti and Gavin F. McKenzie and formats it back into xml. See also xml-parse by the same authors to provide the input from an xml file to xml-object.r.
author: James Nakakihara
Object Namespaces
object-namespaces.r1.5 KB
29 Jun 2008
A short example to demonstrate how name spaces can be managed in Rebol, using objects. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Object Game
objects-example.r1.9 KB
29 Jun 2008
A little game to demonstrate Rebol objects. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Pack
pack.rv:1.1.2
1.5 KB
13 Mar 2003
Self-extracting file packer & unpacker.
author: Andrew Martin
PARADOX-PROTOCOL
paradox-protocol.rv:0.3.3
12.5 KB
3 Mar 2011
Paradox database REBOL protocol
author: nicolas
Parse Analysis Toolset
parse-analysis.r
 documentation
v:2.0.0
11.5 KB
3 Mar 2013
Some tools to help learn/analyse parse rules.
author: Brett Handley
Block preprocessor. At last!
preprocess.rv:0.5.1
6.5 KB
20 Aug 2011
Use macros (also with parameters) in your code
author: Marco Antoniazzi
Permute
permute.rv:1.0.0
2.0 KB
13 Mar 2003
Permutes a matrix.
author: Andrew Martin
PhotoTrackr DPL converter
phototrackr-converter.r8.8 KB
27 Oct 2010
Converts memory dumps of the PhotoTrackr GPS (DPL) logger to OziExplorer/GPX formats
author: pijoter
PNG Examiner
png.rv:0.0.2
5.8 KB
13 Mar 2003
Basic PNG (Portable Network Graphics) parser which can show all informations from standard chunks in the file.
author: oldes
Pratt's parser implementation
pratt-parser.rv:0.1.1
8.9 KB
16 Aug 2018
A set of functions to ease construction of expressions parsing with precedences.
author: Marco Antoniazzi