Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
EMail Setup (for Send)
setemail.r1.0 KB
13 Mar 2003
Minimum set-up for sending email messages from REBOL.
author: [unknown]
Sticky Notes
sticky-notes.rv:1.0.0
10.4 KB
18 Sep 2009
Simple but useful sticky note application. Click on New to create new note item. Use icons on note items to edit, delete & resize the item. Click on an item to move, hold CTRL to align. All notes will be saved (compressed) under %notes.dat when you click on Save or Quit.
author: Endo
string encoding utilities
str-enc-utils.r
 documentation
v:1.2.3
45.9 KB
25 Jan 2015
A set of string utilities created to help with text encoding in 8-bit character strings
author: Peter W A Wood
Examples Using Switch Function
switch.r1.5 KB
13 Mar 2003
Switch between a set of choices or a default. Should make C programmers happy.
author: [unknown]
Superenalotto extractor
superenalotto.r
 documentation
v:2.0.9
2.9 KB
7 Jul 2009
Simple random number generator.
author: Massimiliano Vessi
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
REBOL Prompt Setter
set-prompt.r613 bytes
13 Mar 2003
Demonstrates how to set the prompt in REBOL
author: Bohdan Lechnowsky
Image Slicer
slice.rv:1.0.0
1.0 KB
13 Mar 2003
Slices an image into a set of sub-images and stores each as a local PNG file under its own name.
author: Carl Sassenrath
Web Site Checker
site-check.rv:1.1.1
3.5 KB
11 Jun 2004
Scan a web site looking for missing pages, remote links, email links, etc. Helps you clean up sites.
author: Carl Sassenrath
Script
script.rv:1.0.0
895 bytes
13 Mar 2003
Returns the script source code for a word.
author: Andrew Martin
Scroll Pictures
scrollpic.r1.9 KB
13 Mar 2003
Scroll through some pictures
author: P. Bevan
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
Search Center
search2.rv:1.2.2
3.5 KB
13 Mar 2003
Searches various places,such as Google, without having to go to their website .
author: Kevin Adams
Search Center
search.rv:1.2.1
3.5 KB
13 Mar 2003
Uses various resources for various searches without having to go to their website.
author: Kevin Adams
3D-Surface Plot
surface.rv:1.0.0
24.5 KB
10 Aug 2007
Draw a surface with 3-D Perspective and allow roation
author: [unknown]
another slider
slide.rv:0.1.0
5.0 KB
13 Mar 2003
Adds vertical slider to any face
author: oldes
Archiver
srchiver.r259 bytes
17 Apr 2016
icon for srchiver.r[no purpose header found]
author: marco antoniazzi
Simple Emailer
simple-mail.r1.4 KB
13 Mar 2003
A simple script, which uses the e-mail capabilities of REBOL in a more user friendly way.
author: Klaus Matuschek
Simple File Sharer
share-files.r1.8 KB
27 Jan 2014
I use it to send lists of files to clients' phones, PCs, or any other Internet device they may use. I text or email them the single short personal html file link created by the script, and they click the contained file links to download all their files. It's a stupid simple script and setup which requires only a single unstructured [...]
author: nick
Simple Math
simple-math.rv:0.9
2.5 KB
7 Mar 2005
A simple little math test program.
author: James Irwin
Simple password generator
simple-password-generator.r1.3 KB
22 Sep 2014
This program allows you to create passwords setting two parametres: 1) The length 2) The type (numbers, alphabet ...)
author: Caridorc
Simple Script
simple.r395 bytes
13 Mar 2003
The traditional Hello World example script.
author: [unknown]
Simple Search
simple-search.r2.7 KB
17 May 2009
Searches though all files in all subdirectories to find given text in each file. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html (a website CGI version of the script is also given in the tutorial).
author: nick
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