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 |
Keyboard Trener |
keyboar-trener.r | v:1.0.0 3.8 KB 25 May 2007 | Learn to write rebol words faster without looking at keyboard. author: Karol Gozlinski |
REBOL/Layout |
layout.r | v:0.1.7 35.7 KB 13 Mar 2003 | Visual Layout Editor author: Carl Sassenrath |
Graphical Layout Editor |
layed.r | v:1.0.1 1.6 KB 13 Mar 2003 | Your basic 1K REBOL graphical object layout editor.
Not many features, but a good example of how to drag
faces and show nubs. author: Carl Sassenrath |
Library history - console version |
lib-history.r | v:0.1.1 2.1 KB 13 Mar 2003 | To display recent Rebol library uploads author: Oldes |
Linked Layout Demo |
linked-layouts.r | v:0.0.1 2.0 KB 11 Oct 2003 | Shows how to link layouts so when a main window moves, the
others stay in the same relative position to it. author: Gregg Irwin |
Little-bell |
little-bell.r | v:1.0.0 4.8 KB 13 Mar 2003 | Rudimentary Telnet client written in REBOL. author: Ole Friis |
Load ini file |
load-ini.r | v:1.0.0 1.8 KB 18 Sep 2010 | Parses a Window's ini file. author: Marco Antoniazzi |
Load-header |
load-header.r | v:0.0.1 538 bytes 28 Nov 2003 | Load a Rebol header without evaluating it author: Romano Paolo Tenca |
Logging Framework For Rebol |
log4reb.r documentation | v:2.0.6 10.8 KB 19 Feb 2006 | Logging within the context of program development constitutes inserting statements
into the program that provide some kind of output information that is useful to the developer.
Examples of logging are trace statements, dumping of structures and the familiar 'prin or
'print debug statements. log4reb offers a hierarchical way to insert logging statements within
a [...] author: Francois Vanzeveren |
Looping though data |
looping-through-data.r | 2.0 KB 29 Jun 2008 | An example application that demonstrates how loop structures
can be used to step through lists of data.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Looping through data GUI |
looping-gui.r | 1.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 |
Lowercase All Tags |
lowertag.r | v:1.0.0 886 bytes 21 Jan 2005 | Given an HTML or XML file, shifts all tags to lowercase.
Everything in the tag is lowercased, so you will need to
inspect the resulting file names, etc. But, for most
files this is easier than doing it manually. (Also shows
how easy it is to do this kind of conversion.) author: Carl Sassenrath |
VID LIST-VIEW Face |
list-view.r | v:0.0.28 33.2 KB 16 Jan 2013 | General purpose listview with many features for use in VID. author: henrik mikael kristensen |
REBOL Locking System |
lock-file.r | v:1 2.6 KB 13 Mar 2003 | To provide functions for voluntary resource locking in rebol author: Cal Dixon |
REBOL Standard Document Formatter |
make-doc.r documentation | v:0.9.0 9.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
Converts very simple text file format into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. Does the formatting
so you can focus on the hard part: the words. author: Carl Sassenrath |
Email Auto-reply |
mailautoreply.r | 1.1 KB 13 Mar 2003 | This example confirms email received from
friends only. All others will be ignored. author: [unknown] |
Email Friend Monitor |
mailfriends.r | 945 bytes 13 Mar 2003 | This example displays messages that come from
friends only. All others will be ignored. author: [unknown] |
Email Ping (Confirmation) |
mailping.r | 971 bytes 13 Mar 2003 | Confirm certain email that contains a key word. author: [unknown] |
Email Sniffer |
mailsniff.r | 985 bytes 13 Mar 2003 | Example of how to search all incoming email for
particular keywords. author: [unknown] |