Guitar Chords |
guitar-chords.r | 22.2 KB 9 Dec 2009 | Create and print instant guitar chord diagram charts for songs.
Taken from the tutorial at http://re-bol.com author: nick |
Full REBOL Header |
headfull.r | v:0.1.2 2.3 KB 13 Mar 2003 | Shows the optional definitions that can be
used within a REBOL header. author: Carl Sassenrath |
Hide E-Mail Addresses by using Javascript |
hide-email-addresses.r | v:1.0 2.5 KB 3 Jun 2005 | This will take a web page and find all the mailto:aaa@bbb and
convert the addresses to variables for use in Javascript. This
effectively 'hides' the addressess from webbot e-mail address
harvesters.
Note: This script expects the opening tag (<a href="mailto:...">)
and the closing tag (</a>) to be on one or at [...] author: Gordon Raboud |
HTML Link |
html-link.r | 699 bytes 17 Apr 2010 | Takes input string containing any number of URLs and outputs a
a string with all the web URLs appropriately wrapped as HTML links.
Taken from the tutorial at http://re-bol.com author: nick |
Http tools |
http-tools.r discussion | v:0.0.3 6.4 KB 13 Mar 2003 | To grab cookies from the server and post form data. author: Graham Chiu |
Include Files |
include.r | 867 bytes 13 Mar 2003 | A useful function for including a single file
or a block of files. Web and other file paths
are allowed. author: [unknown] |
Kindle Email CGI Script |
kindle-email.cgi | 6.1 KB 6 Nov 2011 | This is a super simple email program which you can run on your web server
to provide email access (read, send, delete, etc.) to multiple accounts, using
the simplest of browsers. This was written to be used on a Kindle with 3G
access, and was actually written and implemented entirely on that Kindle,
using nothing more than my console.cgi [...] author: nick |
The Kasper Program |
kasper.r discussion | v:1.0 2.1 KB 13 Jun 2008 | Please Ingri (my sister, the dog owner) author: [unknown] |
Logviewer |
logviewer.r | 16.0 KB 13 Oct 2006 | Monitor log files. Please read included readme for further information author: Daniel Szmulewicz |
make-doc-pro |
make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch |
Email Viewer (as web page) |
mailview.r | 1.3 KB 13 Mar 2003 | This example displays all of your pending email
as an HTML web page. (But does not remove it.) author: [unknown] |
Email a Web Page |
mailpage.r | 418 bytes 13 Mar 2003 | Send a web page. (simple) author: [unknown] |
National Geographic Image of the Day Downloader |
ngbg2.r | v:1.2.5 12.3 KB 11 Sep 2007 | Downloads all the Picture Of The Day images (current and past)
from the National Geographic website and saves it to a location of your choice.
Revisions:
Version 1.2.5 Checked to see if the large wallpaper exists and if not to use the smaller
wall paper image.
Version 1.2.4 Changed from Viewing the POTD to Browsing the POTD which then
allows the user to go back [...] author: Gordon Raboud |
navigator |
navigator.r | v:1.0.0 2.0 KB 13 Mar 2003 | to navigate throw files, next versions will include web and ftp navigation author: Gregory Pecheret |
AIOE Newsgroup Test |
newsgroup.r | v:1.0.0 13.3 KB 8 Mar 2008 | - an application of NNTP protocol
- and an introduction AIOE.org author: R.v.d.Zee |
Save web page |
oneliner-save-web-page-text.r | v:1.0.0 651 bytes 20 Jul 2003 | This line reads a web page, strips all its tags (leaving just the text) and writes it to
a file called page.txt. Note: requires newer releases of REBOL. author: Carl Sassenrath |
web page links |
oneliner-print-links.r | v:1.0.0 580 bytes 20 Jul 2003 | Load a web page, parse it to extract and print all links found author: Christophe Coussement |
Upload all files in a directory with FTP |
oneliner-ftp-upload-dir.r | v:1.0.0 653 bytes 20 Jul 2003 | Uploads all the files in a directory using FTP. Files can be text, images, web pages,
anything... but not directories. author: RT |
Print HTML source |
oneliner-print-web-page.r | v:1.0.0 489 bytes 27 Sep 2003 | Prints to the console the HTML source for a web page. author: RT |
Fire and Smoke particles generator. |
particle-generator.r | v:1.0.1 11.5 KB 17 Sep 2010 | A particle engine demo which generates fire and smoke, with a lot of control and some compositing built-in author: [unknown] |