Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
REBOL Document Generator
rebdoc.r
 documentation
v:1.0.1
3.9 KB
13 Mar 2003
Generates an HTML formatted document of all REBOL defined words (from the information found within the REBOL program itself). The output file is rebdoc.html.
author: Carl Sassenrath
Function counter
rebol-script-function-counter.rv:1.0.0
8.6 KB
14 Feb 2012
[no purpose header found]
author: Maxim Olivier-Adlhoch
RebProcessor
rebprocessor.rv:0.0.1
3.4 KB
13 Mar 2003
RebProcessor is a cross between an HTML pre-processor and a website content manager. The user creates source files (foo.src) which can contain any combination of HTML and RP commands, and the script will generate the target file (foo.html) for further use. ** EMail me for the help file, and for the example source file **
author: Seth Chromick
Regset - Regular expression convertor to bitset!
regset.r
 documentation
v:0.1.0
2.1 KB
31 May 2007
Make bitset from simple regex-like dialect.
author: Boleslav Brezovsky
Remove part of a string using parse
rm.r809 bytes
10 Jun 2006
When use with foreach line lines to remove specific columns in a text file. e.g. remove column 10 to column 13 in file.txt lines: read/lines %file.txt foreach line lines [ parse/all line [9 skip mark: (remove/part mark 4) to end] ] write %file.txt lines
author: ~to be supplied~
Representing And Relating Data In A Text-list
representation-in-text-lists.rv:1.0.1
4.7 KB
10 Oct 2007
- to illustrate a method to format columns in text-lists - to illustrate a method of relating the representation of data in a text-list with the data - to illustrate how non unique data may be presented in text-lists
author: R. v.d.Zee
rightString Function
rightstring.rv:1.1
843 bytes
28 Aug 2005
A simple string function which returns the right most n characters.
author: Dale K. Brearcliffe
Raging Bull page downloader
raging-bull.r2.4 KB
13 Mar 2003
This script reads sequential pages from the Raging-Bull on-line bulletin board.
author: Jim Goodnow II
Soundex
soundex.rv:1.0.0
5.6 KB
6 May 2003
Soundex Encoding returns similar codes for similar sounding words or names. eg Stephens, Stevens are both S315, Smith and Smythe are both S53. Useful for adding Sounds-like searching to databases
author: Allen Kamp
Supercalculator
supercalculator.rv:3.8.23
10.8 KB
21 Dec 2011
icon for supercalculator.rScientific calculator in Rebol!
author: Massimiliano Vessi
SDL library interface
sdl-h.rv:0.8.1
131.3 KB
23 Sep 2012
Code to bind SDL shared library to Rebol.
author: Marco Antoniazzi
Server object handler script
server.r5.1 KB
19 Oct 2004
This script will parse robot.txt files and store a hash! of forbidden paths. This is very useful for webbots or spiders of any kind (at least if obeying robot exclusion standards is desirable). I looked at the ht://dig package (http://www.htdig.org/) script that does the same thing as this script to see if I [...]
author: hy
Simple substring function - returns empty when outside boundery
substring.r861 bytes
3 Feb 2004
Working around string series
author: Hein Hoenjet
Simple substring function - with the addition of error message to prevent 'none' shown
substr.r1.6 KB
15 Dec 2003
Working around string series
author: Yosef H. da Iry
SMS2LJ
sms2lj.rv:1.0.0
1.7 KB
3 Aug 2004
Post to your LiveJournal account by sending an SMS to your POP3 account ... using a service like Yahoo! Mail for SMS.
author: Premshree Pillai
Example Text Document
textdoc.r
 documentation
2.9 KB
13 Mar 2003
Creates an example for text-to-html doc language. Shows how natural and readable it is -- the reason we prefer it for writing our how-to documentation.
author: Carl Sassenrath
Text File Viewer
text-view.rv:1.0.2
1.4 KB
13 Mar 2003
A simple scrolling text file viewer. (Updated from 20-May-2000 version.)
author: Carl Sassenrath
Text Size Check
text-size.r501 bytes
13 Mar 2003
Compare text font sizes
author: [unknown]
Text to HTML Converter
texthtml.r
 documentation
v:1.0.0
2.4 KB
6 May 2003
A useful doc formatting language. Converts text to HTML with titles, sections, sub-sections, and code. Is used to create all REBOL How-to documents.
author: Carl Sassenrath
Textile Parser
textile.r
 documentation
v:0.2.0
16.2 KB
16 Jun 2006
Transforms Textile-formatted text into HTML
author: Brian Wisti