IEEE-32 |
ieee.r | v: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.r | v:1.1.0 4.3 KB 16 Jan 2013 | Electronic Arts Interchange File Format (IFF) dialect author: Vincent Ecuyer |
Image Effector |
image-effector.r | 1.8 KB 29 Jun 2008 | A simple GUI demo application.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Image Sorter |
image-sort.r | v:1.1.0 4.1 KB 13 Mar 2003 | A handy tool for sorting images into separate directories
or deleting images. Includes scrolling list of image
files with highlight and scrolling list of target directories.
Also uses cursor keys, space, and backspace for navigation. author: Carl Sassenrath |
Image to binary |
img-to-bin.r | v:1.0.0 666 bytes 13 Mar 2003 | To return binary representation of the image. author: Oldes |
ImageMagick Support |
imagemagick-helper.r documentation | 8.8 KB 23 Aug 2006 | Support minimal needs for image processing using ImageMagick MagickWand and MagickCore DLLs
Note: DLL's calls tend to change so this is specifically for version 6.2.9
Note: Original uses only MagickCore DLL. This version required MagickWand DLL because they
moved the calls to a different DLL author: Edgar Tolentino |
IMAP Handler |
imapx-handler.r | v:0.0.2 36.8 KB 30 Mar 2006 | Add some RFC3501 (full imap) behaviour to the imap scheme. author: rt & ingo hohmann |
Import Script |
import-script.r | v:1.0.0 3.8 KB 26 Feb | Loads and runs a script inside a new context. author: Annick ECUYER |
Include Files |
include.r | 867 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.r | 645 bytes 13 Mar 2003 | Increment and decrement a variable by one. author: [unknown] |
Indexing |
indexing.r | v:1.0.0 3.9 KB 3 Mar 2013 | Indexing of values. author: Brett Handley |
Input via CGI |
input-cgi.r | 721 bytes 13 Mar 2003 | Get CGI input with either POST or GET author: Mike Yaunish |
Insert - Most Recently Used list idiom |
insert-mru.r | v: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.r | 4.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.r | 3.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.r | v:1.0.1 880 bytes 13 Mar 2003 | Combines two series into one series by interleaving their values. author: [unknown] |
Iota |
iota.r | v: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.r | v:1.0 2.9 KB 8 Dec 2006 | How to know local and wan addresses with Rebol author: François Jouen |
Itemize |
itemize.r | v: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.r | v:0.0.3 2.2 KB 13 Mar 2003 | Tries to load ini-structured file to Rebol author: oldes |