Bouncing ball |
ball.r | 5.0 KB 13 Mar 2003 | A ball bounces from one networked computer's screen to the next. author: [unknown] |
REBOL Blogger |
blog.r documentation | v:1.3.2 18.3 KB 10 Jan 2005 | 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 |
Build a Program Package |
build-pack.r documentation | v:1.0.0 2.1 KB 13 Mar 2003 | Creates a single compressed REBOL program from a list of file modules. Modules can include binary data files such as images. author: Carl Sassenrath |
Web Site Builder |
build-site.r documentation | v:1.0.0 5.6 KB 13 Mar 2003 | The actual script that builds the REBOL web site (using a master template and a navigation structure). author: Carl Sassenrath |
VID Button Set |
button.r | 2.4 KB 8 Mar 2009 | A simple VID Button set. Includes Ok, Cancel, Toggle and Choice author: Ammon Johnson |
Piles of Button Styles |
buttons.r documentation | v:1.1.0 4.4 KB 13 Mar 2003 | Displays 52 button styles out of the hundreds possible. author: Carl Sassenrath |
Rebol CGI library |
cgi.r | 6.8 KB 4 Mar 2004 | Provide everything needed to create a CGI script author: Cal Dixon |
CGI Web Page Comment Poster |
cgicomment.r documentation | 3.0 KB 13 Mar 2003 | Allows viewers to add comments to a web page.
(needs webcomment.r to create example forms file). author: Carl Sassenrath |
CGI Form Dumper |
cgidump.r documentation | 785 bytes 13 Mar 2003 | Display the contents of a submitted form as a web page.
Useful for debugging CGI forms. author: [unknown] |
CGI Emailer Form (HTML Part) |
cgiemailhtml.r documentation | 1.7 KB 13 Mar 2003 | HTML form to go with CGI Emailer example (cgiemailer.r). author: [unknown] |
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] |
CGI Form Emailer |
cgimail.r documentation | 736 bytes 13 Mar 2003 | Emails the contents input into a web CGI form. author: [unknown] |
Checklister (HTML) |
checklist.r documentation | 1.9 KB 13 Mar 2003 | Creates a checklist in HTML from a text file. author: [unknown] |
REBOL Script Cleaner (Pretty Printer) |
clean-script.r | 1.9 KB 15 Jan 2005 | Cleans (pretty prints) REBOL scripts by parsing the REBOL code
and supplying standard indentation and spacing. author: Carl Sassenrath |
Digital Clock |
clock.r | v:1.2.0 606 bytes 13 Mar 2003 | Displays a simple digital clock in its own window. author: Carl Sassenrath |
Color REBOL Code in HTML |
color-code.r discussion documentation | 3.4 KB 22 Jul 2005 | Colorize source code based on datatype. Result is HTML.
This script is used to syntax color the library scripts. author: Carl Sassenrath |
REBOL Standard Colors |
color-names.r | v:1.0.1 1.8 KB 13 Mar 2003 | Displays the official built-in REBOL named colors. author: Carl Sassenrath |
Html Pretty Print REBOL |
colorize.r documentation | 3.9 KB 13 Mar 2003 | Syntax highlighting for HTML display of REBOL scripts author: Jeff Kreis |
File Compress and Decompress |
compress.r | v:1.0.0 792 bytes 13 Mar 2003 | An example file compression utility. author: Carl Sassenrath |
Download and Extract REBOL Library |
copy-lib.r | v:1.0.0 1.6 KB 13 Mar 2003 | Download REBOL library and extract all its files. author: Carl Sassenrath |
Scrolling Movie Credits |
credits.r | v:1.0.1 0.9 KB 13 Mar 2003 | Displays scrolling credits over an image. (Most of
this example is the text for the credits.) author: Carl Sassenrath |
File Encryption and Decryption Utility |
crypt.r | v: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 |
Delete Files by Suffix |
delete-suffix.r | 1.7 KB 13 Mar 2003 | Delete files based on their suffixes. Can also delete
deeply through all subdirectories. author: Reburu |
Block Diagram |
diagram.r | v:1.0.0 1.7 KB 13 Mar 2003 | An example of REBOL code creating a useful diagram. author: Carl Sassenrath |
Dialog Box |
dialog.r | 847 bytes 13 Mar 2003 | Pops up a dialog requestor that displays a message
and waits for the user to click a button. author: [unknown] |