Script Library: 1247 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Send Email with Buttons
emailsend.r833 bytes
13 Mar 2003
A very simple email sending application that shows how text is input and buttons are used.
author: [unknown]
Extract REBOL keywords
extract-keywords.r1.1 KB
28 Jun 2009
Generic function to extract and format REBOL 'keywords', typically to create a syntax highlight file for an editor that doesn't support REBOL.
author: Ashley G Truter
Enumerated Type
enum.r
 documentation
v:0.1.1
12.6 KB
13 Jun 2009
Safe Enumerated Type for REBOL
author: Hostile Fork
Compute the date of Easter day
easter-day.rv:1.1.0
1.3 KB
1 Mar 2005
Just a small function to compute the date of the Easter day. Can be used to compute other dates related to Easter. Should be accurate for years starting at 1583 to 2050, and maybe more.
author: Didier Cadieu, but many more
Fun
fun.rv:2.0.0
1.4 KB
13 Mar 2003
Automatic local word generation for a function.
author: Andrew Martin
Form Letter
formletter.r1.0 KB
13 Mar 2003
Example of how to create an email form letter.
author: [unknown]
Fixed
fixed.rv:1.6.9
3.4 KB
13 Nov 2003
Cuts up fixed width data file into Rebol values in an association.
author: Andrew Martin
Feedback
feedback.rv:1.0.0
2.3 KB
13 Mar 2003
Sends feedback to REBOL Technologies.
author: Carl Sassenrath
HTML Form Server
formserver.r1.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
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
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]
Get File Size and Date
ftpinfo.r
 documentation
498 bytes
13 Mar 2003
Get size and date information about an FTP file.
author: [unknown]
Read File Directories
ftpdir.r
 documentation
500 bytes
13 Mar 2003
Read and print directories from an FTP server.
author: [unknown]
File
file.rv:1.3.0
1.6 KB
13 Mar 2003
File and URL manipulation functions.
author: Andrew Martin
Find a file in directories / folders
find-file.rv:1.0.0
1.6 KB
22 Dec 2004
Search all files for ones that contain a given string.
author: Carl Sassenrath
FTP CHMOD
ftp-chmod.r990 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
Forum Reader
forum-reader.r1.3 KB
18 May 2010
Offline reader to download, save, and read the entire collection of forum messages at http://rebolforum.com (i.e., to keep the messages for later reference). The message block is stored at http://rebolforum.com/bb.db.
author: nick
REBOL/flash Build Tool
flash-build.r1.6 KB
8 Apr 2010
A simple script to help new users experiment with editing, compiling and viewing .swf files created with REBOL/flash. It uses the built-in REBOL text editor to repeatedly run through the edit/compile/run process, so that code changes can be made quickly and easily, and the compiled results viewed immediately in the browser. [...]
author: nick
VID: Faces and Facets
faces.r4.1 KB
20 Mar 2010
Show Faces and Facets Values
author: François Jouen
Find a file in directories / folders
find-file-gui.rv:2.0.0
2.6 KB
9 Nov 2012
icon for find-file-gui.r[no purpose header found]
author: Massimiliano Vessi
Forum
forum.r15.2 KB
17 Jun 2010
A CGI forum application, running at http://rebolforum.com. Please link to it, so that new REBOLers have a place to ask questions!
author: nick
Test Dot Graphviz with com2Rebol
graphviz2rebol.rv:0.0.2
1.6 KB
5 Apr 2006
REBOL COM.interfacing with WinGraphviz
author: Ph. Le Goff
Graph functions
graph-fx.rv:0.1.0
10.7 KB
13 Mar 2003
Some functions for making graphs with 3D columns
author: Oldes
Cool Effect Gel
gel.rv:1.3.2
1.7 KB
13 Mar 2003
Power of the REBOL/View engine.
author: Carl Sassenrath
gather
gather.rv:0.2.0
1.0 KB
5 Jun 2007
Eliminate the result: copy [] ... append result value dance. Similar to Gregg's 'collect but does not require the set-word notation.
author: ReBolek