tooltipVid.r |
toolt4vid.r | v:1.0 3.1 KB 3 Feb 2006 | Tooltip for VID (less bugged than previous version. This work is the mixing of 2 different ways to handle tooltips in vid not using style package anymore author: Shadwolf, Boss, DideC, Volker |
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 |
techfell uSqlite3 protocol handler |
techfell-protocol.r | v: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.r | 4.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.r | v: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.r | v:1.0 4.2 KB 5 Jan 2005 | show multithreading with rebol (all versions) author: François Jouen |
Time-Line |
time-line.r | v: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.r | v:1.1.1 6.8 KB 29 Jul 2004 | upload a script to rebol.org author: Volker Nitsch |
URI |
uri.r | v: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.r | v: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 | Easily create VID guis author: Marco Antoniazzi |
Web Server Management Tool |
web-tool.cgi | 19.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.r | v: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.r | v:3.0.0 2.8 KB 9 Nov 2012 | Finding web page containing a text, also crawling on all page links author: Massimiliano Vessi |
Native Windows requestors |
win-requestors.r | 3.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.r | v: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 |