Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
techfell uSqlite3 protocol handler
techfell-protocol.rv:0.0.2
8.2 KB
9 Feb 2006
http://users.iol.it/irwin/ uSQLite is a network wrapper for SQLite. It turns SQLite into an RDBMS but puts the emphasis on the 'Lite'. In fact it works in a somewhat unconventional mmanner in order to make both servers and clients as light, portable and simple as possible. Readers who are not familiar with SQLite are advised to visit www.sqlite.org. uSQLite [...]
author: Piotr Gapinski
Telnet protcol scheme
telnet.r
 discussion
v:1.0.1.1
4.8 KB
6 May 2003
A telnet protocol scheme
author: Frank Sievertsen
Test de %style-scrollable.r
test-style-scrollable.r4.3 KB
13 Dec 2004
Essai de gestion des scrolls & de tables
author: Claude RAMIER
Text to HTML Converter
texthtml.r
 documentation
v:1.0.0
2.4 KB
6 May 2003
A useful doc formatting language. Converts text to HTML with titles, sections, sub-sections, and code. Is used to create all REBOL How-to documents.
author: Carl Sassenrath
Textile Parser
textile.r
 documentation
v:0.2.0
16.2 KB
16 Jun 2006
Transforms Textile-formatted text into HTML
author: Brian Wisti
TFTP Get
tftp-get.rv:1.0.1
3.7 KB
15 Nov 2007
get file from tftp daemon, could be modified as scheme, needs perfection on write to disk!
author: ND
Threads Demo
threaddemo.rv:1.0
4.2 KB
5 Jan 2005
show multithreading with rebol (all versions)
author: François Jouen
Time-Line
time-line.rv:0.3.1
27.7 KB
4 Mar 2006
Time-line VID style for use in time-table editing using AGG.
author: Christian Ensel
Upload library-script - upload a script to rebol.org
upload-library-script.rv:1.1.1
6.8 KB
29 Jul 2004
upload a script to rebol.org
author: Volker Nitsch
URI
uri.rv:1.1.1
1.7 KB
13 Mar 2003
URI parse rules.
author: Andrew Martin
vprint: print/logging management tool
vprint.r
 documentation
v:1.3.2
10.0 KB
11 Dec 2008
programatically selectable, indented printing/tracing/logging/debugging engine.
author: Maxim Olivier-Adlhoch
Values
values.rv:1.1.1
1.2 KB
13 Mar 2003
Loads Values into Rebol. Interprets 'Needs field in header.
author: Andrew Martin
VID_build
vid-build.r
 discussion
v:0.8.6
36.7 KB
17 Nov 2013
icon for vid-build.rEasily create VID guis
author: Marco Antoniazzi
Web Server Management Tool
web-tool.cgi19.2 KB
4 Oct 2009
A CGI script to manage your web server. List directory contents, upload, download, edit, and search for files, execute OS commands (chmod, ls, mv, cp, etc. - any command available on your web server's operating system), and run REBOL commands directly on your server. Edited files are automatically backed up into an edit_history folder [...]
author: [unknown]
Wiki
wiki.rv:3.3.2
25.6 KB
19 Jul 2003
Implements a Wiki using Rebol and the Xitami webserver.
author: Andrew Martin
Find a file in sites
web-find-file.rv:3.0.0
2.8 KB
9 Nov 2012
icon for web-find-file.rFinding web page containing a text, also crawling on all page links
author: Massimiliano Vessi
Native Windows requestors
win-requestors.r3.4 KB
29 Jun 2009
A set of four Windows native requestors that approximate and extend the functionality of the REBOL request* functions.
author: Ashley G Truter
A more XML 1.0 compliant set of XML parsing tools.
xml-parse.rv:0.7.6
44.0 KB
1 Jul 2009
REBOL's built-in parse-xml function lacks a number of XML 1.0 compliant features, including: - support for CDATA sections - support for XML Namespaces - exposure of the internal DTD subset The intent of this script is to create an XML parser that can operate either via an event/callback mechanism, or produce [...]
author: Gavin F. McKenzie
Convert an XML-derived block structure into objects.
xml-object.rv:1.0.5
7.9 KB
3 Mar 2005
This script creates a function xml-to-object that converts a series of nested blocks, created from an XML document by parse-xml, into a series of nested objects that represent the original content of the XML document processed.
author: Gavin F. McKenzie
X ls -R
xlsr.rv:1.0.1
1.8 KB
13 Mar 2003
Provide a template to exectute a function on all files found recursively from a directory
author: Gregory Pecheret