Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Indexer
indexer.rv:3.1.1
1.8 KB
6 Aug 2010
Add to index.r all the files and directory of the current directory
author: Massimiliano Vessi
Input via CGI
input-cgi.r721 bytes
13 Mar 2003
Get CGI input with either POST or GET
author: Mike Yaunish
Insert - Most Recently Used list idiom
insert-mru.rv:0.0.1
1.2 KB
30 Apr 2007
Insert an item in a series, where the series is treated as an MRU list. That is, the newest item is at the head, there are no duplicates (inserting a value removes the previous instance of that value if it exists), and the series may be limited to a specific size. If a new item causes the series to grow beyond that size, the [...]
author: Gregg Irwin
Insult Generator
insult.r4.3 KB
31 Aug 2012
Teaching some young children to program. They loved this one. Be sure to see the tutorial at http://re-bol.com
author: nick
Intercom (Voice Communicator)
intercom.r3.0 KB
12 Nov 2009
A walkie-talkie push-to-talk type of VOIP application. Extremely simple - just records sound from mic to .wav file, then transfers the wave file to another IP (where the same program is running), for playback. Sender and receiver open in separate processes, and both run in forever loops to enable continuous communication back and forth. [...]
author: nick
Interweave
interweave.rv:1.0.1
880 bytes
13 Mar 2003
Combines two series into one series by interleaving their values.
author: [unknown]
Iota
iota.rv:1.0.0
0.9 KB
13 Mar 2003
Makes a block containing a range of values, from Start to End.
author: Andrew Martin
IP Addresses
ipaddress.rv:1.0
2.9 KB
8 Dec 2006
How to know local and wan addresses with Rebol
author: François Jouen
Itemize
itemize.rv:1.1.0
680 bytes
13 Mar 2003
Appends Value to Values, if Value not all ready in block.
author: Andrew Martin
Load-ini
ini.rv:0.0.3
2.2 KB
13 Mar 2003
Tries to load ini-structured file to Rebol
author: oldes
Mandelbrot fractal ASCII renderer, integer version for Rebol, Red and World
int-mandelbrot.rv:1.0.0
1.9 KB
29 Dec 2013
Show a Mandelbrot fractal on the console
author: Marco Antoniazzi
Iconic Image Browser
icon-browse.rv:1.1.1
4.7 KB
29 May 2004
Browse a directory of images using a scrolling list of icons. Displays a progress bar while icons are being created.
author: Carl Sassenrath
Non-echoing Input
inhide.r
 documentation
395 bytes
13 Mar 2003
Hide input for passwords (no echo characters)
author: [unknown]
Convert 'Date' datatype to International Date - ISO 8601.
iso-8601-date.rv:1.0.0
1.0 KB
8 Nov 2005
Simple one-liner function to covert date to ISO 8601 format. In my application a time stamp is not needed nor included in this function. For a function that includes a timestamp see: to-iso-8601-date.r
author: Gordon Raboud
Jeopardy
jeopardy.r19.5 KB
7 Oct 2009
A GUI game reminiscent of the popular TV show. Click on the header image to create and save config files which contain questions and answers to separate games. Change the sizer variable to resize the entire layout to fit different screens. Taken from the tutorial at http://musiclessonz.com/rebol.html
author: [unknown]
Jobbot Email Server
jobbot.r2.7 KB
13 Mar 2003
The email server we use for processing job related email.
author: Carl Sassenrath
Jukebox - Wav/Mp3 Player
jukebox.r3.0 KB
20 Aug 2009
Play .wav and .mp3 files from a selection list. Taken from the tutorial at http://musiclessonz.com/rebol.html
author: nick
Visual Illusions Series: Kanizsa's Figures
kanizsa.r2.1 KB
15 Jun 2005
show some visual illusions with rebol (view 1.3)
author: François Jouen
Keep an ISP Connection Alive
keep-alive.r818 bytes
13 Mar 2003
This script can be used to keep an ISP connection alive by accessing the net every so often.
author: Jim Goodnow II
keyboard input sequencer
keyb.rv:1.0.0
939 bytes
13 Mar 2003
a replacement for the missing keyboard input sequences table in REBOL/Core User Guide Version 2.3, Appendix C-4
author: viktor pavlu