PhotoTrackr DPL700 |
dpl700.r | 11.8 KB 30 Sep 2009 | Reads the memory from the Gisteq PhotoTrackr GPS logger to a file author: pijoter |
Simple Dll Examples |
dll-examples.r | 724 bytes 29 Jun 2008 | A simple example demonstrating how to use functions inside DLLs.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Days Between |
days-between.r | 1.4 KB 8 Aug 2009 | Compute the number of days between any two dates - super simple GUI example.
From the tutorial at http://musiclessonz.com/rebol.html author: nick |
encompass function |
encompass.r | v:1.0.3 8.2 KB 26 Nov 2003 | Patch/Extend/Restrict any function by transparently enclosing it within another. author: Maxim Olivier-Adlhoch |
Easy Quick Plot |
ez-plot.r | v:0.1.1 60.5 KB 13 Mar 2003 | Simple tutorial for using the quick plot dialect. author: Matt Licholai |
Data Entry Form |
entry-form.r | 1.5 KB 13 Mar 2003 | A simple data entry form for an address book.
Does not verify field data. author: Carl Sassenrath |
esmtp scheme |
esmtp.r | v:0.1.0 8.3 KB 6 May 2003 | A modified, extended version of smtp scheme author: RT, G. Scott Jones |
Easy Drawer |
easy-drawer.r | v:1.0.0 9.2 KB 11 Feb 2007 | Easy way to test draw commands author: Guest2 |
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) |
Easy VID Tutorial |
easy-vid.r | v:1.1.2 16.2 KB 13 Mar 2003 | Beginner's tutorial to VID. author: Carl Sassenrath |
EnList |
enlist.r | v:0.0.3 10.3 KB 20 Jul 2003 | Simple GUI for encap tools author: Gregg Irwin |
Temperature Converter |
f-to-c.r | 1.1 KB 28 May 2007 | Practicing Rebol/View author: Nelson Benavides |
Simple FTP file editor |
ftp-file-editor.r | 560 bytes 29 Jun 2008 | Download, edit, and resave files on your website, via FTP.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
FTP Chat Room |
ftp-chat.r | 2.7 KB 30 Jun 2008 | A simple chat application that lets users send instant text messages
back and forth across the Internet.
The chat rooms are created by dynamically creating, reading,
appending, and saving text files via ftp (to use the program, you'll
need access to an available ftp server: ftp address, username, and
password).
Taken [...] author: nick antonaccio |
Obscure File Server |
fileserver.r | 14.4 KB 3 Sep 2009 | Share files over HTTP protocol +NLS author: pijoter |
Fire and Smoke particles generator. |
fire-smoke-particle-generator.r | v:1.0.2 14.3 KB 18 Sep 2010 | A particle engine demo which generates fire and smoke, with a lot of control and some compositing built-in author: [unknown] |
HTML Form Server |
formserver.r | 1.7 KB 30 Dec 2013 | Creates a web server which serves an HTML form, and then
processes the data input by users. This can be useful when tallying
information from users on a Local Area Network. The users can use
any device (iPhone, Android, netbook, etc.) to enter information into
a shared system, as long as the device has a basic web browser
and [...] author: nick |
FTP Tool |
ftp-tool.r | 6.4 KB 14 Sep 2009 | Full featured FTP application.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
Guitar Chord and Scale Diagrammer |
guitar-chord-and-scale-diagrammer.r | 1.6 KB 12 Jan 2014 | A little example for the new tutorial at:
http://re-bol.com/starting_computer_programming_with_rebol.html
When the program starts, enter the number of frets you want in your diagram.
(The default is 5 frets, but you could use 3 or 4 for smaller diagrams,
or more for full fretboard scale diagrams)
Click any fret on any string [...] author: nick |
GeoRSS converter |
georss.r | 24.5 KB 7 Oct 2009 | Converts GeoRSS xml to GPX/KML/OziExplorer formats author: pijoter |