REBOL/Layout |
layout.r | v:0.1.7 35.7 KB 13 Mar 2003 | Visual Layout Editor author: Carl Sassenrath |
REBOL/Layout |
layout-1.8.r discussion | v:0.1.8 37.1 KB 13 Mar 2003 | Visual Layout Editor, now accepts more than 6 layouts author: Carl Sassenrath, Ammon Johnson |
REBOL HTTP Proxy |
proxy.r | v: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 |
Font Lab |
font-lab.r | v:1.1.1 3.0 KB 13 Mar 2003 | A tool for experimenting with fonts. author: Carl Sassenrath |
GLayout demo |
glayout-demo.r | v:0.9.1 22.4 KB 10 Jul 2009 | Demonstration of GLayout's features and capabilities. author: Maxim Olivier-Adlhoch |
Simple Slideshow Presentation Framework |
slideshow-presentation.r | 4.6 KB 22 Jan 2013 | This example is taken from the tutorial at:
http://re-bol.com/business_programming.html
It demonstrates a simple framework for presenting full screen GUI
layouts with built-in keyboard and mouse controls. It simplifies coding
tediously repetitive layout elements, by only requiring unique GUI
elements in each slide. Widgets [...] author: nick |
Web Banner |
webbanner.r | v:1.0.0 1.1 KB 13 Mar 2003 | Generate HTML code that displays a banner and links to its destination. author: Andrew Grossman |
make-doc-pro |
make-doc-pro.r discussion 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 |
Encoding Binary Data in REBOL Scripts |
bin-save.r documentation | v:1.0.0 603 bytes 13 Mar 2003 | Example of how to save base-64 encoded binary data in REBOL scripts. (See bin-data.r as an example of how to decode the data.) author: Anonymous |
AI image |
ai-image.r | v:0.0.1 1.0 KB 20 Nov 2024 | Demonstration of using AI to obtain an image. author: Sergey Pochinok |
ASCII Chart |
ascii-chart.r | v:1.0.0 881 bytes 14 Sep 2004 | Displays an ASCII chart author: Sunanda |
Base conversion functions |
base-convert.r documentation | v:0.0.2 8.0 KB 2 Sep 2005 | Functions to convert an decimal whole number to and from any arbitrary base author: Sunanda |
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 |
REBOL Face Effect Lab |
effect-lab.r | v:1.3.2 5.5 KB 13 Mar 2003 | Show combinations of effects. author: Carl Sassenrath |
glayout - GLASS-based layout engine |
glayout.r | v:0.5.4 141.6 KB 16 Nov 2006 | replace vid dialect layout while keeping its basic featureset author: Maxim Olivier-Adlhoch |
Keyboard Trener |
keyboar-trener.r | v:1.0.0 3.8 KB 25 May 2007 | Learn to write rebol words faster without looking at keyboard. author: Karol Gozlinski |
The Kasper Program |
kasper.r discussion | v:1.0 2.1 KB 13 Jun 2008 | Please Ingri (my sister, the dog owner) author: [unknown] |
MenuBar |
menubar.r | v:1.0.3 4.2 KB 13 Mar 2003 | A simple Bar Menu with
the Choose Function and
much more. author: Gilbert Robitaille |
Narriated Slideshow |
narrated-slideshow.r | v:1.1.0 3.1 KB 19 Oct 2006 | To make possible simple, easy to make narrated slide shows. author: Louis A. Turk |
NIST clock |
nistclock.r | 3.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 |