Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Logviewer
logviewer.r16.0 KB
13 Oct 2006
Monitor log files. Please read included readme for further information
author: Daniel Szmulewicz
Full REBOL Header
headfull.rv:0.1.2
2.3 KB
13 Mar 2003
Shows the optional definitions that can be used within a REBOL header.
author: Carl Sassenrath
Load-Parse-Tree (Parse-Analysis)
load-parse-tree.r
 documentation
v:2.0.1
8.5 KB
5 May 2013
Load a block structure representing your input as matched by Parse.
author: Brett Handley
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
ABNF Parser
abnf-parser.r
 documentation
v:1.0.1
21.8 KB
11 Mar 2013
Parse ABNF rules as found in IETF RFC documents.
author: Brett Handley
eText
etext.r
 documentation
v:1.2.1
14.8 KB
13 Mar 2003
Processes plain text to HTML.
author: Andrew Martin
Parse Analysis Toolset /View
parse-analysis-view.r
 documentation
v:2.1.0
31.7 KB
24 May 2013
Some REBOL/View tools to help learn/analyse parse rules.
author: Brett Handley
RFC Parser
rfc-parser.r
 documentation
v:1.0.0
6.3 KB
3 Mar 2013
Parse RFC Documents.
author: Brett Handley
LIQUID - core dataflow programming engine.
liquid.r
 discussion
v:0.8.1
64.9 KB
28 Mar 2009
Create procedural processing networks.
author: Maxim Olivier-Adlhoch
A Reb-Site
a-reb-site.rv:0.1.1
70.8 KB
23 Mar 2008
a-reb-site.r was written to: - compare form and function of a reb-site with that of a conventional web-site. (...an obliging web-site - www.rebol.com perhaps!) & - to provide an example of a reb-site script, & - as an illustration of the compact size of a reb-site relative to the average web-site [...]
author: R.v.d.Zee
Advanced R3D demo
advanced-r3d.rv:3.1.6
6.8 KB
17 Oct 2012
icon for advanced-r3d.rR3D demo
author: Massimiliano Vessi
99 Bottles of Beer Song
beersong.r
 documentation
v:1.0.0
813 bytes
13 Mar 2003
The correct song. A bit more advanced.
author: Anonymous
Can Rebol Print?
can-rebol-print.rv:0.1.1
13.4 KB
12 Oct 2008
This script illustrate some possible methods of printing script output.
author: mr.z
Chess moves generator
chessmoves.r
 discussion
 documentation
v:0.1.2
59.2 KB
29 Aug 2012
Generate all legitimate moves in any position.
author: Arnold van Hofwegen
Date and time functions
date-time.r
 discussion
v:1.1
11.8 KB
24 Feb 2011
This script contains the Rebol implementation of some date and time functions provided in the glibc library and the gnumeric (and therefore Microsoft Excel) software. While the use and handling of date and time data are in most cases straightforward with Rebol, some of the advanced date and times functionalities found in glibc and gnumeric are still missing in [...]
author: Francois Vanzeveren
GLayout demo
glayout-demo.rv:0.9.1
22.4 KB
10 Jul 2009
Demonstration of GLayout's features and capabilities.
author: Maxim Olivier-Adlhoch
Fake Virus
my-prank379 bytes
5 Feb 2010
prank a friend
author: [unknown]
Narriated Slideshow
narrated-slideshow.rv:1.1.0
3.1 KB
19 Oct 2006
To make possible simple, easy to make narrated slide shows.
author: Louis A. Turk
JS Promises
promises.rv:0.9.1
54.6 KB
28 Apr 2020
A Rebol-style implementation of JS Promises
author: Marco Antoniazzi
rmoocks
rmoocks.rv:1.0.0
3.5 KB
13 Mar 2003
Emulates, with a few lines of Rebol code, the CommServer flash XML socket server from Moock and Clayton.(see www.moock.org for the flash client.) The server sends a simple xml doc like <NUMCLIENTS>numclients</NUMCLIENTS> as soon as someone enters or leaves the server. By updating and comparing the old and updated value of numclients, The Flash client knows if someone has entered [...]
author: SuperTomato