Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
Handy Server Monitor Window
monitor.rv:1.0.0
2.8 KB
13 Mar 2003
A handy script that monitors various servers (such as web and email servers) and displays them in a nice little status window.
author: Carl Sassenrath
National Geographic Image of the Day Downloader
ngbg2.rv:1.2.5
12.3 KB
11 Sep 2007
Downloads all the Picture Of The Day images (current and past) from the National Geographic website and saves it to a location of your choice. Revisions: Version 1.2.5 Checked to see if the large wallpaper exists and if not to use the smaller wall paper image. Version 1.2.4 Changed from Viewing the POTD to Browsing the POTD which then allows the user to go back [...]
author: Gordon Raboud
never cache
never-cache.rv:1.0.2
2.7 KB
10 Oct 2004
function that outputs rebol and javascript code to ensure a page is always freshly loaded from the server
author: Anton Rolls
Printing module using PCL
pclprt.r14.6 KB
27 May 2014
A COBOL-like method for printing basic text-oriented business reports.
author: Steven White
Get Patent
patent.rv:1.2.0
5.9 KB
13 Mar 2003
Downloads various types of patents from the l2.espacenet.com server. Normally espace forces you to download the patents one page at a time. This script gets all of the pages for you automatically. Shows various progress bars and time estimates. There may be patents that this does not get because I can not find any documentation on how l2.espacenet encodes its URL's. If you [...]
author: Bob Paddock and Astrid Sindle
CGI Remote Console
remote-console.r2.5 KB
26 Sep 2009
Allows you to type REBOL code into an HTML text area, and have that code execute directly on your web server. The results of the code are then displayed in your browser. This essentially functions as a remote console for the REBOL interpreter on your server. You can use it to run REBOL code, or to call shell programs directly on [...]
author: [unknown]
rmoocks
rmoocks.rv:1.0.0
3.5 KB
13 Mar 2003
Emulates, with a few lines of Rebol code, the CommServer flash XML socket server from Moock and Clayton.(see www.moock.org for the flash client.) The server sends a simple xml doc like <NUMCLIENTS>numclients</NUMCLIENTS> as soon as someone enters or leaves the server. By updating and comparing the old and updated value of numclients, The Flash client knows if someone has entered [...]
author: SuperTomato
UDP Signin Server
udp-signin-server.r2.0 KB
3 Aug 2010
Together with %udp-signin-client.r this program alerts users on a network that a new user has arrived and logged in. Client users are only notified when the new user has signed in specificly to see them. Because this script uses UDP, the client alarm application does not need to connect to any specific IP. Anyone who runs the client [...]
author: nick
Micro Web Server
webserver.r
 discussion
2.1 KB
13 Mar 2003
Here is a web server that works quite well and can be run from just about any machine. It's not only fast, but its also small so it's easy to enhance.
author: [unknown]
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
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
LRWP interface to Xitami
lrwp.rv:1.0.0
4.2 KB
13 Mar 2003
LRWP is a FastCGI like interface for Xitami. This implementation is provided by Robert Muench and Maarten Koopmans. Enjoy....
author: Maarten Koopmans
Mass mailer
massmailer.r
 documentation
v:2.3.24
6.1 KB
15 Feb 2011
icon for massmailer.rMass emailng the world!
author: Massimiliano Vessi
AIOE Newsgroup Test
newsgroup.rv:1.0.0
13.3 KB
8 Mar 2008
- an application of NNTP protocol - and an introduction AIOE.org
author: R.v.d.Zee
cookie-example.r
cookie-example.r
 documentation
v:1.0.1
7.5 KB
13 Aug 2004
Demonstrates how to set session cookies and use them to retrieve session variables. Much of the code has been cobbled together from much more structured (ie not all in one module) code used by rebol.org itself
author: Sunanda
Write Text File
ftpwrite.r
 documentation
v:1.0.0
457 bytes
13 Mar 2003
Write a text file to an FTP server.
author: Anonymous
Trivial Email List Server
mailserver.r
 documentation
v:1.0.0
1.2 KB
13 Mar 2003
As simple as a list server gets.
author: Anonymous
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]
SiMTPop Simulate SMTP & POP
simtpop.r
 documentation
4.5 KB
13 Nov 2003
To simulate SMTP and POP services on a single user PC, works with Outlook 98, but is broken for later Versions
author: Ingo Hohmann
GLES and EGL library interface
gles-egl-h.rv:0.6.2
139.2 KB
28 Apr 2020
Use modern OpenGL with shaders
author: Marco Antoniazzi
MySQL database interfacing logic.
mysql_all.rv:1.0.0
17.3 KB
13 Mar 2003
Interface to the mysql libs, needs /Pro or /Command
author: Maarten Koopmans, Ernie van der Meer
NIST clock
nistclock.r3.6 KB
14 Nov 2012
Get the current time using the NIST service. Defines NIST-TIME, NIST-CORRECTED-TIME and SET-SYSTEM-TIME functions. Uses a GUI to display and (eventually) set system time.
author: Ladislav Mecir
rem REBOL External Modules
rem.rv:0.1.1
2.4 KB
8 Jul 2011
rem REBOL External Modules management, like gem in Ruby
author: RedChronicle
Small Mail Sender by Freakzen-LX
smail.rv:1.0.0
4.1 KB
13 Mar 2003
small mail client with timer and logging function
author: Freakzen-LX