Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Dialect Object Model
rebol-dom.r
 discussion
 documentation
v:1.0
56.8 KB
7 Nov 2023
Use an exstensible, Rebol user-mode, Markup function to parse DSL's that will return an easy to follow tagged key value Dialect Object Model. It will allow different DSL's or programming languages to work with, or together through a Central Processing interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by [...]
author: daniel murrill
Hello World Window
hello.r
 documentation
423 bytes
13 Mar 2003
Opens a window that displays text and a quit button
author: [unknown]
GLES and EGL library interface
gles-egl-h.rv:0.6.2
139.2 KB
28 Apr 2020
Use modern OpenGL with shaders
author: Marco Antoniazzi
CD Track Titles
cd-track-titles.r8.4 KB
29 Jan 2008
This script illustrates a method of obtaining the track titles of music CDs so that the titles may become part of a CD directory or data base - without typing each title in manually.
author: r.
Great Computer Language Shootout : hello
helloworld.rv:1.0.0
597 bytes
27 Sep 2005
To test startup time in the Great Computer Language Shootout
author: Lok Yek Soon
minimal 'hello, world!' submission to rebol.org
hello-mini.r137 bytes
21 Aug 2011
[no purpose header found]
author: [unknown]
Series Slice
series-slice.rv:1.0.1
3.3 KB
4 Aug 2004
Provides array slicing for series
author: Stan Silver
Tower of REBOL
tower.r
 documentation
v:1.0.0
3.3 KB
13 Mar 2003
REBOL can speak to many audiences.
author: Anonymous
MenuBar
menubar.rv:1.0.3
4.2 KB
13 Mar 2003
A simple Bar Menu with the Choose Function and much more.
author: Gilbert Robitaille
Red compiler and Runner
redcompiler.r
 documentation
9.9 KB
5 Dec 2012
GUI to help with compile and run your Red(/System) scripts.
author: arnold van hofwegen
Rebol Code colorizer
code-colorizer.rv:0.9.5
18.7 KB
19 Jan 2009
To convert Rebol script into html with colorized code. Using string based parsing.
author: David 'Oldes' Oliva
VID Usage
vid-usage.r
 discussion
v:1.2
80.5 KB
10 Jan 2004
VID Usage Tutorial with Runnable Examples
author: Cybarite
Compress Source
compress-source.rv:1.0.0
4.7 KB
15 Sep 2005
Convert REBOL source into a more compact form.
author: Brian Hawley
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 VID Tutorial
easy-vid.rv:1.1.2
16.2 KB
13 Mar 2003
Beginner's tutorial to VID.
author: Carl Sassenrath
Simple HTTP POST
http-post.r3.6 KB
13 Mar 2003
This script sends a form to a webserver using the POST method. The included example translates a string in English to German by posting the data to AltaVista's translation web page and then parsing the reply.
author: Martin Johannesson
Keyboard Trener
keyboar-trener.rv: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]
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
Paint
paintplus.r
 discussion
v:1.0.0
6.0 KB
17 Nov 2005
The world's smallest paint program.
author: Frank Sievertsen
Func Parse String
parse-string.rv:0.8.1
13.1 KB
20 Jul 2004
Creates and returns a function that performs custom string substitution
author: Stan Silver
Dialect Object Model
rebol-dom-mdlparser.r71.6 KB
7 Jul 2023
----a future Rebol browser API?---- %Rebol-DOM.r mdlparser.r can view DOM's as VID. The Rebol-dom code in the mdlparser has been updated. I'll improve the mdlparser and post updates as time permits or if anyone request specific changes that will improve it. This mdlparser [...]
author: daniel
Rebolide
rebolide.r
 discussion
v:5.4.39
227.7 KB
7 Sep 2012
icon for rebolide.rA Rebol IDE for beginners that helps learning Rebol. I suggest you to put this script in a separete folder.
author: Massimiliano Vessi
RNILL - REBOL Non Intelligent Language Learner
rnill.rv:1.0.4
10.8 KB
19 Feb 2004
RNILL a REBOL implementation of a non intelligent language learner inspired by NIALL (Non Intelligent Amos Language Learner by Mathew Peck 1990).
author: Allen Kamp
RIM - REBOL Instant Messenger
rim.rv:1.2.2
7.9 KB
13 Mar 2003
A true peer-to-peer instant messenger.
author: Sean & Carl Sassenrath