Scripts with documentation (by date)
Import and Validate User Input | ||
filtered-import.r documentation | v:0.1.1 10.9 KB 5 Jun 2007 | Filters user input based upon a given spec author: Christopher Ross-Gill Documentation: by chrisrg on 11-Sep-2008. |
Emit RSS | ||
emit-rss.r discussion documentation | v:1.0.0 4.5 KB 19 Nov 2007 | Create an RSS Feed from a REBOL Block. author: Christopher Ross-Gill Documentation: by chrisrg on 11-Sep-2008. |
Google Chart API | ||
charts-api.r documentation | v:0.1.1 3.2 KB 24 Jul 2010 | Generates a URL to access the Google Charts API author: Christopher Ross-Gill Documentation: by chrisrg on 11-Sep-2008. |
HTML Dialect | ||
html.r documentation | v:0.0.7 21.8 KB 20 Aug 2008 | HTML dialect for simple generation of webpages with REBOL code. author: henrik mikael kristensen Documentation: by henrik on 3-Sep-2008. |
Environment | ||
environ.r documentation | v:0.1.0 3.6 KB 23 Dec 2006 | Provides five functions that decode system/version:
os? which returns a string indicating operating system
nix? which returns true under a unix-type operating system
win32? which returns true under a windows 32 bit os
win? which returns true under a windows os
cpu? which returns a string indicating the CPU [...] author: Peter WA Wood Documentation: by peterwood on 27-May-2008. |
Tiny REBOL Server | ||
rebserver.r documentation | v:1.0.0 0.9 KB 13 Mar 2003 | The distributed REBOL server that builds the REBOL system. author: Anonymous Documentation: by btiffin on 13-Apr-2008. |
Simple pager | ||
pager.r documentation | v:0.9.4 12.8 KB 28 Mar 2008 | A more less page pager;
support b, r, /, ?, >, <, q and /options [rows: cols: num: eof:] author: Brian Tiffin Documentation: by btiffin on 1-Mar-2008. |
Recursively scan directory | ||
scan-dir.r documentation | 2.0 KB 9 Oct 2008 | Scans a directory recursively and returns path to all files in a block. Allows file matching and a callback function per file. author: Henrik Mikael Kristensen Documentation: by henrik on 27-Nov-2007. |
REBOL tagfile generator | ||
rtags.r documentation | v:1.1.0 4.2 KB 13 Mar 2003 | Generates a tagfile that can be used with vi/emacs to quickly locate set-words in your code author: Ernie van der Meer Documentation: by btiffin on 10-Nov-2007. |
Data Directions | ||
directions.r documentation | 754 bytes 13 Mar 2003 | Illustrates the data descriptive capabilities of
REBOL -- Gives the road directions to the REBOL office
from San Francisco. Readable by humans and by REBOL. author: [unknown] Documentation: by btiffin on 12-Aug-2007. |
PDF Maker | ||
pdf-maker.r documentation | v:1.27.1 51.2 KB 18 Aug 2007 | A dialect to create PDF files from REBOL. author: Gabriele Santilli Documentation: by btiffin on 3-Aug-2007. |
Non-echoing Input | ||
inhide.r documentation | 395 bytes 13 Mar 2003 | Hide input for passwords (no echo characters) author: [unknown] Documentation: by btiffin on 27-Jul-2007. |
CLS | ||
cls.r documentation | v:1.0.0 480 bytes 13 Mar 2003 | Clears the console screeen. author: Andrew Martin Documentation: by btiffin on 27-Jul-2007. |
using dict protocol from dict.org | ||
dict-demo.r documentation | v:0.9.3 8.7 KB 27 Feb 2008 | Some usage words for dict:// protocol based on RFC2229 author: Brian Tiffin Documentation: by btiffin on 19-Jul-2007. |
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 Documentation: by btiffin on 18-Jul-2007. |
Document Search | ||
document-search.r documentation | v:1.0.0 2.1 KB 11 Aug 2006 | Users may open a directory, search files for a phrase, and then review documents in a browser. author: rwvd.Zee Documentation: by btiffin on 12-Jul-2007. |
REBOL Document Generator | ||
rebdoc.r documentation | v:1.0.1 3.9 KB 13 Mar 2003 | Generates an HTML formatted document of all REBOL
defined words (from the information found within the
REBOL program itself). The output file is rebdoc.html. author: Carl Sassenrath Documentation: by btiffin on 12-Jul-2007. |
CSS | ||
css.r documentation | v:1.0.0 2.1 KB 13 Mar 2003 | CSS generates CSS markup from Rebol
words, paths, tags, blocks and other Rebol values. author: Andrew Martin Documentation: by btiffin on 12-Jul-2007. |
HTML calendar | ||
html-calendar.r documentation | 1.4 KB 5 Dec 2003 | Creates an HTML file containing the current calendar month and displays it in
the browser author: Bohdan Lechnowsky Documentation: by btiffin on 12-Jul-2007. |
Checklister (HTML) | ||
checklist.r documentation | 1.9 KB 13 Mar 2003 | Creates a checklist in HTML from a text file. author: [unknown] Documentation: by btiffin on 12-Jul-2007. |
Example Text Document | ||
textdoc.r documentation | 2.9 KB 13 Mar 2003 | Creates an example for text-to-html doc language.
Shows how natural and readable it is -- the reason we
prefer it for writing our how-to documentation. author: Carl Sassenrath Documentation: by btiffin on 12-Jul-2007. |
Text to HTML Converter | ||
texthtml.r documentation | v:1.0.0 2.4 KB 6 May 2003 | A useful doc formatting language. Converts text to HTML with titles, sections, sub-sections, and code. Is used to create all REBOL How-to documents. author: Carl Sassenrath Documentation: by btiffin on 12-Jul-2007. |
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 Documentation: by btiffin on 12-Jul-2007. |
Html Pretty Print REBOL | ||
colorize.r documentation | 3.9 KB 13 Mar 2003 | Syntax highlighting for HTML display of REBOL scripts author: Jeff Kreis Documentation: by btiffin on 12-Jul-2007. |
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 Documentation: by btiffin on 12-Jul-2007. |
Web Site Builder | ||
build-site.r documentation | v:1.0.0 5.6 KB 13 Mar 2003 | The actual script that builds the REBOL web site (using a master template and a navigation structure). author: Carl Sassenrath Documentation: by btiffin on 12-Jul-2007. |
Content Management | ||
content-management.r documentation | v:1.0.0 4.3 KB 13 Mar 2003 | test author: Christopher Ross-Gill Documentation: by btiffin on 12-Jul-2007. |
Markup language Dialect parser | ||
mdlparser.r discussion documentation | v:0.0.2 32.2 KB 5 Feb 2005 | To personally study the practicallity of Rebol
being used as bridge between browsers and markup languages. author: daniel murrill Documentation: by btiffin on 12-Jul-2007. |
Document Generator | ||
generate-doc.r documentation | 15.7 KB 13 Mar 2003 | XMLish doc generator using parse-XML author: Daan Oosterveld Documentation: by btiffin on 12-Jul-2007. |
MDP-GUI Package | ||
mdp-gui-package.r documentation | v:1.4.1 1.1 KB 30 Mar 2005 | Graphical interface for make-doc-pro 1.0.8 allowing easy doc making/viewing author: Alphé SALAS-SCHUMANN (ShadWolf) Documentation: by btiffin on 12-Jul-2007. |
PDF Tables | ||
pdf-tables.r discussion documentation | v:1.5.0 4.4 KB 24 Sep 2003 | Create tables with the PDF Maker author: Gabriele Santilli Documentation: by btiffin on 12-Jul-2007. |
PDF label maker | ||
pdf-labels.r documentation | v:0.0.2 3.4 KB 17 Mar 2004 | Create labels with PDF-Maker author: Gregg Irwin Documentation: by btiffin on 12-Jul-2007. |
eText | ||
etext.r documentation | v:1.2.1 14.8 KB 13 Mar 2003 | Processes plain text to HTML. author: Andrew Martin Documentation: by btiffin on 12-Jul-2007. |
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 Documentation: by btiffin on 12-Jul-2007. |
RebGUI and RebDB Sample | ||
rebdbgui.r documentation | v:0.9.0 17.6 KB 3 Jul 2007 | A quick demonstration of RebGUI with RebDB author: Brian Tiffin Documentation: by btiffin on 6-Jul-2007. |
Build a Program Package | ||
build-pack.r documentation | v:1.0.0 2.1 KB 13 Mar 2003 | Creates a single compressed REBOL program from a list of file modules. Modules can include binary data files such as images. author: Carl Sassenrath Documentation: by btiffin on 29-Jun-2007. |
Web Page Title Extractor | ||
webtitle.r documentation | v:1.0.0 544 bytes 13 Mar 2003 | Find the title of a web page and display it. author: Anonymous Documentation: by btiffin on 21-Jun-2007. |
Web Page Emailer | ||
websend.r documentation | v:1.0.0 460 bytes 13 Mar 2003 | Fetch a web page and send it as email. author: Anonymous Documentation: by btiffin on 12-Jun-2007. |
View an Image behind File Name | ||
view-image-name2.r documentation | v:1.0.0 562 bytes 13 Mar 2003 | Display an image with its file name on top of it. author: Anonymous Documentation: by btiffin on 8-Jun-2007. |
View an Image and its File Name | ||
view-image-name.r documentation | v:1.0.0 589 bytes 13 Mar 2003 | Display an image in a window with its file name printed directly below it. author: Anonymous Documentation: by btiffin on 8-Jun-2007. |
View an Image in a Window | ||
view-image.r documentation | v:1.0.0 496 bytes 13 Mar 2003 | View an image in a window. author: Anonymous Documentation: by btiffin on 8-Jun-2007. |
Animated face Resize | ||
animresize.r documentation | v:1.0.0 3.5 KB 5 Jun 2007 | An animated resize using DRAW and image! author: Maxim Olivier-Adlhoch Documentation: by moliad on 5-Jun-2007. |
Fast Scrolling | ||
fastscroll.r documentation | v:1.0.0 3.8 KB 5 Jun 2007 | A fast scrolling technique author: Maxim Olivier-Adlhoch Documentation: by moliad on 5-Jun-2007. |
RebGUI span Example | ||
rebgui-sizing.r documentation | v:1.0.0 1.9 KB 5 Jun 2007 | RebGUI tutorial; display images, with widget span and window resizing author: Brian Tiffin Documentation: by btiffin on 5-Jun-2007. |
RebGUI image Example | ||
rebgui-image.r documentation | v:1.0.0 1.3 KB 4 Jun 2007 | RebGUI tutorial; display an image, with tip and close action author: Brian Tiffin Documentation: by btiffin on 5-Jun-2007. |
RebGUI table Example | ||
rebgui-table.r documentation | v:1.0.0 1.7 KB 4 Jun 2007 | RebGUI tutorial; display a table author: Brian Tiffin Documentation: by btiffin on 4-Jun-2007. |
Regset - Regular expression convertor to bitset! | ||
regset.r documentation | v:0.1.0 2.1 KB 31 May 2007 | Make bitset from simple regex-like dialect. author: Boleslav Brezovsky Documentation: by rebolek on 31-May-2007. |
View A List of Data | ||
view-list.r documentation | v:1.0.0 615 bytes 13 Mar 2003 | Example of how to display a simple
block of data as fixed width columns in a window.
Code is just one line. author: Anonymous Documentation: by btiffin on 29-May-2007. |
Web HTML Tag Extractor | ||
websplit.r documentation | v:1.0.0 709 bytes 13 Mar 2003 | Separate the HTML tags from the body text of a document. author: Anonymous Documentation: by btiffin on 25-May-2007. |
Web Page Link Displayer | ||
weblinks.r documentation | v:1.0.0 798 bytes 13 Mar 2003 | Display all of the web links found on a page. author: Anonymous Documentation: by btiffin on 22-May-2007. |
Altme world search | ||
skimp-my-altme.r documentation | v:0.0.2 29.2 KB 21 May 2007 | Indexes and searches Altme worlds author: [unknown] Documentation: by sunanda on 21-May-2007. |
Web Page Change Detector | ||
webcheck.r documentation | v:1.0.0 727 bytes 13 Mar 2003 | Determine if a web page has changed since it was last checked, and if it has, send the new page via email. author: Anonymous Documentation: by btiffin on 20-May-2007. |
View HTML Code | ||
view-html.r documentation | v:1.0.0 464 bytes 13 Mar 2003 | Fetch a web page and view its HTML code in a window. author: Anonymous Documentation: by btiffin on 17-May-2007. |
View 3 Buttons | ||
view-buttons.r documentation | v:1.0.0 470 bytes 13 Mar 2003 | Example of how to display three buttons down the page. author: Anonymous Documentation: by btiffin on 17-May-2007. |
Web Page Displayer | ||
webprint.r documentation | v:1.0.0 448 bytes 13 Mar 2003 | Fetch a web page and display its HTML code. author: Anonymous Documentation: by btiffin on 17-May-2007. |
Twelve Days of Christmas | ||
twelvedays.r documentation | v:1.0.0 2.0 KB 13 Mar 2003 | Twelve Days of Christmas author: Anonymous Documentation: by btiffin on 12-May-2007. |
Mail Reader | ||
readmail.r documentation | v:4.14.14 143.0 KB 29 Jun 2007 | Browse/Read/Retrieve E-mail author: [unknown] Documentation: by btiffin on 12-May-2007. |
Tower of REBOL | ||
tower.r documentation | v:1.0.0 3.3 KB 13 Mar 2003 | REBOL can speak to many audiences. author: Anonymous Documentation: by btiffin on 12-May-2007. |
Time Web Pages | ||
timewebs.r documentation | v:1.0.0 1.1 KB 13 Mar 2003 | Time how long it takes to get each of the web pages listed in a block. author: Anonymous Documentation: by btiffin on 10-May-2007. |
Time a Web Page | ||
timepage.r documentation | 503 bytes 13 Mar 2003 | Time how long it takes to fetch a web page from the net.
(Just the HTML file, not the images.) author: [unknown] Documentation: by btiffin on 10-May-2007. |
Time a Block | ||
timeblk.r documentation | 907 bytes 13 Mar 2003 | Times the execution of a REBOL block. author: Brian Casiello Documentation: by btiffin on 9-May-2007. |
Time-It Function | ||
timeit.r documentation | v:1.0.0 903 bytes 13 Mar 2003 | Creates a simple timer function for timing in REBOL. author: Anonymous Documentation: by btiffin on 8-May-2007. |
vprint: print/logging management tool | ||
vprint.r documentation | v:1.3.2 10.0 KB 11 Dec 2008 | programatically selectable, indented printing/tracing/logging/debugging engine. author: Maxim Olivier-Adlhoch Documentation: by btiffin on 6-May-2007. |
Write Text File | ||
ftpwrite.r documentation | v:1.0.0 457 bytes 13 Mar 2003 | Write a text file to an FTP server. author: Anonymous Documentation: by btiffin on 6-May-2007. |
Total Size of .r Files | ||
sizedir.r documentation | v:1.0.0 557 bytes 13 Mar 2003 | Print the total size of all .r files in the current directory. author: Anonymous Documentation: by btiffin on 5-May-2007. |
TCP port scanner | ||
oneliner-tcp-port-scanner.r documentation | v:1.0.0 850 bytes 20 Jul 2003 | This is a simple port scanner. Given a TCP address, it will tell you which of the
first 100 ports are accessible. The address can be a host name or number. For example, use
"localhost" to scan ports on your own machine. You can scan more ports by increasing the
number (from 100), or you can scan ranges by using a FOR loop rather than REPEAT. author: Anonymous Documentation: by btiffin on 5-May-2007. |
POP Email Port Spec | ||
popspec.r documentation | 850 bytes 13 Mar 2003 | POP port specification used to connect to an email
server. All of the mail reading examples use this. author: [unknown] Documentation: by btiffin on 5-May-2007. |
Trivial Email List Server | ||
mailserver.r documentation | v:1.0.0 1.2 KB 13 Mar 2003 | As simple as a list server gets. author: Anonymous Documentation: by btiffin on 5-May-2007. |
TSN: Tranched serial number server | ||
tsn.r documentation | v:0.0.1 7.6 KB 30 Apr 2007 | Quick, safe way of allocating categorized unique serial numbers author: Sunanda Documentation: by sunanda on 30-Apr-2007. |
Rename a File | ||
ftprename.r documentation | 411 bytes 13 Mar 2003 | Rename a file on a server using FTP. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Upload a File | ||
ftpup.r documentation | v:1.0.0 459 bytes 13 Mar 2003 | Upload a binary file to an FTP server. author: Anonymous Documentation: by btiffin on 29-Apr-2007. |
Upload Several Files | ||
ftpupload.r documentation | v:1.0.0 585 bytes 13 Mar 2003 | Upload multiple files with FTP using login and password. author: Anonymous Documentation: by btiffin on 29-Apr-2007. |
Read a Text File | ||
ftpread.r documentation | 412 bytes 13 Mar 2003 | Read a text file from an FTP server and print it. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Make a directory | ||
ftpmakedir.r documentation | 414 bytes 13 Mar 2003 | Make a file directory on an FTP server. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Get File Size and Date | ||
ftpinfo.r documentation | 498 bytes 13 Mar 2003 | Get size and date information about an FTP file. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Upload all HTML Files | ||
ftphtml.r documentation | v:1.0.0 642 bytes 13 Mar 2003 | Upload a group of files to an FTP server. author: Anonymous Documentation: by btiffin on 29-Apr-2007. |
Download a Binary File | ||
ftpdownbin.r documentation | 470 bytes 13 Mar 2003 | Download a binary file from an FTP server. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Interactive FTP Downloader | ||
ftpdownload.r documentation | 718 bytes 13 Mar 2003 | Download a group of files from an FTP server, prompting
for each file along the way. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Download List of Files | ||
ftpdown.r documentation | 536 bytes 13 Mar 2003 | Download a list of binary files using FTP. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Run Script from FTP | ||
ftpdo.r documentation | 390 bytes 13 Mar 2003 | Do a REBOL script via FTP. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Read File Directories | ||
ftpdir.r documentation | 500 bytes 13 Mar 2003 | Read and print directories from an FTP server. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Check for Directory | ||
ftpdircheck.r documentation | 455 bytes 13 Mar 2003 | Check if a filename belongs to a directory using FTP. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Delete a File or Directory | ||
ftpdel.r documentation | 470 bytes 13 Mar 2003 | Delete a file or directory from a server using FTP. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Check for a File or Directory | ||
ftpcheck.r documentation | 574 bytes 13 Mar 2003 | Check for the existence of an FTP file or directory. author: [unknown] Documentation: by btiffin on 29-Apr-2007. |
Append to a Text File | ||
ftpappend.r documentation | v:1.0.0 471 bytes 13 Mar 2003 | Append to a text file using FTP. author: Anonymous Documentation: by btiffin on 29-Apr-2007. |
51 / 213 | 1 | 2 | [3] | 4 | 5 | 6 | 7 | 8 | 9 |