Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
rewrite-gfx
rewrite-gfx.rv:0.0.2
6.1 KB
2 Jan 2005
Using a (forth-featured) rewrite-grammar to plot recursive (turtle) graphics
author: Piotr Gapinski
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
Rugby client and server
rugby_server.rv:2.0.0.0
17.6 KB
13 Mar 2003
A high-performance, handler based, server framework and a rebol request broker...
author: Maarten Koopmans
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
Series Slice
series-slice.rv:1.0.1
3.3 KB
4 Aug 2004
Provides array slicing for series
author: Stan Silver
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
Simple-Test
simple-test.r
 documentation
v:0.4.1
21.4 KB
12 Mar 2011
A simple Rebol testing framework
author: peter
Skype Wrapper
skype.r
 discussion
 documentation
2.2 KB
23 May 2006
make a cheap phone call!
author: Graham Chiu
SLiM - STEEL | Library Manager
slim.rv:0.9.13
29.1 KB
7 Mar 2009
Loads and Manage Run-time linkable libraries. Also serves as a specification.
author: Maxim Olivier-Adlhoch
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
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
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
Static
static.r
 documentation
784 bytes
24 Dec 2003
Functions with static vars
author: Vincent Ecuyer
SVN Version
svn-version.rv:1.0.0
1.5 KB
4 Oct 2010
Retrieve the global revision number from a local SVN repository. This mimics the feature offered by the svnversion command-line tool See: http://svnbook.red-bean.com/en/1.1/re57.html This can be used in PREBOL (or other scripts preprocessors) to insert the SVN global revision number as a build version.
author: Nenad Rakocevic
The two-phase simplex algorithm
simplex.rv:0.1.0
14.1 KB
8 Dec 2019
Implement the two-phase simplex algorithm.
author: Marco Antoniazzi
to-ical-date.r
to-ical-date.rv:1
905 bytes
10 Mar 2006
Convert the rebol date into a iCal date string .
author: RebKodeur
Twelve Days of Christmas
twelvedays.r
 documentation
v:1.0.0
2.0 KB
13 Mar 2003
Twelve Days of Christmas
author: Anonymous
Tail func
tail-func.r2.2 KB
4 Oct 2012
define tail-recursive functions
author: Ladislav Mecir
Tail recursion
tailfunc.rv:1.0.0
3.9 KB
6 May 2003
Provides transparent tail recursive functions with refinement transferral. Source code 4 gurus only
author: Maarten Koopmans
Custom math operators
tj-operators.r2.1 KB
27 Dec 2006
Math shorthand. Used by other of my library functions. Rollover operator
author: Tim Johnson
Tar
tar.r
 discussion
 documentation
v:1.1.0
5.5 KB
11 Jan 2013
Creates tar archives.
author: Vincent Ecuyer
Templating
templating.r3.8 KB
9 Nov 2009
Use a template (a master html document) to maintain child document(s) that hold individual editable content(s). Editable content are delimited by the following two tags: <!-- b_editable name="title1" --> <!-- e_editable name="title1" -->
author: Cedric G.
Textpad syntax generator
textpad-syngen.rv:0.5
3.3 KB
6 Sep 2010
Textpad syntax generator for Textpad 4.4 (and above) Highlighter gets lost with {{}}
author: John Kenyon