Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Chord Accompaniment Player
chord-accompaniment-player.r2.4 KB
30 Jun 2008
Plays music backup tracks, based on chord progressions entered as text. See http://musiclessonz.com/rebol_tutorial.html#section-31.11 for a case study about how this program was created.
author: nick antonaccio
Content-Type
content-type.rv:1.0.1
626 bytes
13 Mar 2003
Prints Content-type header for cgi.
author: Andrew Martin
Cookie Client
cookies-client.r8.9 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: andrew grossman
Display IP Addresses
display-ip-addresses.r473 bytes
29 Jun 2008
Display the WAN and LAN addresses of your PC. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
One Hundred Draw Examples
draw-examples.r17.9 KB
14 Nov 2011
- to illustrate draw examples.
author: 10Mile
Download page
download-page.rv:0.2.1
4.2 KB
17 Jan 2011
Download in a tmp directory all elements of a URL : - CSS scripts - Javascript scripts - Images Return the page size.
author: nicolas
Simple Dll Examples
dll-examples.r724 bytes
29 Jun 2008
A simple example demonstrating how to use functions inside DLLs. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Simple Draw Animation Controls
draw-controls.r756 bytes
29 Jun 2008
How to move graphics around the screen using the draw dialect. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Simple Image Distort
draw-distort.r1.1 KB
29 Jun 2008
How to distort an image using the draw dialect. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Drill Bits
drill-bits.rv:0.9
7.6 KB
8 Aug 2005
A VID drill program to help memorize facts using repeated multiple choice question and answers.
author: mikel
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
Embedded binary file demo
embedded-binary-demo.r2.3 KB
30 Jun 2008
To demonstrate how executables and any other binary data can be embedded in Rebol code, written to the hard drive, and then used as needed. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html See section 18.1 for the code needed to embed files like this.
author: nick antonaccio
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
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.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
Graph a function
graph.rv:1.1.0
19.2 KB
13 Jun 2004
Graph a function rounding function by Ladislav Mecir Usage .... Type in your function of x into the input field Some pretty functions to get you started ..... 3 * sin (0.5 * pi * x) 3 * sin (x * x) exp(0.1 * x) * (sin(4 * pi * x)) 4 * sin (4 * pi / x) 0.2 * exp(- x) * sin [...]
author: Phil Bevan
Guitar Chord and Scale Diagrammer
guitar-chord-and-scale-diagrammer.r1.6 KB
12 Jan 2014
A little example for the new tutorial at: http://re-bol.com/starting_computer_programming_with_rebol.html When the program starts, enter the number of frets you want in your diagram. (The default is 5 frets, but you could use 3 or 4 for smaller diagrams, or more for full fretboard scale diagrams) Click any fret on any string [...]
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
GLayout demo
glayout-demo.rv:0.9.1
22.4 KB
10 Jul 2009
Demonstration of GLayout's features and capabilities.
author: Maxim Olivier-Adlhoch
HTML Link
html-link.r699 bytes
17 Apr 2010
Takes input string containing any number of URLs and outputs a a string with all the web URLs appropriately wrapped as HTML links. Taken from the tutorial at http://re-bol.com
author: nick