Print Mailbox Subjects |
mbxsubjects.r | 800 bytes 13 Mar 2003 | Prints all the mail subject lines for a Eudora mailbox file. author: Carl Sassenrath |
Specs Document Converter (Text to HTML) |
makespec.r documentation | v:1.0.0 4.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
We use this script to save a lot of time when writing specification documents here at REBOL HQ. Very little notation is required to produce good looking HTML documents with titles, table of contents, section headers, indented fixed-spaced examples, sidebars , and more. Does all the formatting so we can focus on writing the words (the hard [...] author: Carl Sassenrath |
Email a Text File |
mailfile.r | 567 bytes 13 Mar 2003 | Send a text file (as text of message). author: [unknown] |
Email a Web Page |
mailpage.r | 418 bytes 13 Mar 2003 | Send a web page. (simple) author: [unknown] |
Email Auto-reply |
mailautoreply.r | 1.1 KB 13 Mar 2003 | This example confirms email received from
friends only. All others will be ignored. author: [unknown] |
Email Files as Compressed |
mailfilescomp.r | 1.0 KB 13 Mar 2003 | This example sends a group of files (binary
or text) as a single compressed text message. author: [unknown] |
Email Friend Monitor |
mailfriends.r | 945 bytes 13 Mar 2003 | This example displays messages that come from
friends only. All others will be ignored. author: [unknown] |
Email Group Sender |
mailsendgroup.r | 713 bytes 13 Mar 2003 | A very simple way to send email to a group. author: [unknown] |
Email Headers |
mailheader.r | 699 bytes 13 Mar 2003 | Send email with a custom header. author: [unknown] |
Email Message Sender |
mailsend.r | 651 bytes 13 Mar 2003 | A very simple way to send an email. author: [unknown] |
Email Ping (Confirmation) |
mailping.r | 971 bytes 13 Mar 2003 | Confirm certain email that contains a key word. author: [unknown] |
Email Send With CC |
mailcc.r | 718 bytes 13 Mar 2003 | Example of how to include CC addresses on an email
header. author: [unknown] |
Email Sniffer |
mailsniff.r | 985 bytes 13 Mar 2003 | Example of how to search all incoming email for
particular keywords. author: [unknown] |
Email Text Files |
mailfiles.r | 763 bytes 13 Mar 2003 | This example sends a group of text files as
separate messages. author: [unknown] |
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] |
REBOL Memory Stats |
mem-stats.r | 1.8 KB 13 Mar 2003 | Print out statistics for memory usage. (Command only.) author: Carl Sassenrath |
REBOL Standard Document Formatter |
make-doc.r documentation | v:0.9.0 9.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
Converts very simple text file format into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. Does the formatting
so you can focus on the hard part: the words. author: Carl Sassenrath |
Gradient Colorize Examples |
my_grab.r | v:0.0.1 2.8 KB 13 Mar 2003 | Trying to Auto DL weather maps on 30min. intervals from: http://wwwghcc.msfc.nasa.gov/cgi-bin/get-goes?satellite=Global Composite&x=0&y=0&map=none&zoom=1&width=1000&height=500&quality=100 author: Tesserator |
Handy Server Monitor Window |
monitor.r | v:1.0.0 2.8 KB 13 Mar 2003 | A handy script that monitors various servers (such as
web and email servers) and displays them in a nice little
status window. author: Carl Sassenrath |
Magic 8 ball |
magic8.r | v:2.0.6 1.2 KB 26 Feb 2013 | It's the old Magic 8 ball game,
think your question and ask the game. author: Massimiliano Vessi |
Save Email to File |
mailsave.r | 701 bytes 13 Mar 2003 | This example reads all email and saves it to a file. author: [unknown] |
Make Object |
make-object.r | v:1.0.0 1.1 KB 13 Mar 2003 | Scans a Spec looking for set-word! inside them,
then stuffs them in the object spec with none. author: Andrew Martin |
make-word-list |
make-word-list.r documentation | v:1.0.0 16.5 KB 2 Apr 2007 | Makes a list of words from a string author: peter |
Save to Mailbox File |
mailboxsave.r | 1.3 KB 13 Mar 2003 | This example reads email and appends it to a standard
mailbox file (which can be read by most email apps). author: [unknown] |
Mandelbrot |
mandelbrot.r | v:0.0.1 1.9 KB 18 Aug 2009 | Create Mandelbrot Set author: Keith Ray |