Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Autoextracting REBOL file creator
autoextract.rv:1.0.0
1.5 KB
13 Mar 2003
Send files via email which can be decompressed simply by executing the contents of the message when it is received.
author: Bohdan Lechnowsky
App Builder
appbuilder.r26.4 KB
16 Feb 2017
An app builder to help new students learn how to write Rebol code. To create a user interface for a new app, just point and click any GUI widget (button, text field, dropdown box, etc.). You'll be prompted to edit the properties of each added widget, and you can add actions which will run when the user interacts with the widget. Actions [...]
author: nick
File Compress and Decompress
compress.rv:1.0.0
792 bytes
13 Mar 2003
An example file compression utility.
author: Carl Sassenrath
File Encryption and Decryption Utility
crypt.rv:1.0.4
1.9 KB
13 Mar 2003
An example utility that encrypts and decrypts files using a highly secure form of encryption (the Blowfish algorithm with 128 bits). Requires REBOL/View/Pro or REBOL/Command to run.
author: Carl Sassenrath
decode-multipart-form-data
decode-multipart-form-data.rv:1.5
6.2 KB
21 May 2014
Decodes POST-data used in Form-based File Upload in HTML as specified in RFC 1867, encoded as multipart/form-data as specified in RFC 2388.
author: andreas bolka
Dir-map explorer
dir-map-explorer.rv:0.1.2
5.6 KB
13 Mar 2003
to work with directory maps generated by %dir-mapper.r script
author: Oldes
Directory Mapper
dir-mapper.rv:1.0.5
5.0 KB
13 Mar 2003
Recursively builds a dir-structure map of the directory with file/dir informations as size and dates
author: Oldes and Stephane Bagnier
Foreach-file
foreach-file.rv:1.0.2
986 bytes
5 Jun 2007
Perform function on each file in selected directory recursively
author: Rebolek
File Download CGI
file-download-cgi.r1.5 KB
10 Aug 2010
Push file download from web server to browser.
author: nick
Download stock data
get-stock.rv:0.1.9
5.1 KB
9 Jan 2006
Get stock data from Yahoo. Return a block of blocks: date, open, high, low, close, volume, or the csv data as a sting. Optionally store the csv data as a file.
author: matt licholai
Library History
history.rv:1.0.1
2.1 KB
13 Mar 2003
Show file change dates for the REBOL public library. Click on a file to view it.
author: Carl Sassenrath
Load-ini
ini.rv:0.0.3
2.2 KB
13 Mar 2003
Tries to load ini-structured file to Rebol
author: oldes
Layout Writer
layout-writer.rv:0.1.1
10.1 KB
18 Mar 2008
The script was intended as a method for writing scripts. A layout may be written in the editor and then displayed in the same script. Writers can change the script and view the changes without leaving the editor. Reference material may be drawn into the program, reviewed, and even copied and pasted into the editor.
author: R.v.d.Zee
REBOL Directory Services Lookup
lookup.rv:1.1.0
3.7 KB
13 Mar 2003
Provides a simple but effective directory server for peer-to-peer and other types of REBOL applications. Can be installed on any CGI webserver.
author: Carl Sassenrath
Log
log.rv:1.0.0
709 bytes
19 Jul 2003
Logs Rebol values to a file.
author: Andrew Martin
Email Text Files
mailfiles.r763 bytes
13 Mar 2003
This example sends a group of text files as separate messages.
author: [unknown]
md5sum in REBOL
md5sum.r1.1 KB
7 Apr 2010
Demonstrate streaming checksums combined with seek mode. Prints the MD5 checksum for each file given as command-line argument in a format that is compatible with the commong md5sum(1) utility.
author: Andreas Bolka
Podcast Chopper
podcast-chopper.rv:0.1.0
1.9 KB
28 Jan 2007
- downloads an MP3 podcast as a number of smaller files, so that listening to the file file may be resumed at a number of points
author: r vdZee
Pack
pack.rv:1.1.2
1.5 KB
13 Mar 2003
Self-extracting file packer & unpacker.
author: Andrew Martin
PNG Examiner
png.rv:0.0.2
5.8 KB
13 Mar 2003
Basic PNG (Portable Network Graphics) parser which can show all informations from standard chunks in the file.
author: oldes