CGI FTP Folder Copy |
cgi-ftp-folder-copy.r | 655 bytes 17 Apr 2010 | A CGI script to copy entire directories of files from one web server to another.
Taken from the tutorial at http://re-bol.com author: nick |
CGI Event Calendar |
cgi-event-calendar.r | 2.4 KB 17 Apr 2010 | A web site CGI application that displays events in the current
calendar month, with links to specified event pages. Events
are stored in the file %bb.db, in the format:
["event 1" 18-Apr-2010 http://website.com/event1.html]
["event 2" 20-Apr-2010 http://website.com/event2.html]
["event 3" 20-Apr-2010 http://website.com/event3.html] [...] author: nick |
Can Rebol Print? |
can-rebol-print.r | v:0.1.1 13.4 KB 12 Oct 2008 | This script illustrate some possible methods of printing script output. author: mr.z |
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 |
Demo |
demo.r | 4.1 KB 14 Sep 2009 | Amazingly small REBOL demo app: 10 useful programs in only 2.5k
(LESS THAN HALF A PRINTED PAGE OF CODE!):
1 - FREEHAND PAINT: draw and save graphic images
2 - SNAKE GAME: eat food, avoid hitting the walls and yourself
3 - TILE PUZZLE, 15 : arrange the tiles into alphabetical order
4 - CALENDAR: save [...] author: nick |
Embedded Search |
embedded-search.r | v:1.0.0 3.3 KB 19 Aug 2006 | The script enables a document search from within a browser. author: rwvd.zee |
Data Entry Form |
entry-form.r | 1.5 KB 13 Mar 2003 | A simple data entry form for an address book.
Does not verify field data. author: Carl Sassenrath |
Easy Quick Plot |
ez-plot.r | v:0.1.1 60.5 KB 13 Mar 2003 | Simple tutorial for using the quick plot dialect. author: Matt Licholai |
EASY SERVICE |
easy-service.r | v:1.0.2 14.8 KB 16 Nov 2005 | Easy-Service is a broker based on REBOL/Service which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Service makes very easy to expose function written in Rebol like REBOL/Services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment easy-service uses a simple [...] author: marco |
FTP Tool |
ftp-tool.r | 6.4 KB 14 Sep 2009 | Full featured FTP application.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
Fire and Smoke particles generator. |
fire-smoke-particle-generator.r | v:1.0.2 14.3 KB 18 Sep 2010 | A particle engine demo which generates fire and smoke, with a lot of control and some compositing built-in author: [unknown] |
File Download CGI |
file-download-cgi.r | 1.5 KB 10 Aug 2010 | Push file download from web server to browser. author: nick |
Obscure File Server |
fileserver.r | 14.4 KB 3 Sep 2009 | Share files over HTTP protocol +NLS author: pijoter |
form-date |
form-date.r documentation | v:1.0.1 5.5 KB 18 Jul 2007 | Return formatted date string using strftime style format specifiers author: Christopher Ross-Gill |
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 |
FTP CHMOD |
ftp-chmod.r | 990 bytes 31 Jul 2010 | This is a workaround for REBOL's inability to chmod files (set permissions)
with the built in FTP protocol. This script is for MS Windows, but Macintosh
and Linux also have command line FTP programs built into the OS that can
be used similarly with REBOL's call function. author: nick |
Feedback |
feedback.r | v:1.0.0 2.3 KB 13 Mar 2003 | Sends feedback to REBOL Technologies. author: Carl Sassenrath |
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 |
HTML Form Server |
formserver.r | 1.7 KB 30 Dec 2013 | Creates a web server which serves an HTML form, and then
processes the data input by users. This can be useful when tallying
information from users on a Local Area Network. The users can use
any device (iPhone, Android, netbook, etc.) to enter information into
a shared system, as long as the device has a basic web browser
and [...] author: nick |
FTP Chat Room |
ftp-chat.r | 2.7 KB 30 Jun 2008 | A simple chat application that lets users send instant text messages
back and forth across the Internet.
The chat rooms are created by dynamically creating, reading,
appending, and saving text files via ftp (to use the program, you'll
need access to an available ftp server: ftp address, username, and
password).
Taken [...] author: nick antonaccio |