Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Collect Function
collect.r
 discussion
3.5 KB
10 Jan 2006
Eliminate the result: copy [] ... append result value dance.
author: Gregg Irwin
file-size-comparison-ctx
file-size-comparison-ctx.r3.3 KB
21 May 2007
Compare file sizes using a friendly dialect
author: Gregg Irwin
file-date-comparison-ctx
file-date-comparison-ctx.r3.3 KB
21 May 2007
Compare file dates using a dialect
author: Gregg Irwin
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
File globbing module and dialect
file-list.r
 discussion
 documentation
v:0.0.2
30.2 KB
19 Oct 2006
Given a file spec, and optional criteria for date, size, and attributes, the FILE-LIST function returns a block of files that match the spec and criteria. It is also a test-bed for how to integrate dialects with one-another. There are sub-dialects for date, size, and attribute tests, and FILE-LIST encapsulates those, along [...]
author: Gregg Irwin
Split.r
split.r
 documentation
9.7 KB
6 May 2012
Provide functions to split a series into pieces, according to different criteria and needs.
author: Gregg Irwin
Time-Line
time-line.rv:0.3.1
27.7 KB
4 Mar 2006
Time-line VID style for use in time-table editing using AGG.
author: Christian Ensel
Various compression algorithms
compression.rv:0.0.3
22.0 KB
14 Feb 2013
Collect and show various compression algorithms (Huffman, RLE, LZ77, LZSS, LZ78, LZW).
author: Marco Antoniazzi
CSS Sprite creator
css-sprite.r1.2 KB
20 Feb 2011
[no purpose header found]
author: onetom@hackerspace.sg
EnList
enlist.rv:0.0.3
10.3 KB
20 Jul 2003
Simple GUI for encap tools
author: Gregg Irwin
Qtask Markup Language - parser and other common code
qml-base.r
 documentation
v:2.46.1
97.1 KB
28 May 2007
This program implements the base for QML (Qtask Markup Language) converters (for example it's the base for a QML to XHTML converter used in Qtask), by implementing the parsing of a QML text string into a QML document tree.
author: Gabriele Santilli
Engroup
engroup.rv:0.2
5.0 KB
14 Apr 2009
Mezzanine function to arrange values into groups of all equal values.
author: Christian Ensel
Grey-Soft: Bluetooth Accelerometer Acquisition 2.0
gsdemo.rv:2.0
147.3 KB
6 Jul 2010
Using GS bluetooth XYZ devices with Rebol. This a demo version.
author: François Jouen
gather
gather.rv:0.2.0
1.0 KB
5 Jun 2007
Eliminate the result: copy [] ... append result value dance. Similar to Gregg's 'collect but does not require the set-word notation.
author: ReBolek
HTML Form Generator and Server
html-form-generator-and-server.r7.9 KB
2 Jan 2017
Creates an HTML form, with any fields, areas, check boxes, and drop-down selectors you specify, then runs a server to collect any data entered into the form by users. A cgi version is also provided, which can be run on most shared host providers. A little GUI app is also provided to demonstrate how search and browse collected [...]
author: nick
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
RRD
rrd.rv:1.0.0
4.2 KB
21 Jul 2008
Create, Manager, and Use simplified RRD DB
author: Roger McIlmoyle
TextUI - Textual User Interface
textui.r3.4 KB
22 Jan 2013
Open source REBOL is currently being ported to platforms without GUI support. This script is a simple replacement for GUIs that collect text input from fields and drop down lists. Just specify a block of labels, and a block of default values for each field ('answers). If the the 'answers block contains a nested block, the values in [...]
author: nick
Visual sorting
visual-sorting.rv:0.0.10
21.4 KB
17 May 2016
icon for visual-sorting.rCollect and show various sorting algorithms.
author: Marco Antoniazzi
Contexts
contexts.r10.5 KB
7 Jul 2013
REBOL code from the bindology article
author: Ladislav Mecir