Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Demonstration of a Package on REBOL.org
lds-demo1-package.r
 discussion
v:0.0.1
978 bytes
13 Aug 2004
Demonstration of a package, and competition
author: Sunanda
Shared lib example
libtest.redsv:0.0.1
1.5 KB
1 Jan 2014
This is a simple example of a shared library, written in Red/System.
author: Marco Antoniazzi
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
REBOL External Application Launcher - self extracting archive
launcher-ext42.rv:0.2.0
21.8 KB
13 Mar 2003
Launches external apps (using the C system() call) from any version of REBOL
author: Cal Dixon
REBOL Locking System
lock-file.rv:1
2.6 KB
13 Mar 2003
To provide functions for voluntary resource locking in rebol
author: Cal Dixon
Check for REBOL Pro Features
licensed.rv:1.0.0
612 bytes
13 Mar 2003
An example of how to detect View/Pro and Command special features.
author: Carl Sassenrath
Graphical Layout Editor
layed.rv:1.0.1
1.6 KB
13 Mar 2003
Your basic 1K REBOL graphical object layout editor. Not many features, but a good example of how to drag faces and show nubs.
author: Carl Sassenrath
Include
ladislav-include.r203 bytes
21 Jun 2013
This is just a stub, see the link.
author: Ladislav Mecir
Layout Writer
layout-writer.rv:0.1.1
10.1 KB
18 Mar 2008
The script was intended as a method for writing scripts. A layout may be written in the editor and then displayed in the same script. Writers can change the script and view the changes without leaving the editor. Reference material may be drawn into the program, reviewed, and even copied and pasted into the editor.
author: R.v.d.Zee
Led Clock
ledclock.rv:1.0
9.7 KB
11 Oct 2010
A simple demo with leds
author: François Jouen
leftString Function
leftstring.rv:1.1
808 bytes
28 Aug 2005
A simple string function which returns the left most n characters.
author: Dale K. Brearcliffe
lexigraphic permutations
lexpem.r1.9 KB
26 Oct 2003
to generate permutations of a series in the order they would be found in a dictionary
author: Tom Conlin
Line Intersection Demo
line-intersection-demo.rv:1.0.0
1.7 KB
10 Jan 2004
Demonstrate an algorithm used to detect an intersection between two line segments.
author: Claude Precourt
linear-interp
linear-interp.rv:0.0.1
1.4 KB
8 Nov 2006
Linearly interpolate between two numbers
author: Glenn M. Lewis
Linked Layout Demo
linked-layouts.rv:0.0.1
2.0 KB
11 Oct 2003
Shows how to link layouts so when a main window moves, the others stay in the same relative position to it.
author: Gregg Irwin
List FTP upload
listftpupload.rv:1
1.5 KB
13 Mar 2003
FTP upload multiple files using login and password. Supports a full upload or partial for updates from lists in %sitedata.reb and %siteupdate.reb.
author: Elliott Olson
List How-To
list-supply-how-to.r2.4 KB
18 Apr 2006
How-To use a list and the 'supply block
author: [unknown]
List Widget Example
list-widget-example.r5.0 KB
10 Jul 2010
This examples demonstrates how to use REBOL's native GUI list widget to manage a grid of data values. Columns can be sorted by clicking the headers. Individual values at any column/row position can be edited by the user (just click the current value). Entire rows can be added, removed, or moved to/from user-selected positions. [...]
author: nick
VB Like Operator Module/pattern-matcher
like.r
 documentation
v:0.0.3
6.7 KB
15 Oct 2006
The LIKE? function is a first crack at something like VB's Like operator. i.e. a *very* simple RegEx engine as you would use in shells for file globbing. The real purpose was to help me get acquainted with parse.
author: Gregg Irwin
Listview Demo
listview-demo.r1.2 KB
25 Nov 2010
A demo of the listview control by Henrik Mikael Kristensen. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio