Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
Invaders (GUI version)
invaders-gui.r1.4 KB
14 Jan 2017
The draw dialect is not used in this example, only VID GUI, so it's short and full featured for a tiny example. A video explaining the code is at https://youtu.be/NbbHRaG3K8c Taken from http://re-bol.com/short_rebol_examples.r ; KEYS: a=left s=right space=fire ; VARS: b boxes m missile s invaders l player e end-func p speed [...]
author: nick
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]
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]
Jigsaw Puzzle - press SPACE bar to view original image
jigsaw-puzzle.r1.9 KB
20 Aug 2010
Chop a selected image into a selected number of pieces, and then drag/drop the pieces to reassemble the original image.
author: nick
JSON to Rebol converter
json.r
 discussion
 documentation
v:0.0.9
14.2 KB
6 Sep 2013
Convert a JSON string to Rebol data, and vice versa.
author: douglas crockford
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
Keyboard Trener
keyboar-trener.rv:1.0.0
3.8 KB
25 May 2007
Learn to write rebol words faster without looking at keyboard.
author: Karol Gozlinski
Kilos to Stones & Pounds
kg-st-remainder-lbs.r923 bytes
5 Sep 2005
To convert weight from kg to stone & lbs.
author: Leke
clipboard handler
klipper.rv:0.2.0
1.9 KB
18 Feb 2005
Share clipboard between Linux/KDE klipper and Rebol
author: Piotr Gapinski