Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
CD Track Titles
cd-track-titles.r8.4 KB
29 Jan 2008
This script illustrates a method of obtaining the track titles of music CDs so that the titles may become part of a CD directory or data base - without typing each title in manually.
author: r.
chmod777to555
chmod777to555.r1.4 KB
17 Apr 2010
I use this script to make sure that there are no files chmod'd to 777 on my webservers. Built in is a routine that collects and writes the name of every folder and every file on my server, to a text file. Taken from the tutorial at http://re-bol.com
author: nick
Content Management
content-management.r
 documentation
v:1.0.0
4.3 KB
13 Mar 2003
test
author: Christopher Ross-Gill
Comma-Seperated-Values to REBOL converter
convert-csv.r729 bytes
13 Mar 2003
Convert CSV files to REBOL blocks
author: Bohdan Lechnowsky
Common Dir
common-dir.rv:1.0.0
1.1 KB
13 Mar 2003
Common directory manipulation functions.
author: Andrew Martin
cookie-example.r
cookie-example.r
 documentation
v:1.0.1
7.5 KB
13 Aug 2004
Demonstrates how to set session cookies and use them to retrieve session variables. Much of the code has been cobbled together from much more structured (ie not all in one module) code used by rebol.org itself
author: Sunanda
Closure
closure.r1.9 KB
14 May 2009
CLOSURE is suggested instead of FUNC when you need functions exhibiting async behaviour, e.g. for: - View - Async Ports - Higher Order Functions Closures differ from normal Rebol functions by using a fresh context every time they are called. Rule of thumb: if your function is returning a new function, block, or a local word, you will be safe if [...]
author: Ladislav Mecir
Convertisseur
convertisseur.rv:1.0.0
1.2 KB
25 Aug 2004
convert Francs vs Euros
author: Philippe Le Goff
Currency Rate Conversion Calculator
currency-calculator.r1.9 KB
9 Feb 2013
This example downloads and parses the current (live) US Dollar exchange rates from http://x-rates.com. The user selects from a list of currencies to convert to, then performs and displays the conversion from USD to the selected currency. All of the parsing occurs when the Convert button is clicked. The first half of the [...]
author: Nick Antonaccio
Cacheserver
cacheserver.r2.2 KB
25 Sep 2004
This is a tiny cache server, about as small as can be. It may not be usable in a real-world application, but it sure was a lot more fun to write than the 600 line java application...
author: [unknown]
Checklister (HTML)
checklist.r
 documentation
1.9 KB
13 Mar 2003
Creates a checklist in HTML from a text file.
author: [unknown]
Rebol CGI library
cgi.r6.8 KB
4 Mar 2004
Provide everything needed to create a CGI script
author: Cal Dixon
Cookie Client
cookies-client.r8.9 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: andrew grossman
Choose and convert colors
color-requester.rv:0.8.10
37.5 KB
12 Jan
icon for color-requester.rRequests a color or modify or convert it
author: Marco Antoniazzi
Save email attachments to disk
detach.r2.3 KB
13 Mar 2003
Detach mail attachments
author: Sterling Newton
#define dialected function
define-dialect.rv:0.0.1
2.7 KB
13 Nov 2003
Make it easier to map C #define statements. Eliminates the need to manually call datatype conversion functions for each item.
author: Gregg Irwin
Document Search
document-search.r
 documentation
v:1.0.0
2.1 KB
11 Aug 2006
Users may open a directory, search files for a phrase, and then review documents in a browser.
author: rwvd.Zee
PhotoTrackr DPL700
dpl700.r11.8 KB
30 Sep 2009
Reads the memory from the Gisteq PhotoTrackr GPS logger to a file
author: pijoter
PhotoTrackr DPL700 to GPX/PLT converter
dpl700-converter.r20.8 KB
3 Oct 2009
Converts memory dumps of the Gisteq PhotoTrackr GPS logger (MTK) to GPX/OziExplorer formats
author: pijoter
DNS protocol
dig.rv:0.0.1
13.6 KB
21 Feb 2005
REBOL DIG : Implementation of DNS protocol (RFC 1035) URL is dig://name-server/TYPE/name ans: read dig://ns.thomething.com/SOA/thomething.com ans: read dig://172.30.1.1/PTR/194.252.19.3 ans: read dig::/172.30.1.1/A/noway.myhome.com you can see a list of available TYPEs in cmd-list in beginning of code use ans/to-str to [...]
author: VDemong
Demo
demo.r4.1 KB
14 Sep 2009
Amazingly small REBOL demo app: 10 useful programs in only 2.5k (LESS THAN HALF A PRINTED PAGE OF CODE!): 1 - FREEHAND PAINT: draw and save graphic images 2 - SNAKE GAME: eat food, avoid hitting the walls and yourself 3 - TILE PUZZLE, 15 : arrange the tiles into alphabetical order 4 - CALENDAR: save [...]
author: nick
Demo Emulate PSG AY-3-8912... MSX PoWaaaa !!!!
demo-ay.rv:0.0.2
88.5 KB
9 Feb 2007
Emulate the PSG AY-3-8912
author: Guest2
Desktop Shifter
desktop-shifter.rv:1.0
12.3 KB
18 Oct 2013
To change the desktop wallpaper at specified intervals. There's a modifiable default time that a wallpaper will stay before switching. Each wallpaper has separate settings for: *Stretched versus Centered *Solid color versus Top/Bottom Gradient versus Left/Right gradient background *The two colors that can be chosen *A [...]
author: [unknown]
Dice roller generator
dice-roller.rv:1.0.1
1.1 KB
19 Jul 2012
icon for dice-roller.rFrom an idea of Adrew Martin a dice rolling generator for role-playing game like D&d or D20.
author: Massimiliano Vessi
DIR
dos-dir.rv:1.1.0
2.1 KB
25 Jul 2007
DOS-like DIR command.
author: REBolek