Script Library: 1247 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Headless
headless1.rv:1.0.1
20.4 KB
13 Mar 2003
A P2P console
author: Maarten Koopmans
headless the P2P console
headless.rv:1.0.0
20.4 KB
13 Mar 2003
A world wide console, headless
author: Maarten Koopmans
HTTP HEAD
http-head.rv:0.0.2
733 bytes
24 Feb 2005
Issue a HTTP HEAD command
author: Tom Conlin
Library History
history.rv:1.0.1
2.1 KB
13 Mar 2003
Show file change dates for the REBOL public library. Click on a file to view it.
author: Carl Sassenrath
Ice
ice.rv:1.0.0
2.4 KB
13 Mar 2003
Freezes and melts a Rebol object! sea .
author: Andrew Martin
ico-parser
ico-parser.rv:0.0.1
5.4 KB
13 Mar 2003
To get data from the windows *.ico files
author: Oldes
ico-parser2
ico-parser2.rv:0.0.5
9.7 KB
13 Mar 2003
To get data from the windows *.ico files
author: Oldes
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
Iconic Image Browser
icon-browse2.rv:2.1.1
2.0 KB
3 Dec 2012
icon for icon-browse2.rBrowse a directory of images using a scrolling list of icons.
author: carl sassenrath
IEEE-32
ieee.rv:0.0.2
2.8 KB
28 Jan 2004
Provides conversion to and from IEEE-32 float (binary)
author: Piotr Gapinski
IFF dialect
iff-dialect.rv:1.1.0
4.3 KB
16 Jan 2013
Electronic Arts Interchange File Format (IFF) dialect
author: Vincent Ecuyer
Include Files
include.r867 bytes
13 Mar 2003
A useful function for including a single file or a block of files. Web and other file paths are allowed.
author: [unknown]
Increment and Decrement
incdec.r645 bytes
13 Mar 2003
Increment and decrement a variable by one.
author: [unknown]
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
Peer to Peer Instant Messenger
instant-messenger.r3.8 KB
29 Jun 2008
Exchange text messages directly via TCP/IP network port. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
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
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
REBOL Directory Services Lookup
lookup.rv:1.1.0
3.7 KB
13 Mar 2003
Provides a simple but effective directory server for peer-to-peer and other types of REBOL applications. Can be installed on any CGI webserver.
author: Carl Sassenrath
Include
ladislav-include.r203 bytes
21 Jun 2013
This is just a stub, see the link.
author: Ladislav Mecir
Led Clock
ledclock.rv:1.0
9.7 KB
11 Oct 2010
A simple demo with leds
author: FrançÂois Jouen
leftString Function
leftstring.rv:1.1
808 bytes
28 Aug 2005
A simple string function which returns the left most n characters.
author: Dale K. Brearcliffe
linear-interp
linear-interp.rv:0.0.1
1.4 KB
8 Nov 2006
Linearly interpolate between two numbers
author: Glenn M. Lewis
Listview Demo
listview-demo.r1.2 KB
25 Nov 2010
A demo of the listview control by Henrik Mikael Kristensen. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Little Email Client
little-email-client.r793 bytes
1 Sep 2009
A very small graphical email client that can be used to send and receive messages. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Looping through data GUI
looping-gui.r1.4 KB
29 Jun 2008
An example demonstrating how to accomplish goals similar to the 'Looping through data' demo, using GUI techniques. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio