Chess moves generator |
chessmoves.r discussion documentation | v:0.1.2 59.2 KB 29 Aug 2012 | Generate all legitimate moves in any position. author: Arnold van Hofwegen |
Color REBOL Code in HTML |
color-code.r discussion documentation | 3.4 KB 22 Jul 2005 | Colorize source code based on datatype. Result is HTML.
This script is used to syntax color the library scripts. author: Carl Sassenrath |
CD Track Titles |
cd-track-titles.r | 8.4 KB 29 Jan 2008 | This script illustrates a method of obtaining the track titles of music CDs so
that the titles may become part of a CD directory or data base - without typing
each title in manually. author: r. |
Core Email |
core-email.r | 5.1 KB 12 Oct 2009 | A simple email program that can run in REBOL/Core - entirely
at the command line (no VID GUI components or View graphics
are required). You can store configuration information for as
many email accounts as you'd like in the accounts block, and
easily switch between them at any point in the program.
Taken from the [...] author: nick |
cookie-example.r |
cookie-example.r documentation | v:1.0.1 7.5 KB 13 Aug 2004 | Demonstrates how to set session cookies and use them to retrieve
session variables. Much of the code has been cobbled together from
much more structured (ie not all in one module) code used by
rebol.org itself author: Sunanda |
Choice Button Menu Example |
choice-button-menu-example.r | 1.6 KB 28 Sep 2010 | A quick way to add a simple menu to VID GUIs author: nick |
REBOL2 Codec System |
codecs.r documentation | v:1.0.1 19.5 KB 6 Mar | [no purpose header found] author: Annick ECUYERupdated: 7-Mar-2025 |
Html Pretty Print REBOL |
colorize.r documentation | 3.9 KB 13 Mar 2003 | Syntax highlighting for HTML display of REBOL scripts author: Jeff Kreis |
Rebol CGI library |
cgi.r | 6.8 KB 4 Mar 2004 | Provide everything needed to create a CGI script author: Cal Dixon |
Codec: Comma Separated Values (CSV) |
codec-csv.r | v:1.0.0 7.5 KB 6 Mar | [no purpose header found] author: Annick ECUYERupdated: 7-Mar-2025 |
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 |
Scripts To Change The Appearance Of Text-Lists |
change-text-lists.r | v:1.0.0 17.2 KB 15 Apr 2008 | This script is a tool that provides script writers with script that can be used to
change the appearance of text-lists. author: R.v.d.Zee |
CSV Handling Tools |
csv-tools.r | v:1.1.5 11.9 KB 20 Dec 2011 | Loads and formats CSV data, for enterprise or mezzanine use. author: Brian Hawley |
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 |
PhotoTrackr DPL700 to GPX/PLT converter |
dpl700-converter.r | 20.8 KB 3 Oct 2009 | Converts memory dumps of the Gisteq PhotoTrackr GPS logger (MTK) to GPX/OziExplorer formats author: pijoter |
Directory Downloader |
directory-downloader.r | 3.4 KB 29 Jun 2008 | Download all files and subfolders from a given folder on a web server.
Used to transfer entire folder structures via network. Currently configured
for the aprelium web server (http://aprelium.com/), but easily adjusted for
others.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Desktop Shifter |
desktop-shifter.r | v:1.0 12.3 KB 18 Oct 2013 | To change the desktop wallpaper at specified intervals.
There's a modifiable default time that a wallpaper will stay before switching.
Each wallpaper has separate settings for:
*Stretched versus Centered
*Solid color versus Top/Bottom Gradient versus Left/Right gradient background
*The two colors that can be chosen
*A [...] author: [unknown] |
PhotoTrackr DPL700 |
dpl700.r | 11.8 KB 30 Sep 2009 | Reads the memory from the Gisteq PhotoTrackr GPS logger to a file author: pijoter |
One Hundred Draw Examples |
draw-examples.r | 17.9 KB 14 Nov 2011 | - to illustrate draw examples. author: 10Mile |
REBOL::EXIF::IMAGE |
exif-image.r | v:1.2 4.1 KB 22 Dec 2003 | obsluga plikow JPEG/EXIF author: Piotr Gapinski |
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) |
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 |
Extract REBOL keywords |
extract-keywords.r | 1.1 KB 28 Jun 2009 | Generic function to extract and format REBOL 'keywords', typically to create a syntax highlight file
for an editor that doesn't support REBOL. author: Ashley G Truter |
Files Renamer |
files-renamer.r | v:0.8.15 27.1 KB 17 May 2016 | Rename files author: Marco Antoniazzi |
Format Decimal |
format-decimal.r discussion | 624 bytes 20 Aug 2010 | Converts decimal numbers formatted in scientific notation to decimal notation. author: nick |