Download page |
download-page.r | v:0.2.1 4.2 KB 17 Jan 2011 | Download in a tmp directory all elements of a URL :
- CSS scripts
- Javascript scripts
- Images
Return the page size. author: nicolas |
Diff directorie |
diff-directories.r | 1.1 KB 15 Jan 2011 | Give a directory in parameter,
=> first launch return a block with the content of the directory
=> next launch, compare content of the directory with save data in a file named old-lst.txt and return new files and file that has changed author: nicolas |
Dump-Style |
dump-style.r | v:1.0.0 2.6 KB 24 Nov 2003 | Dump style facets and returns a block which can be passed to stylize
to create a clone of the style. author: Romano Paolo Tenca |
Downloader |
downloader.r | v:0.2.2 2.8 KB 13 Mar 2003 | To download multiple remote files and show the progress author: oldes |
Display IP Addresses |
display-ip-addresses.r | 473 bytes 29 Jun 2008 | Display the WAN and LAN addresses of your PC.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
disable face |
disable-face.r | v:1.0.0 1.7 KB 13 Mar 2003 | disable and enable face author: Volker Nitsch |
dir-tree |
dir-tree.r | v:1.0.0 1.8 KB 13 Mar 2003 | Recursively build a rebol and human readable tree
from a directory or a ftp site. Maximum depth can be set. author: Stephane Bagnier |
Directory Mapper |
dir-mapper.r | v:1.0.5 5.0 KB 13 Mar 2003 | Recursively builds a dir-structure map of the directory
with file/dir informations as size and dates author: Oldes and Stephane Bagnier |
Demo |
demo.r | 4.1 KB 14 Sep 2009 | Amazingly small REBOL demo app: 10 useful programs in only 2.5k
(LESS THAN HALF A PRINTED PAGE OF CODE!):
1 - FREEHAND PAINT: draw and save graphic images
2 - SNAKE GAME: eat food, avoid hitting the walls and yourself
3 - TILE PUZZLE, 15 : arrange the tiles into alphabetical order
4 - CALENDAR: save [...] author: nick |
Dice roller generator |
dice-roller.r | v:1.0.1 1.1 KB 19 Jul 2012 | From an idea of Adrew Martin a dice rolling generator for
role-playing game like D&d or D20. author: Massimiliano Vessi |
Dictionary Lookup |
dict.r | v:1.0.0 906 bytes 13 Mar 2003 | Uses the Merriam-Webster website for dictionary and thesaurus lookups, without using their form. Just a small utility really. author: Jos Yule |
Dialog Box |
dialog.r | 847 bytes 13 Mar 2003 | Pops up a dialog requestor that displays a message
and waits for the user to click a button. author: [unknown] |
One Hundred Draw Examples |
draw-examples.r | 17.9 KB 14 Nov 2011 | - to illustrate draw examples. author: 10Mile |
#define dialected function |
define-dialect.r | v:0.0.1 2.7 KB 13 Nov 2003 | Make it easier to map C #define statements. Eliminates
the need to manually call datatype conversion functions
for each item. author: Gregg Irwin |
En-/decryption Functions |
encrypt.r | 2.1 KB 13 Mar 2003 | A basic encryption scheme. author: Bohdan Lechnowsky |
Quick Email Sender |
emailer.r | v:1.0.4 2.2 KB 13 Mar 2003 | A simple GUI example of an email sender. author: Carl Sassenrath |
Eat |
eat.r | v:1.0.3 5.3 KB 13 Mar 2003 | Experimental Event filtering --- speeds up view! author: Italian Connection (Gabriele Santilli - Romano Paolo Tenca) |
Easy VID Tutorial |
easy-vid.r | v:1.1.2 16.2 KB 13 Mar 2003 | Beginner's tutorial to VID. author: Carl Sassenrath |
Easy Drawer |
easy-drawer.r | v:1.0.0 9.2 KB 11 Feb 2007 | Easy way to test draw commands author: Guest2 |
EAN-13 Barcode Image Generator |
ean13.r | v:0.1.0 3.7 KB 14 Mar 2005 | Generates EAN-13 barcode images as image! which can be used for
print out and later read with a barcode reader.
It's means to the the basic first version of a fuil barcode generator script
for support of mulitple barcode types.
Usage: gencode 1234567890123
Any 13-digit can be used, but must be valid 13-digit barcode [...] author: Henrik Mikael Kristensen |
EuroJackpot extractor |
eurojackpot.r | v:0.0.2 1.3 KB 20 Jun 2012 | EuroJackpot is a transnational lottery in Europe,
Participating countries are (in alphabetical order) Denmark,
Estonia, Finland, Germany, Italy, the Netherlands and Slovenia.
The goal is to choose the five correct numbers out of 50 plus 2 out of another 8 numbers.
If you are lucky, please send me an email. author: Massimiliano Vessi |
Evaluate |
evaluate.r | 6.2 KB 15 Mar 2011 | A few expression evaluators and expression translators written in REBOL. author: Ladislav Mecir |
esend - smtp client |
esend.r | v:0.1.0 3.2 KB 2 Jul 2003 | A modified version of 'send for ESMTP author: RT, G. Scott Jones |
Editor with Undo |
editor-with-undo.r | 4.1 KB 5 Oct 2010 | Demonstrates how alter REBOL's built in text editor. Romano Paolo
Tenca's edit-text-undo (http://www.rebol.it/romano/edit-text-undo.txt)
is incorporated. The color scheme and help text in the editor are also
adjusted. The key to making the changes is in the lines:
ctx-edit: mold :ctx-edit
(make changes to the code in ctx-edit) [...] author: Romano Paolo Tenca, (incorporated by Nick Antonaccio) |
Embedded binary file demo |
embedded-binary-demo.r | 2.3 KB 30 Jun 2008 | To demonstrate how executables and any other binary data can be
embedded in Rebol code, written to the hard drive, and then used
as needed.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
See section 18.1 for the code needed to embed files like this. author: nick antonaccio |