Not |
not.r | v:1.0.1 538 bytes 13 Mar 2003 | Implements Not operator as '!, and Not Equal operator as '!=. author: Andrew Martin |
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 |
Upload a file with FTP |
oneliner-ftp-upload-file.r | v:1.0.0 637 bytes 20 Jul 2003 | Uploads a file using FTP (file transfer protocol). Username and password are
provided in the line (so be warned). Any file can be uploaded, text, images, webpages, etc. author: RT |
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 |
Multiple View Pages |
pages.r | 1.8 KB 13 Mar 2003 | Shows how to switch between pages using
a navigation menu. author: [unknown] |
Parse REBOL Source |
parse-code.r | 920 bytes 2 Jul 2003 | An example of how to parse REBOL source code. author: Carl Sassenrath |
Protecting Passwords |
passprotect.r | 457 bytes 13 Mar 2003 | Prompt for password to use before transfer. author: [unknown] |
Pop |
pop.r | v:1.0.0 697 bytes 13 Mar 2003 | Returns the first value in a series and removes it from the series. author: Andrew Martin |
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] |
Script Library Submission Processor (CGI side) |
post-script.r | v:1.0.5 4.1 KB 13 Mar 2003 | Accepts a new or changed script for the script Library.
Inspects the script's header first. Updates all
related library index files. author: Carl Sassenrath |
Script with a Preface |
preface.r | 426 bytes 13 Mar 2003 | Text before the REBOL header is ignored. author: [unknown] |
Progress Bar |
progress.r | 713 bytes 13 Mar 2003 | Shows a progress bar in a dialog box. author: [unknown] |
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 |
Rebocalc |
rebocalc.r | v:1.0.0 2.7 KB 1 Jan 2005 | The world's smallest spreadsheet program, but very powerful. author: Carl Sassenrath |
Rebodex |
rebodex.r | v:2.1.0 6.1 KB 13 Mar 2003 | A simple but useful address book contact database. author: Carl Sassenrath |
Reflect all Directions |
reflect-all.r | 681 bytes 13 Mar 2003 | Displays all reflection directions. author: [unknown] |
Reflection Demo |
reflect.r | 796 bytes 19 Jul 2003 | Demonstrates VID effects author: Jeff |
Convert Line Terminators |
reline.r | 554 bytes 13 Mar 2003 | Convert all line terminators to those used by the
local computer. Works for PC, Mac, Unix, Amiga, and
all others author: Carl Sassenrath |
RIM - REBOL Instant Messenger |
rim.r | v:1.2.2 7.9 KB 13 Mar 2003 | A true peer-to-peer instant messenger. author: Sean & Carl Sassenrath |
RIP - Standard File Archiver |
rip.r | v:1.3.1 3.3 KB 13 Mar 2003 | A file archiver that works across 37 platforms.
Compresses all files and subdirectories into a
single binary, self-extracting archive file.
(Similar to ZIP programs, but only 3KB.) author: Carl Sassenrath |
Script |
script.r | v:1.0.0 895 bytes 13 Mar 2003 | Returns the script source code for a word. author: Andrew Martin |
Search Center |
search.r | v:1.2.1 3.5 KB 13 Mar 2003 | Uses various resources for various searches without having to go to their website. author: Kevin Adams |
EMail Setup (for Send) |
setemail.r | 1.0 KB 13 Mar 2003 | Minimum set-up for sending email messages from REBOL. author: [unknown] |
Simple Script |
simple.r | 395 bytes 13 Mar 2003 | The traditional Hello World example script. author: [unknown] |
Web Site Checker |
site-check.r | v:1.1.1 3.5 KB 11 Jun 2004 | Scan a web site looking for missing pages, remote links, email links, etc. Helps you clean up sites. author: Carl Sassenrath |