REBOL Heavy Script Cleaner (Pretty Printer) |
clean-script-heavy.r | 2.4 KB 27 Mar 2005 | Based on Carls %clean-script.r
Cleans (pretty prints) REBOL scripts by parsing the REBOL code
and supplying standard indentation and spacing.
Breaks now every bracket/paren it finds (thus heavy ).
If you have a really messed up script,
like %ascii-chart.r from the library,
you have a chance to make it readable. [...] author: carl sassenrath |
OTA bitmap to GIF converter |
converter.r | v:1.1 13.9 KB 25 Sep 2004 | Converts so-called operator logos for cell phones, i.e. OTA bitmaps
into ordinary two-colour GIFs. author: HY |
Clips |
clips.r | v:1.2.0 7.8 KB 27 Feb 2006 | Installs a tray icon (Windows only) and collects small
text snippets. author: Gabriele Santilli |
Throwing and Catching Named Values |
catcher.r | v:1.0.0 920 bytes 6 May 2003 | Throwing and catching functions. author: Jeff Kreis |
Clausius Clapeyron |
cla-cla.r | v:1.0.6 1.6 KB 1 Feb 2012 | Given the data, check if it's steam or water,
and give the temperature for boiling water.
It usese the Clausius-Clapeyron equation and give the flow in the tube to reach the atmosfere. author: Massimiliano Vessi |
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 |
Cisco config to text file |
cisco-extract.r | 25.4 KB 5 Jul 2009 | To read multiple Cisco IOS & CATOS files & create a summary of key information paticularly interface details author: [unknown] |
Send Message to GSM Cellphone |
cellphone.r | 1.8 KB 13 Mar 2003 | To post a message via MTN's SMS gateway to a GSM phone author: Graham Chiu |
Comma-Seperated-Values to REBOL converter |
convert-csv.r | 729 bytes 13 Mar 2003 | Convert CSV files to REBOL blocks author: Bohdan Lechnowsky |
Object Cloner |
cloneobj.r | 822 bytes 13 Mar 2003 | Clone objects recursively. This way the objects inside
are copies instead of references. author: Erin A. Thomas |
Software engineering: design by contract |
contract.r | v:1.0.1 5.7 KB 6 May 2003 | Facilitates design by contract author: Maarten Koopmans |
Call Spellchecker |
call-spellchecker.r | v:1.0.1 2.9 KB 12 Jul 2006 | The script provides a basic spell check for Rebol text areas. author: R. v.d.Zee |
Parser for Dicom Header |
dicomparser.r | v:1.0.0 105.5 KB 7 Apr 2008 | Parse dicom headers author: Willem Michiels |
Days Per Month |
days-per-month.r | v:1.0.0 718 bytes 13 Mar 2003 | Adds Days per Month to system/locale. author: Andrew Martin |
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 |
Delete Directory |
delete-directory.r | v:1.1.1 852 bytes 19 Jul 2003 | Deletes the specified files(s) or directory. author: Andrew Martin |
Delimit |
delimit.r | v:1.0.0 760 bytes 3 Mar 2013 | Delimit series elements with a delimiter. author: Brett Handley |
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] |
Diary |
diary.r | 971 bytes 20 Sep 2014 | This programme allows you to simply keep a diary
It writes to a plain text file the *** title ***
and the body, automatically adding Date and Time. author: Caridorc |
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 |
dict protocol from dict.org |
dict-scheme.r documentation | v:0.9.2 5.1 KB 18 Jul 2007 | Implements a dict:// protocol based on RFC2229 author: Brian Tiffin |
Diff compare |
diff.r | 1.1 KB 13 Mar 2003 | See the differences between two files.
Only provides basic DIFF functionality.
Shows lines which don't exist in other file. author: Bohdan Lechnowsky |
DIR |
dos-dir.r | v:1.1.0 2.1 KB 25 Jul 2007 | DOS-like DIR command. author: REBolek |
Dir-map explorer |
dir-map-explorer.r | v:0.1.2 5.6 KB 13 Mar 2003 | to work with directory maps generated by %dir-mapper.r script author: Oldes |
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 |