Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
tag index: a · author

40 scripts tagged as: [author  ·  anonymous]

Alien Dialect
alien.r
 documentation
v:1.0.0
1.9 KB
13 Mar 2003
It came from outer space
author: Anonymous
Alien Dialect Explanation
alienexp.r
 documentation
v:1.0.0
1.4 KB
13 Mar 2003
It came from outer space explained.
author: Anonymous
REBOL Ale
beer.r
 documentation
v:1.0.0
1.3 KB
13 Nov 2003
A rich, malty, copper brew.
author: Anonymous
99 Bottles of Beer Song
beersong.r
 documentation
v:1.0.0
813 bytes
13 Mar 2003
The correct song. A bit more advanced.
author: Anonymous
Binary Data in REBOL Scripts
bin-data.r
 documentation
v:1.0.0
8.8 KB
13 Mar 2003
Example of how to decode binary data in REBOL scripts This example includes a base-64 encoded image. (See bin-save.r for an example of how to create this file.)
author: Anonymous
Encoding Binary Data in REBOL Scripts
bin-save.r
 documentation
v:1.0.0
603 bytes
13 Mar 2003
Example of how to save base-64 encoded binary data in REBOL scripts. (See bin-data.r as an example of how to decode the data.)
author: Anonymous
Display Black Text
black-text.r
 documentation
v:1.0.0
512 bytes
13 Mar 2003
Display black text on a white background.
author: Anonymous
Email Blaster
blast.r
 documentation
v:1.0.0
1.8 KB
13 Mar 2003
Send an email to everyone on a spreadsheet of email addresses. Personalize the greeting for each. Keep a log of who was been sent the message.
author: Anonymous
Images Buttons
button-image.r
 documentation
v:1.0.0
762 bytes
13 Mar 2003
Example of how to make buttons made from images. Clicking on a button updates text in the window.
author: Anonymous
A Button with Shortcut Key
button-key.r
 documentation
v:1.0.0
479 bytes
13 Mar 2003
Shows how to easily add a shortcut key to a button.
author: Anonymous
Sends Email via CGI Form
cgiemailer.r
 documentation
v:1.0.0
855 bytes
13 Mar 2003
Uses a Web form to send an email message.
author: Anonymous
Easy CGI Form Example
cgiform.r
 documentation
v:1.0.0
1.1 KB
13 Mar 2003
Handles a CGI form and returns its values as a web page. (The associated cgiform.html file contains the form).
author: Anonymous
Easy CGI Form (HTML Part)
cgiformhtml.r
 documentation
v:1.0.0
1.4 KB
13 Mar 2003
HTML form to go with Easy CGI example (cgiform.r).
author: Anonymous
Count References on Web Pages
countweb.r
 documentation
v:1.0.0
743 bytes
13 Mar 2003
Count the number of times a string appears on each of a given set of web pages.
author: Anonymous
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
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
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
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
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
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
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
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
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
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
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
1 / 40[1] 2