Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
URL Handler
url-handler.r
 documentation
14.6 KB
6 Nov 2016
A script to handle URLs as objects. Rebol's built-in 'decode-url function returns an object, but no methods to manipulate it. This script includes functions that make it possible to manipulate the URL as you please. CGI parameters are parsed into an alphabetized block for ease of comparison of URLs.
author: hy
Garmin GPS protocol handler
garmin-protocol.rv:0.4.2
18.7 KB
12 Dec 2004
Garmin eTrex Legend protocol handler
author: Piotr Gapinski
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
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
REST-Friendly HTTP Protocol
rest.r
 documentation
v:0.1.0
5.2 KB
10 Nov 2008
An elementary HTTP protocol allowing more versatility when developing Web Services clients: REST, SOAP or other.
author: Christopher Ross-Gill
Save Scheme
save-scheme.rv:1.0.0
8.8 KB
2 Nov 2016
Saves scheme specification to a file.
author: Annick Ecuyer
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
DNS protocol
dig.rv:0.0.1
13.6 KB
21 Feb 2005
REBOL DIG : Implementation of DNS protocol (RFC 1035) URL is dig://name-server/TYPE/name ans: read dig://ns.thomething.com/SOA/thomething.com ans: read dig://172.30.1.1/PTR/194.252.19.3 ans: read dig::/172.30.1.1/A/noway.myhome.com you can see a list of available TYPEs in cmd-list in beginning of code use ans/to-str to [...]
author: VDemong
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
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
better-than-nothing sqlite3 handler
btn-sqlite.r
 discussion
v:0.2.2
5.7 KB
30 Jan 2006
easy access to sqlite3 database without /Pro or /Command features
author: Piotr Gapinski
DO-POP Scheme
do-pop-scheme.r
 documentation
7.3 KB
10 Jul 2005
A scheme to allow flexible POP3 operations.
author: Brett Handley
IMAP Handler
imapx-handler.rv:0.0.2
36.8 KB
30 Mar 2006
Add some RFC3501 (full imap) behaviour to the imap scheme.
author: rt & ingo hohmann
patched HTTP/HTTPS protocol with cookies support
my-http.r
 discussion
21.8 KB
18 Aug 2006
Provide an HTTP/HTTPS handler that transparently supports cookies
author: cyphre@seznam.cz
PARADOX-PROTOCOL
paradox-protocol.rv:0.3.3
12.5 KB
3 Mar 2011
Paradox database REBOL protocol
author: nicolas
RCON protocol handler
rcon.r3.0 KB
17 Oct 2003
Allow rebol scripts to perform remote server administration tasks for Half-life game servers
author: Cal Dixon
Sqlite 3.X rebol wrapper as protocol handler
sqlite3-protocol.rv:0.1.2
8.6 KB
22 Mar 2005
Sqlite wrapper as a Rebol protocol handler.
author: cal dixon
Telnet protcol scheme
telnet.r
 discussion
v:1.0.1.1
4.8 KB
6 May 2003
A telnet protocol scheme
author: Frank Sievertsen
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
REBOL Mapping of all win32 API errors
win32-errors.rv:1.0
193.9 KB
8 Sep 2010
[no purpose header found]
author: Maxim Olivier-Adlhoch