Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
BNF Parser
bnf-parser.rv:1.1.0
7.7 KB
6 Mar 2013
Parse BNF rules.
author: Brett Handley
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
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
REBOL Parse Rule Parser
parserule-parser.r
 documentation
v:1.0.2
12.5 KB
9 Mar 2013
Parse REBOL 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
Simple REBOL Text Parser
rebol-text-parser.r
 documentation
v:1.0.1
6.7 KB
9 Mar 2013
Parse text using a REBOL grammar and index values found within it.
author: Brett Handley
Apply
apply.r5.2 KB
26 Dec 2012
APPLY function definition
author: Ladislav Mecir
decode-multipart-form-data
decode-multipart-form-data.rv:1.5
6.2 KB
21 May 2014
Decodes POST-data used in Form-based File Upload in HTML as specified in RFC 1867, encoded as multipart/form-data as specified in RFC 2388.
author: andreas bolka
md5sum in REBOL
md5sum.r1.1 KB
7 Apr 2010
Demonstrate streaming checksums combined with seek mode. Prints the MD5 checksum for each file given as command-line argument in a format that is compatible with the commong md5sum(1) utility.
author: Andreas Bolka
PHP-colorizer
php-colorizer.rv:1.1.0
26.8 KB
19 Jan 2009
[no purpose header found]
author: David 'Oldes' Oliva
Parse Analysis Toolset
parse-analysis.r
 documentation
v:2.0.0
11.5 KB
3 Mar 2013
Some tools to help learn/analyse parse rules.
author: Brett Handley
VID1 for R3
vid1r3.r3
 discussion
v:0.3.20
113.6 KB
17 Apr 2022
Lets you use VID1 with R3
author: Marco Antoniazzi
Encode binary data to plain text and decode it
bin-encode.rv:0.9.0
16.4 KB
15 Dec 2012
Converts from and to Base64, UUencode, XXencode, BinHex 4.0, Ascii85, FScode, Quoted-printable, Q-encoding, Percent-encoding
author: Marco Antoniazzi
Anonymous CGI session services
acgiss.r
 documentation
v:0.0.1
8.1 KB
18 Dec 2006
Provide basic cookie support for CGI scripts
author: Sunanda
REBOL Vision
rebcam.r
 discussion
v:1.0.1
803 bytes
13 Mar 2003
Fetch Webcam image at a specified refresh interval.
author: Allen Kamp
Blit-r
blit.rv:1.0.0
6.2 KB
17 Jan 2013
A simple 16 modes blitter function
author: Vincent Ecuyer
Delimit
delimit.rv:1.0.0
760 bytes
3 Mar 2013
Delimit series elements with a delimiter.
author: Brett Handley
error-text?
error-text.rv:1.0.0
838 bytes
3 Mar 2013
Generate error text given an error object.
author: Brett Handley
Extend
extend.r
 documentation
v:1.0.0
6.2 KB
31 Jan 2013
Extends a series with sequential or duplicate values.
author: Vincent Ecuyer
Indexing
indexing.rv:1.0.0
3.9 KB
3 Mar 2013
Indexing of values.
author: Brett Handley
Print-Hex
print-hex.r
 documentation
v:1.0.0
4.0 KB
1 Feb 2013
Displays binary data both in hexadecimal and filtered ASCII.
author: Vincent Ecuyer