Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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 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
Directory Downloader
directory-downloader.r3.4 KB
29 Jun 2008
Download all files and subfolders from a given folder on a web server. Used to transfer entire folder structures via network. Currently configured for the aprelium web server (http://aprelium.com/), but easily adjusted for others. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
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
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
FizzBuzz
fizzbuzz.r339 bytes
17 Apr 2010
A 92 character version of the classic FizzBuzz program. Taken from the tutorial at http://re-bol.com
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
Simple FTP file editor
ftp-file-editor.r560 bytes
29 Jun 2008
Download, edit, and resave files on your website, via FTP. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
FTP Chat Room
ftp-chat.r2.7 KB
30 Jun 2008
A simple chat application that lets users send instant text messages back and forth across the Internet. The chat rooms are created by dynamically creating, reading, appending, and saving text files via ftp (to use the program, you'll need access to an available ftp server: ftp address, username, and password). Taken [...]
author: nick antonaccio
Guitar Chord Diagram Maker
guitar-chord-diagram-maker.r2.8 KB
29 Jun 2008
A demo program that creates, saves, and prints collections of guitar chord fretboard diagrams. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
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
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
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
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
Insult Generator
insult.r4.3 KB
31 Aug 2012
Teaching some young children to program. They loved this one. Be sure to see the tutorial at http://re-bol.com
author: nick
Intercom (Voice Communicator)
intercom.r3.0 KB
12 Nov 2009
A walkie-talkie push-to-talk type of VOIP application. Extremely simple - just records sound from mic to .wav file, then transfers the wave file to another IP (where the same program is running), for playback. Sender and receiver open in separate processes, and both run in forever loops to enable continuous communication back and forth. [...]
author: nick
Image Effector
image-effector.r1.8 KB
29 Jun 2008
A simple GUI demo application. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Jeopardy
jeopardy.r19.5 KB
7 Oct 2009
A GUI game reminiscent of the popular TV show. Click on the header image to create and save config files which contain questions and answers to separate games. Change the sizer variable to resize the entire layout to fit different screens. Taken from the tutorial at http://musiclessonz.com/rebol.html
author: [unknown]
Listview Demo
listview-demo.r1.2 KB
25 Nov 2010
A demo of the listview control by Henrik Mikael Kristensen. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Looping though data
looping-through-data.r2.0 KB
29 Jun 2008
An example application that demonstrates how loop structures can be used to step through lists of data. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
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
Looping through data GUI
looping-gui.r1.4 KB
29 Jun 2008
An example demonstrating how to accomplish goals similar to the 'Looping through data' demo, using GUI techniques. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
MySql Example
mysql-example.r1.4 KB
29 Jun 2008
A simple example demonstrating how to use mysql-protocol from http://softinnov.org/rebol/mysql.shtml. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
Multiple Column Data Grids
multi-column-data-grids.r7.9 KB
30 Nov 2009
A demonstration of how to create your own home made listview types of multiple column data grids. Easier to use than the 'list style, and built entirely using native VID, so completely adjustable to your needs. Many useful features are demonstrated, such as user editing of data in the grid, saving and loading of data to/from [...]
author: nick