Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
HOF
hof.rv:1.0.1
23.2 KB
13 Mar 2003
Higher Order Functions and series manipulators
author: Jan Skibinski
REBOL Mapping of all win32 API errors
win32-errors.rv:1.0
193.9 KB
8 Sep 2010
[no purpose header found]
author: Maxim Olivier-Adlhoch
xpath.r
xpath.rv:1.0
8.2 KB
11 Mar 2007
This script shows how to implement an XPath interpreter in Rebol/Prolog. This interpreter is not complete. It is only a kind of Proof of Concept . It lacks some features. Currently it can parse a document containing elements, attributes and pcdata. In this script I see an xml document as a tree of UNTYPED nodes. Consequently, - all nodes are treated [...]
author: Alban Gabillon
make-word-list
make-word-list.r
 documentation
v:1.0.0
16.5 KB
2 Apr 2007
Makes a list of words from a string
author: peter
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
Convert an XML-derived block structure into objects.
xml-object.rv:1.0.5
7.9 KB
3 Mar 2005
This script creates a function xml-to-object that converts a series of nested blocks, created from an XML document by parse-xml, into a series of nested objects that represent the original content of the XML document processed.
author: Gavin F. McKenzie
PDF Maker
pdf-maker.r
 documentation
v:1.27.1
51.2 KB
18 Aug 2007
A dialect to create PDF files from REBOL.
author: Gabriele Santilli
XML to HTML node parser
quickparser.rv:0.0.2
12.0 KB
21 Dec 2004
To parse xml, xhtml, css, and html so you can search and update, remove, or add to your markup quickly.
author: daniel murrill
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
Simple file manager
ropus.rv:2.0.1.3
18.5 KB
19 Jul 2003
A simple file manager
author: Gabriele Santilli
RebXML to XML Converter
rebxml2xml.rv:1.3.1
4.1 KB
2 Mar 2009
Converts a RebXML block structure to XML.
author: John Niclasen
UPnP - IGD V1.0
upnp-igd.rv:0.1
14.3 KB
10 Sep 2006
UPnP-IGD tool to discover and control an Internet Gateway Device via UPnP
author: marco
A more XML 1.0 compliant set of XML parsing tools.
xml-parse.rv:0.7.6
44.0 KB
1 Jul 2009
REBOL's built-in parse-xml function lacks a number of XML 1.0 compliant features, including: - support for CDATA sections - support for XML Namespaces - exposure of the internal DTD subset The intent of this script is to create an XML parser that can operate either via an event/callback mechanism, or produce [...]
author: Gavin F. McKenzie
XML to RebXML Converter
xml2rebxml.rv:1.2.0
4.8 KB
2 Mar 2009
Convert XML to RebXML block structure.
author: John Niclasen
Parse and write XML code
xml-load-form.rv:0.7.1
12.8 KB
9 Aug 2018
Parse XML code and return a tree of block, and vice-versa.
author: Marco Antoniazzi
VID Usage
vid-usage.r
 discussion
v:1.2
80.5 KB
10 Jan 2004
VID Usage Tutorial with Runnable Examples
author: Cybarite
Easy Quick Plot
ez-plot.rv:0.1.1
60.5 KB
13 Mar 2003
Simple tutorial for using the quick plot dialect.
author: Matt Licholai
PHP-colorizer
php-colorizer.rv:1.1.0
26.8 KB
19 Jan 2009
[no purpose header found]
author: David 'Oldes' Oliva
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
Sort an array of records
sort-array.rv:1.0.0
1.8 KB
7 Nov 2005
Sort an array where each record is separated by a 'newline' and each field in each record is separated by a comma.
author: Gordon Raboud
UTF-8
utf-8.r
 discussion
v:1.0.2
14.3 KB
14 Nov 2003
Encoding and decoding of UCS strings to and from UTF-8 strings.
author: Jan Skibinski
VID_build
vid-build.r
 discussion
v:0.8.6
36.7 KB
17 Nov 2013
icon for vid-build.rEasily create VID guis
author: Marco Antoniazzi
Dialect Object Model
quote-node-attributes.r
 discussion
 documentation
5.4 KB
4 Jun 2022
This script is used on data Sequence key value pairs with various different syntax styles such as DOM Vars, html,xml,css, objects, arrays, json, rebol series, etc. It attempts to reformat malformed key/value data found in a SL that's usually delimited as objects, arrays, or json statement. It requotes *" *, and can creates tagged node-elements for look up in Dialect Object Models. Witch then can be set as Vars to be used with rebol-DOM functions. You can allso fine tune your own delimiter rules as characters or words patterens to use with the strip-obj-chars-from() function. (DSL: domain specific language)
author: [unknown]
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
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