Headless |
headless1.r | v:1.0.1 20.4 KB 13 Mar 2003 | A P2P console author: Maarten Koopmans |
headless the P2P console |
headless.r | v:1.0.0 20.4 KB 13 Mar 2003 | A world wide console, headless author: Maarten Koopmans |
HOF |
hof.r | v:1.0.1 23.2 KB 13 Mar 2003 | Higher Order Functions and series manipulators author: Jan Skibinski |
HTML Dialect |
html.r documentation | v:0.0.7 21.8 KB 20 Aug 2008 | HTML dialect for simple generation of webpages with REBOL code. author: henrik mikael kristensen |
Http tools |
http-tools.r discussion | v:0.0.3 6.4 KB 13 Mar 2003 | To grab cookies from the server and post form data. author: Graham Chiu |
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 |
Library History |
history.r | v: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 |
Simple HTTP POST |
http-post.r | 3.6 KB 13 Mar 2003 | This script sends a form to a webserver using the POST
method. The included example translates a string in English
to German by posting the data to AltaVista's translation
web page and then parsing the reply. author: Martin Johannesson |
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 |
ico-view.r | v:0.0.1 1.2 KB 13 Mar 2003 | To view the image from the ICO file (example what to do with %ico-parser.r) author: oldes |
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-parser2 |
ico-parser2.r | v:0.0.5 9.7 KB 13 Mar 2003 | To get data from the windows *.ico files author: Oldes |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
JPG analyse |
jpg-analyse.r | v:1.0.0 5.1 KB 13 Mar 2003 | To remove some data from the JPG files to make them smaller.
For example files from Adobe contains so many other informations that the file is twice bigger than may be. author: Oldes |
Julian Calendar Converter |
julian.r | 4.8 KB 13 Mar 2003 | To provide conversions to/from julian day numbers/dates. author: Russ Yost |