http/1.1 get |
http-get.r | v:1.0.0 1.0 KB 13 Mar 2003 | dumps the response header from requesting
a file via TCP from a host using http/1.1 author: Viktor Pavlu |
minimal 'hello, world!' submission to rebol.org |
hello-mini.r | 137 bytes 21 Aug 2011 | [no purpose header found] author: [unknown] |
Hash Table |
hashtable.r | v:1.0.2 1.4 KB 13 Mar 2003 | Very simple Hashtable object, but usefull! author: Gregory Pecheret |
Visual Illusions Series: Heaver Illusion |
heaver.r | 1.8 KB 16 Jun 2005 | show some visual illusions with rebol (view 1.3) author: François Jouen |
Ice |
ice.r | v:1.0.0 2.4 KB 13 Mar 2003 | Freezes and melts a Rebol object! sea . author: Andrew Martin |
ICO view 2 |
ico-view2.r | v:0.0.5 3.4 KB 13 Mar 2003 | To view the images from the ICO files (windows icons) author: oldes |
ico-parser |
ico-parser.r | v:0.0.1 5.4 KB 13 Mar 2003 | To get data from the windows *.ico files author: Oldes |
ico-parser2 |
ico-parser2.r | v:0.0.5 9.7 KB 13 Mar 2003 | To get data from the windows *.ico files author: Oldes |
Iconic Image Browser |
icon-browse.r | v: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.r | v:2.1.1 2.0 KB 3 Dec 2012 | Browse a directory of images using a scrolling list of icons. author: carl sassenrath |
Identity.r |
identity.r | 16.3 KB 7 Dec 2010 | functions from the http://www.rebol.net/wiki/Identity article author: Ladislav Mecir |
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 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 |
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 |
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 |
Interweave |
interweave.r | v:1.0.1 880 bytes 13 Mar 2003 | Combines two series into one series by interleaving their values. author: [unknown] |
Invaders (GUI version) |
invaders-gui.r | 1.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 |
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 |