Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
REBOL CGI Test Script
test.rv:0.0.2
3.1 KB
17 Jan 2005
REBOL Test CGI-Script for Serve-It!
author: Dirk Weyand
Example Text Document
textdoc.r
 documentation
2.9 KB
13 Mar 2003
Creates an example for text-to-html doc language. Shows how natural and readable it is -- the reason we prefer it for writing our how-to documentation.
author: Carl Sassenrath
UDP Group Chat
udp-group-chat.r1.5 KB
3 Aug 2010
Because this script uses UDP, anyone who runs it on a local network will automatically receive messages broadcast by others on the same network. A separate server program and/or connection(s) to specific IP addresses are NOT required. A who's online function is included to list all currently logged in users.
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
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 Signin Client Alarm
udp-signin-client.r35.0 KB
3 Aug 2010
Together with %udp-signin-server.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
User Server
unpack.r5.6 KB
18 Oct 2013
I created this to load websites and chek my email, as well as a few other things, at certain intervals. Basically: 'call a script or 'browse a website when the counter reaches zero. This Unpack.r file creates 2 Rebol files - run Startup.r to use this script.
author: Izkata
WAP File Viewer CGI
wap-file-viewer.r1.6 KB
10 Aug 2010
Read text files on your web server using your WAP cell phone browser.
author: nick
WAP Mail Reader CGI
wap-mail-reader.r3.4 KB
10 Aug 2010
Read email using your WAP cell phone browser.
author: nick
FastCGI Broker
fcgi-broker.r
 discussion
v:1.0.1
2.6 KB
15 Dec 2005
Rebol script broker for a hooked rebol interpreter launched as a FastCGI application. This is the root script which runs others scripts on request of the FastCGI peer. This enables REBOL/Core or REBOL/View to act as a FastCGI application without the need for REBOL/Command. This script only works on Windows with a patched REBOL interpreter. Details available at [...]
author: Pascal Hurni
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
RBBS - REBOL Bulletin Board Tutorial
rbbs.rv:1.0.0
16.9 KB
5 Jun 2005
A CGI Web Bulletin Board / Message Board
author: carl sassenrath
ABNF Parser
abnf-parser.r
 documentation
v:1.0.1
21.8 KB
11 Mar 2013
Parse ABNF rules as found in IETF RFC documents.
author: Brett Handley
Estimate size of a REBOL application
application-sizer.r
 documentation
v:0.0.3
13.2 KB
7 Dec 2008
[no purpose header found]
author: Sunanda
CGI common procedures
cgibasic.r
 discussion
 documentation
8.0 KB
10 Nov 2011
This is a collection of functions that could be used in a CGI program. There is nothing in this module that has not been done better by others, but the code is more heavily annotated for beginners. Separate documentation explains how to use the functions. The comments should be helpful also. None of this is my original creation. I just assembled and annotated, [...]
author: Steven White
Sends Email via CGI Form
cgiemailer.r
 documentation
v:1.0.0
855 bytes
13 Mar 2003
Uses a Web form to send an email message.
author: Anonymous
Library data services
lds-local.r
 documentation
v:0.0.4
655 bytes
13 Aug 2004
Provides the client end of the REBOL.org Library Data Services interface
author: Sunanda
make-doc-pro
make-doc-pro.r
 documentation
v:1.0.8
57.8 KB
7 Feb 2004
Parses the make-doc-pro markup language into a datastructure that can be into other document formats (such as HTML) with good titles, table of contents, section headers, indented fixed-spaced examples, bullets and definitons.
author: Robert M. Münch
TCP port scanner
oneliner-tcp-port-scanner.r
 documentation
v:1.0.0
850 bytes
20 Jul 2003
This is a simple port scanner. Given a TCP address, it will tell you which of the first 100 ports are accessible. The address can be a host name or number. For example, use "localhost" to scan ports on your own machine. You can scan more ports by increasing the number (from 100), or you can scan ranges by using a FOR loop rather than REPEAT.
author: Anonymous
SKIMP: Simple keyword index management program
skimp.r
 documentation
v:0.0.2
40.3 KB
3 May 2007
Simple, fast way of indexing the text content of many documents
author: Sunanda
View HTML Code
view-html.r
 documentation
v:1.0.0
464 bytes
13 Mar 2003
Fetch a web page and view its HTML code in a window.
author: Anonymous
Web Page Displayer
webprint.r
 documentation
v:1.0.0
448 bytes
13 Mar 2003
Fetch a web page and display its HTML code.
author: Anonymous
Web Page Link Displayer
weblinks.r
 documentation
v:1.0.0
798 bytes
13 Mar 2003
Display all of the web links found on a page.
author: Anonymous
Web Page Change Detector
webcheck.r
 documentation
v:1.0.0
727 bytes
13 Mar 2003
Determine if a web page has changed since it was last checked, and if it has, send the new page via email.
author: Anonymous
Web Page Title Extractor
webtitle.r
 documentation
v:1.0.0
544 bytes
13 Mar 2003
Find the title of a web page and display it.
author: Anonymous