Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Transfer REBOL Files to Server
ftpallto.r
 documentation
v:1.0.0
625 bytes
13 Mar 2003
FTP all .r files in the current directory to a server.
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]
Read File Directories
ftpdir.r
 documentation
500 bytes
13 Mar 2003
Read and print directories from an FTP server.
author: [unknown]
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
Download a Binary File
ftpdownbin.r
 documentation
470 bytes
13 Mar 2003
Download a binary file from an FTP server.
author: [unknown]
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
Rename a File
ftprename.r
 documentation
411 bytes
13 Mar 2003
Rename a file on a server using FTP.
author: [unknown]
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]
FTP Tool
ftp-tool.r6.4 KB
14 Sep 2009
Full featured FTP application. Taken from the tutorial at http://musiclessonz.com/rebol.html
author: nick
Get REBOL resources
get-rebol-ressources.rv:0.3.1
7.9 KB
20 Nov 2010
Get REBOL resources. Download files on local drive. Use parse with rules REBOL concept. So very easy to add new resources to download.
author: nicolas
GISMo - Graphical Internet Server Monitor
gismo.rv:1.1.0
1.9 KB
7 Nov 2005
Graphical Internet server monitor, as posted in the REBOL cookbook, found at http://www.rebol.net/cookbook/ - See that for more notes.
author: Carl Sassenrath
Guitar Chords
guitar-chords.r22.2 KB
9 Dec 2009
Create and print instant guitar chord diagram charts for songs. Taken from the tutorial at http://re-bol.com
author: nick
Peer to Peer Instant Messenger
instant-messenger.r3.8 KB
29 Jun 2008
Exchange text messages directly via TCP/IP network port. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Jobbot Email Server
jobbot.r2.7 KB
13 Mar 2003
The email server we use for processing job related email.
author: Carl Sassenrath
Little Email Client
little-email-client.r793 bytes
1 Sep 2009
A very small graphical email client that can be used to send and receive messages. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Logviewer
logviewer.r16.0 KB
13 Oct 2006
Monitor log files. Please read included readme for further information
author: Daniel Szmulewicz
Save Email to File
mailsave.r701 bytes
13 Mar 2003
This example reads all email and saves it to a file.
author: [unknown]
Save to Mailbox File
mailboxsave.r1.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]
Mem-Checker
mem-check.r3.3 KB
12 Jan 2005
Checking the memory usage of a process running under Windows
author: Anton Reisacher
Deluxe Email Spam Killer
maildespam.r1.7 KB
13 Mar 2003
This is an example of a simple email filter that removes unwanted junk mail from your mailbox.
author: [unknown]
Email Auto-reply
mailautoreply.r1.1 KB
13 Mar 2003
This example confirms email received from friends only. All others will be ignored.
author: [unknown]
Email Friend Monitor
mailfriends.r945 bytes
13 Mar 2003
This example displays messages that come from friends only. All others will be ignored.
author: [unknown]
Email Ping (Confirmation)
mailping.r971 bytes
13 Mar 2003
Confirm certain email that contains a key word.
author: [unknown]
Email Sniffer
mailsniff.r985 bytes
13 Mar 2003
Example of how to search all incoming email for particular keywords.
author: [unknown]
Email Viewer (as web page)
mailview.r1.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]