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 |
Clean-func |
clean-func.r discussion | 2.8 KB 2 Oct 2020 | Func defines a function with given spec and body
that remembers its arguments and locals after return.
Clean-func defines a function with given spec and body
that does not remember its arguments and locals after return. author: Ladislav Mecir |
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 |
File Encryption and Decryption Utility |
crypt.r | v:1.0.4 1.9 KB 13 Mar 2003 | An example utility that encrypts and decrypts files using a highly secure form of encryption (the Blowfish algorithm with 128 bits). Requires REBOL/View/Pro or REBOL/Command to run. author: Carl Sassenrath |
Clipboard Buttons |
clipboard-buttons.r | v:1.1.0 102.1 KB 14 Apr 2005 | An aid and illustration of button scripts. author: R. v.d.Zee |
libcairo library interface |
cairo-h.r | v:0.6.0 165.4 KB 20 May 2019 | Code to bind cairo graphics shared library to Rebol. author: Marco Antoniazzi |
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] |
Windows clock sync |
clock-sync.r | 1.5 KB 24 Oct 2009 | Synchronize your Windows date and time with the clock on your
web server. The 4 line CGI script given at the end of this example
prints out the current date and time on your web server, and this
script reads it and sets the operating system clock to match it.
(To do the same thing in Linux, see Ladislav Mecir's set-system-time-lin [...] author: [unknown] |
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 |
Compress Source |
compress-source.r | v:1.0.0 4.7 KB 15 Sep 2005 | Convert REBOL source into a more compact form. author: Brian Hawley |
Various compression algorithms |
compression.r | v:0.0.3 22.0 KB 14 Feb 2013 | Collect and show various compression algorithms (Huffman, RLE, LZ77, LZSS, LZ78, LZW). author: Marco Antoniazzi |
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 |
CGI wrapper function for debugging |
cgi-debug.r discussion documentation | v:0.0.1 2.6 KB 7 Jan 2005 | Provides debugging info for scripts running as a CGI under a webserver author: Sunanda |
coding-mailto |
coding-maito.r discussion | v:1.0.0 5.4 KB 11 Sep 2004 | a tool for coding the mailto info in a html page and avoid some spam author: Philippe Le Goff |
chmod777to555 |
chmod777to555.r | 1.4 KB 17 Apr 2010 | I use this script to make sure that there are no files chmod'd to 777
on my webservers. Built in is a routine that collects and writes the
name of every folder and every file on my server, to a text file.
Taken from the tutorial at http://re-bol.com author: nick |
Rebol Code colorizer |
code-colorizer.r | v:0.9.5 18.7 KB 19 Jan 2009 | To convert Rebol script into html with colorized code. Using string based parsing. author: David 'Oldes' Oliva |
CGI with FORM with refilled data |
cgi-form-val-example.r | v:0.0.1 4.9 KB 28 Aug 2012 | Example of how a webform could be processed by a REBOL script,
refilling previously filled fields when errors in input are detected.
For performance it is always better to have some validation (using
e.g. Javascript) on the client side first, but for safety the check
also needs to be (re)done at the server side. author: Arnold van Hofwegen |
Html Pretty Print REBOL |
colorize.r documentation | 3.9 KB 13 Mar 2003 | Syntax highlighting for HTML display of REBOL scripts author: Jeff Kreis |
CGI Emailer Form (HTML Part) |
cgiemailhtml.r documentation | 1.7 KB 13 Mar 2003 | HTML form to go with CGI Emailer example (cgiemailer.r). author: [unknown] |
Rebol CGI library |
cgi.r | 6.8 KB 4 Mar 2004 | Provide everything needed to create a CGI script author: Cal Dixon |
Email Spam Filter |
despam.r | 1.2 KB 13 Mar 2003 | Filters spam by removing all messages from your
incoming email that were not sent directly to you.
Valid email is not affected and remains on server. author: Scrip Rebo |
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 |
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 |
PhotoTrackr DPL700 |
dpl700.r | 11.8 KB 30 Sep 2009 | Reads the memory from the Gisteq PhotoTrackr GPS logger to a file author: pijoter |
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 |