Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
Save Scheme
save-scheme.rv:1.0.0
8.8 KB
2 Nov 2016
Saves scheme specification to a file.
author: Annick Ecuyer
RIF
rif.rv:0.0.2
3.9 KB
13 Aug 2010
Minimalistic Rebol Indexed file, append only database manager
author: Pavel
Console udp-broadcast
console-udp.rv:1.0.0
1.2 KB
15 Nov 2007
Console IO udp-broadcast instead of echo file!. When rebol echo function! is executed then bcast-on is automaticly closed by rebol, scheme: 'file takes over for echo in system/ports/echo. There is no check on udp port, please change to the right port. Use of an udp-listen on a remote console/machine can now listen for udp traffic from this console and capture it to file i.e. [...]
author: ND
esmtp scheme
esmtp.rv:0.1.0
8.3 KB
6 May 2003
A modified, extended version of smtp scheme
author: RT, G. Scott Jones
esend - smtp client
esend.rv:0.1.0
3.2 KB
2 Jul 2003
A modified version of 'send for ESMTP
author: RT, G. Scott Jones
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
R3 time scheme
prot-time.r2.8 KB
7 Jan 2011
R3 read time from RFC868 time server
author: Pavel
Win-Registry-Control
registry.rv:1.1.0
13.9 KB
13 Mar 2003
View and modify data of windows registry.
author: Frank Sievertsen
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
Telnet protcol scheme
telnet.r
 discussion
v:1.0.1.1
4.8 KB
6 May 2003
A telnet protocol scheme
author: Frank Sievertsen
DO-POP Scheme
do-pop-scheme.r
 documentation
7.3 KB
10 Jul 2005
A scheme to allow flexible POP3 operations.
author: Brett Handley
REBOL HTTP Proxy
proxy.rv:1.0.0
11.5 KB
13 Mar 2003
This script serves many purposes. 1. Act as an HTTP proxy 2. See what your broswer sends out as an HTTP request 3. Add data filters to remove Javascript pop-up windows, remove banner ads, and more... Uncomment line towards the bottom of the script marked for JavaScript to enable JavaScript popup window death!!
author: Sterling Newton
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
POP Email Port Spec
popspec.r
 documentation
850 bytes
13 Mar 2003
POP port specification used to connect to an email server. All of the mail reading examples use this.
author: [unknown]
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
SMTP challenger
email-check.r
 discussion
1.5 KB
26 Nov 2005
Issues an smtp challenge to see if recipient email address exists. Some mail servers will respond okay anyway to protect users from spammers.
author: Graham Chiu
Http tools
http-tools.r
 discussion
v:0.0.3
6.4 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: Graham Chiu
Asynchronous Get Keys
async-get-keys.r602 bytes
17 Apr 2010
Demonstrates how to check for async keystrokes (including arrow keys) in the REBOL console. Taken from the tutorial at http://re-bol.com
author: nick
ARCFOUR and CipherSaber
arcfour.r3.8 KB
18 Jan 2004
Provides encryption and decryption using the ARCFOUR algorithm
author: Cal Dixon
Analog Clock
analog-clock.r
 documentation
v:1.2.0
5.6 KB
28 Jan 2013
Colorful clock with analog display
author: Vincent Ecuyer
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
Cookie Client
cookies-client.r8.9 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: andrew grossman
File Encryption and Decryption Utility
crypt.rv:1.0.4
1.9 KB
13 Mar 2003
An example utility that encrypts and decrypts files using a highly secure form of encryption (the Blowfish algorithm with 128 bits). Requires REBOL/View/Pro or REBOL/Command to run.
author: Carl Sassenrath