Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Obscure File Server
fileserver.r14.4 KB
3 Sep 2009
Share files over HTTP protocol +NLS
author: pijoter
CGI wrapper function for debugging
cgi-debug.r
 discussion
 documentation
v:0.0.1
2.6 KB
7 Jan 2005
Provides debugging info for scripts running as a CGI under a webserver
author: Sunanda
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
REBOL Blogger
new-blog.r
 discussion
v:1.4.1
39.0 KB
11 Jul 2007
The blog system written and used by Carl Sassenrath, REBOL's creator. This script will let you post and update blogs on your website using just a web browser. Generates summary and index pages, blog searches, etc. Extensible with Makedoc2 for more formatting options.
author: Carl Sassenrath
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
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
REBOL Directory Services Lookup
lookup.rv:1.1.0
3.7 KB
13 Mar 2003
Provides a simple but effective directory server for peer-to-peer and other types of REBOL applications. Can be installed on any CGI webserver.
author: Carl Sassenrath
Save Scheme
save-scheme.rv:1.0.0
8.8 KB
2 Nov 2016
Saves scheme specification to a file.
author: Annick Ecuyer
URI
uri.rv:1.1.1
1.7 KB
13 Mar 2003
URI parse rules.
author: Andrew Martin
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
Binary File Transfer
binary-file-transfer.r1.2 KB
4 Dec 2009
Demonstrates how to transfer binary files between 2 computers connected by a TCP port. This is a shortened version of the script explained at http://www.rebol.net/cookbook/recipes/0058.html . There are 2 separate programs here - one to run as server, and another to run as client. The script is configured to demonstrate on a single [...]
author: nick
Network Tools
nettools.rv:1.1
8.6 KB
12 Jul 2006
Collection of network tools
author: François Jouen
Rebol Reader
rebol-reader.rv:0.1.2
64.1 KB
10 Apr 2006
The script is a method to provide an orderly collection of scripts and documents to form a Rebol reference.
author: R.v.d.Zee
UDP IP Broadcast/Receive for TCP Client/Server
udp-ip-broadcast-receive-for-tcp-client-server.r3.5 KB
26 Jan 2014
This script demonstrates a solution to a typical problem encountered with TCP network apps. A TCP server needs to be found at a known IP address. One solution is to configure your server machine with a static IP address in the router. This setup step is different for every router manufacturer, is often beyond the technical ability [...]
author: nick
UDP IP Broadcast/Receive for TCP Client/Server
udp-ip-for-tcp-client-server.r3.5 KB
16 Feb 2014
This script demonstrates a solution to a typical problem encountered with TCP network apps. A TCP server needs to be found at a known IP address. One solution is to configure your server machine with a static IP address in the router. This setup step is different for every router manufacturer, is often beyond the technical ability [...]
author: nick
args - generic command-line argument parser.
args.r
 discussion
 documentation
v:0.1.10
29.9 KB
17 Dec 2008
End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it.
author: Maxim Olivier-Adlhoch
Synchronizable Calendar/Scheduler
calendar-install.r
 discussion
1.4 KB
18 Oct 2013
Easy-to-use Calendar/Scheduler that can be synchronized over a network, and has popup-alerts.
author: Izkata
CGI Form with Defaults
cgiformobj.r
 discussion
 documentation
1.3 KB
13 Mar 2003
Handles a CGI form, providing default values for missing fields in the form. Returns a web page. (The associated cgiform.html file contains the form).
author: [unknown]
Example for async dns:// and spam dns server
dns-async-example.r
 discussion
3.9 KB
4 Oct 2003
Example code to: 1) use the dns:// protocol in async mode 2) use the dns:// protocol to check spam address in async mode
author: Romano Paolo Tenca