Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
JS Promises
promises.rv:0.9.1
54.6 KB
28 Apr 2020
A Rebol-style implementation of JS Promises
author: Marco Antoniazzi
Mini-edit-do
mini-edit-do.r
 discussion
v:0.8.5
32.7 KB
17 Apr 2021
Helps test short programs (substitutes console)
author: Marco Antoniazzi
Simple-Test
simple-test.r
 documentation
v:0.4.1
21.4 KB
12 Mar 2011
A simple Rebol testing framework
author: peter
Demo sound player
wavplayer.r10.6 KB
4 Nov 2011
The is a complete program (as opposed to a code sample) that plays a .wav file. It is an annotated modification of a script sent to the author in response to a question on the REBOL mailing list, namely, how to find out how long a .wav file will play. Besides playing a sound file, this script is annotated to explain how to make a progress [...]
author: Steven White with help from Rosemary de Dear
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
AnaMonitor
anamonitor.rv:1.1.7
36.0 KB
26 Sep 2003
To visually examine nested objects/blocks. Examples: monitor monitor system/words monitor svv
author: Romano Paolo Tenca
App Builder
appbuilder.r26.4 KB
16 Feb 2017
An app builder to help new students learn how to write Rebol code. To create a user interface for a new app, just point and click any GUI widget (button, text field, dropdown box, etc.). You'll be prompted to edit the properties of each added widget, and you can add actions which will run when the user interacts with the widget. Actions [...]
author: nick
args - generic command-line argument parser.
args.r
 discussion
 documentation
v:0.1.10
29.9 KB
17 Dec 2008
End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it.
author: Maxim Olivier-Adlhoch
Archiver
archiver.rv:0.8.2
17.3 KB
21 Apr 2016
icon for archiver.rBackup files
author: Marco Antoniazzi
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
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
CGI wrapper function for debugging
cgi-debug.r
 discussion
 documentation
v:0.0.1
2.6 KB
7 Jan 2005
Provides debugging info for scripts running as a CGI under a webserver
author: Sunanda
CASE multiple conditional function
case.r
 discussion
v:1.0.0
2.1 KB
27 Nov 2005
Provide a generalized multiple conditional function for situations that would otherwise call for deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any DO-able block rather than being based on a single value. This can be used simply to allow a SWITCH-like behavior that supports ranges instead of single [...]
author: Christopher M. Dicely
using dict protocol from dict.org
dict-demo.r
 documentation
v:0.9.3
8.7 KB
27 Feb 2008
Some usage words for dict:// protocol based on RFC2229
author: Brian Tiffin
Easy Drawer
easy-drawer.rv:1.0.0
9.2 KB
11 Feb 2007
Easy way to test draw commands
author: Guest2
EASY SERVICE
easy-service.rv:1.0.2
14.8 KB
16 Nov 2005
Easy-Service is a broker based on REBOL/Service which offer an easy way to write and the deploy distributed Rebol application. Easy-Service makes very easy to expose function written in Rebol like REBOL/Services. Thus, you can use these functions as if they were defined locally. In a distributed environment easy-service uses a simple [...]
author: marco
EASY SOCCER
easy-soccer.r
 documentation
v:2.1.1
15.1 KB
3 Jan 2011
Easy-Soccer is a broker based on CGI which offer an easy way to write and the deploy distributed Rebol application. Easy-Soccer makes very easy to expose function written in Rebol like services. Thus, you can use these functions as if they were defined locally. In a distributed environment Easy-Soccer uses a simple WEB server and CGI to execute Rebol code [...]
author: marco
EnList
enlist.rv:0.0.3
10.3 KB
20 Jul 2003
Simple GUI for encap tools
author: Gregg Irwin
Enumerated Type
enum.r
 documentation
v:0.1.1
12.6 KB
13 Jun 2009
Safe Enumerated Type for REBOL
author: Hostile Fork
error-logger
error-logger.rv:1.2.0
5.3 KB
13 Mar 2003
give better error feedback. logs a kind of stack-trace on error.
author: Volker
error-message-finder
error-message-finder.rv:1.0.0
5.7 KB
13 Mar 2003
find a text in all %.r files in directory, to look up rebol error-messages. presents all possibilities in nice gui.
author: Volker
Obscure File Server
fileserver.r14.4 KB
3 Sep 2009
Share files over HTTP protocol +NLS
author: pijoter
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/flash Build Tool
flash-build.r1.6 KB
8 Apr 2010
A simple script to help new users experiment with editing, compiling and viewing .swf files created with REBOL/flash. It uses the built-in REBOL text editor to repeatedly run through the edit/compile/run process, so that code changes can be made quickly and easily, and the compiled results viewed immediately in the browser. [...]
author: nick
Trapping and displaying an error
form-error.r3.1 KB
20 Dec 2006
Beginner's example for trapping errors.
author: Tim Johnson