Logging Framework For Rebol |
log4reb.r documentation | v:2.0.6 10.8 KB 19 Feb 2006 | Logging within the context of program development constitutes inserting statements
into the program that provide some kind of output information that is useful to the developer.
Examples of logging are trace statements, dumping of structures and the familiar 'prin or
'print debug statements. log4reb offers a hierarchical way to insert logging statements within
a [...] author: Francois Vanzeveren |
Mini-edit-do |
mini-edit-do.r discussion | v:0.8.5 32.7 KB 17 Apr 2021 | Helps test short programs (substitutes console) author: Marco Antoniazzi |
Mini-MetaDB |
metadb.r | v:1.0.0 2.8 KB 16 Mar 2010 | Simple associative database for managing metadata author: Christopher Ross-Gill |
Find Non-local Variables |
nonlocal.r | 2.5 KB 13 Mar 2003 | Provides an way to find local variables that have
not been declared as locals. author: Carl Sassenrath |
REBOL Spec Generator for Text Editor PsPAD |
pspad-spec.r | 2.6 KB 6 Jul 2005 | Create PSPAD syntax file from REBOL system words author: cybarite@sympatico.ca |
PARADOX-PROTOCOL |
paradox-protocol.r | v:0.3.3 12.5 KB 3 Mar 2011 | Paradox database REBOL protocol author: nicolas |
Simple pager |
pager.r documentation | v:0.9.4 12.8 KB 28 Mar 2008 | A more less page pager;
support b, r, /, ?, >, <, q and /options [rows: cols: num: eof:] author: Brian Tiffin |
REBOL Document Generator |
rebdoc.r documentation | v:1.0.1 3.9 KB 13 Mar 2003 | Generates an HTML formatted document of all REBOL
defined words (from the information found within the
REBOL program itself). The output file is rebdoc.html. author: Carl Sassenrath |
Rebol Help |
rebol-help.r | 1.7 KB 5 Feb 2017 | Provides help for all functions, various elements of VID (GUI system),
key codes, colors, built in images, etc. which are the source of
common questions by Rebol users. author: nick |
Function counter |
rebol-script-function-counter.r | v:1.0.0 8.6 KB 14 Feb 2012 | [no purpose header found] author: Maxim Olivier-Adlhoch |
Rebolide |
rebolide.r discussion | v:5.4.39 227.7 KB 7 Sep 2012 | A Rebol IDE for beginners that helps learning Rebol.
I suggest you to put this script in a separete folder. author: Massimiliano Vessi |
Request List Enhanced |
request-list-enhanced.r | v:0.9.3 16.4 KB 18 Aug 2014 | An enhancement to the regular request-list that allows selecting items from a request list
by typing in the first few characters of the item. Works with text, word and number lists.
Designed to make optimum use of the keyboard.
- New refinement request-list-enhanced/return-index will return the index of the item not the value.
- Keys used; cursor up, down, page-up, [...] author: mike yaunish |
REBOL Diff and Patch functions |
reboldiff.r documentation | v:1.1.1 11.5 KB 29 Jul 2005 | Implements diff and patch in REBOL. Allows you to see
differences between text files. author: Gabriele Santilli |
SLiM - STEEL | Library Manager |
slim.r | v:0.9.13 29.1 KB 7 Mar 2009 | Loads and Manage Run-time linkable libraries. Also serves as a specification. author: Maxim Olivier-Adlhoch |
SNMP v1 protocol |
snmp.r discussion | v:0.8.0 13.4 KB 21 Feb 2005 | Implementation of SNMP v1 scheme (RFC 1155,1156,1157) , no TRAP.
URL is snmp://[community@]<host adr>/CMD/<id values>
default community is public
Where CMD is get getnext or set
id values is a string like that: 1.3.6.1.2.1.1.1.0 1.3.6.1.2.1.1.5.0
Return an object:
make object! [
version: [...] author: VDemong |
SQL PROTOCOL |
sql-protocol.r discussion documentation | v:0.6.8 84.2 KB 3 Jan 2011 | SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL
with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded
in your REBOL application.
Today, sql-protocol execute only these kind of query :
* SELECT ... FROM ... WHERE ... ORDER BY ...
* INSERT ... INTO ... VALUES ...
* [...] author: marco |
Stack, queue and deque functions |
sqd.r documentation | v:0.0.1 4.1 KB 5 Oct 2005 | Implement stack, queue and deque data structures 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 |
Advanced Windows tray support |
tray.r | v:0.1.3 15.7 KB 1 Sep 2009 | Handler for advanced system tray features author: Richard Smolak aka Cyphre |
Textpad syntax generator |
textpad-syngen.r discussion | v:0.5 3.3 KB 6 Sep 2010 | Textpad syntax generator for Textpad 4.4 (and above)
Highlighter gets lost with {{}} author: John Kenyon |
Tar |
tar.r discussion documentation | v:1.1.0 5.5 KB 11 Jan 2013 | Creates tar archives. author: Vincent Ecuyer |
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 |
REBOL Web Server |
volkswebserv.r discussion | v:0.0.0.15 16.0 KB 24 Oct 2005 | A Simple HTTP-Server for running and debugging REBOL CGI scripts, modified %webserv.r author: Cal Dixon |
REBOL Web Server |
webserv.r | v:0.0.0.15 13.6 KB 23 Jan 2004 | A Simple HTTP-Server that can run REBOL CGI scripts author: Cal Dixon |
compress , decompress witch zlib stream |
zlib.r | v:1.0.0 5.4 KB 29 Mar 2015 | [no purpose header found] author: [unknown] |