Email attachments |
attach.r | 2.6 KB 13 Mar 2003 | Send email with base64 encoded attachments author: Sterling Newton |
REBOL/AI Image linker |
ai.r | v:1.0.0 15.8 KB 13 Mar 2003 | Simple dialect for creating AdobeIllustrator files (ai) with linked images author: Oldes |
Piles of Button Styles |
buttons.r documentation | v:1.1.0 4.4 KB 13 Mar 2003 | Displays 52 button styles out of the hundreds possible. author: Carl Sassenrath |
Functions for calculations with big integer numbers |
bigmath.r | v:0.2.0 30.0 KB 4 May 2019 | Make calculations with big integer numbers. author: Marco Antoniazzi |
Web Site Builder |
build-site.r documentation | v:1.0.0 5.6 KB 13 Mar 2003 | The actual script that builds the REBOL web site (using a master template and a navigation structure). author: Carl Sassenrath |
Base conversion functions |
base-convert.r documentation | v:0.0.2 8.0 KB 2 Sep 2005 | Functions to convert an decimal whole number to and from any arbitrary base author: Sunanda |
Blogger |
blogger.r | 1.9 KB 22 Apr 2010 | This program allows users to create and add entries to an online blog page.
The GUI has text fields which allow the user to enter a title, link, and blog text,
as well as a button to select an image file which will be uploaded and included
in the blog entry. When the Upload button is clicked, an HTML file is created
and uploaded to [...] author: nick |
Balls |
balls.r | v:1.0.0 1.1 KB 20 May 2010 | Fun for begginers. Cute balls moving around. Give it a try you will like it. author: Endo |
Email Blaster |
blast.r documentation | v:1.0.0 1.8 KB 13 Mar 2003 | Send an email to everyone on a spreadsheet of email addresses. Personalize the greeting for each. Keep a log of who was been sent the message. author: Anonymous |
Codec: Comma Separated Values (CSV) |
codec-csv.r | v:1.0.0 7.5 KB 6 Mar | [no purpose header found] author: Annick ECUYER |
Common Parse Values |
common-parse-values.r | v:1.3.0 1.8 KB 13 Mar 2003 | Common Parse Values author: Andrew Martin |
Color Match |
colormatch.r | v:1.0.0 4.7 KB 13 Mar 2003 | To illustrate the three basic principles of educational objects.
1. objective: a target outcome, task or pattern.
2. experience: an interface that allows students to build relationships to the concept.
3. evaluation: integrated data collector and organizer for evaluation.
This EO was first introduced in 1987 to students building scripts to animate graphics over video. author: Scot M. Sutherland |
Codec: tar archives |
codec-tar.r | v:1.0.0 9.2 KB 6 Mar | [no purpose header found] author: Annick ECUYER |
Digital Clock |
clock.r | v:1.2.0 606 bytes 13 Mar 2003 | Displays a simple digital clock in its own window. author: Carl Sassenrath |
Choose and convert colors |
color-requester.r | v:0.8.10 37.5 KB 12 Jan 2024 | Requests a color or modify or convert it author: Marco Antoniazzi |
Le Compte est Bon. |
ceb.r | v:1.0 1.3 KB 2 May 2008 | Algorithm to solve french countdown game. author: Christian Blanvillain |
Catch Game |
catch-game.r | 1.1 KB 19 May 2010 | A tiny game to demonstrate the basics of VID.
Taken from the tutorial at http://re-bol.com author: nick |
Scrolling Movie Credits |
credits.r | v:1.0.1 0.9 KB 13 Mar 2003 | Displays scrolling credits over an image. (Most of
this example is the text for the credits.) author: Carl Sassenrath |
Threads Demo |
demo1.r | v:0.0.1 1.6 KB 1 Dec 2004 | show native multithreading with view 1.3 author: François Jouen |
Days until Christmas |
days-till-christmas.r | v:1.0.0 976 bytes 18 Oct 2013 | Starting on Halloween, Tells how long till Christmas: Days, Hours, Minutes, Seconds author: Izkata |
Downloader |
downloader.r | v:0.2.2 2.8 KB 13 Mar 2003 | To download multiple remote files and show the progress author: oldes |
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 |
Demo Emulate PSG AY-3-8912... MSX PoWaaaa !!!! |
demo-ay.r | v:0.0.2 88.5 KB 9 Feb 2007 | Emulate the PSG AY-3-8912 author: Guest2 |
DNS protocol |
dig.r | v:0.0.1 13.6 KB 21 Feb 2005 | REBOL DIG : Implementation of DNS protocol (RFC 1035)
URL is dig://name-server/TYPE/name
ans: read dig://ns.thomething.com/SOA/thomething.com
ans: read dig://172.30.1.1/PTR/194.252.19.3
ans: read dig::/172.30.1.1/A/noway.myhome.com
you can see a list of available TYPEs in cmd-list in beginning of code
use ans/to-str to [...] author: VDemong |
Simple Draw Animation Controls |
draw-controls.r | 756 bytes 29 Jun 2008 | How to move graphics around the screen using the draw dialect.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |