34 scripts tagged as: [author · nick antonaccio]
Animated GIF Example | ||
animated-gif.r | 8.2 KB 30 Jun 2008 | An example of how to use the 'anim' function.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Bar Charts | ||
bar-charts.r | 1.9 KB 9 Feb 2013 | Several examples demonstrating how to draw bar charts using
simple REBOL GUI code. From the tutorial at:
http://re-bol.com/business_programming.html author: Nick Antonaccio |
Chord Accompaniment Player | ||
chord-accompaniment-player.r | 2.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 |
Currency Rate Conversion Calculator | ||
currency-calculator.r | 1.9 KB 9 Feb 2013 | This example downloads and parses the current (live) US Dollar
exchange rates from http://x-rates.com. The user selects from
a list of currencies to convert to, then performs and displays the
conversion from USD to the selected currency. All of the parsing
occurs when the Convert button is clicked. The first half of the [...] author: Nick Antonaccio |
Directory Downloader | ||
directory-downloader.r | 3.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.r | 473 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 |
Simple Dll Examples | ||
dll-examples.r | 724 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.r | 756 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.r | 1.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 |
Embedded binary file demo | ||
embedded-binary-demo.r | 2.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 |
FTP Chat Room | ||
ftp-chat.r | 2.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 |
Simple FTP file editor | ||
ftp-file-editor.r | 560 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 |
Guitar Chord Diagram Maker | ||
guitar-chord-diagram-maker.r | 2.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 |
Herd The Sheep Game | ||
herd-the-sheep.r | 3.7 KB 10 Feb 2013 | Inspired by the LiveCode Sheep Herder game (advertised because it
was conceived and completed within 3 hours, 18 minutes). This quick
implementation took 17 minutes to create, using REBOL :) Also available
at:
http://re-bol.com/examples.txt author: Nick Antonaccio |
Image Effector | ||
image-effector.r | 1.8 KB 29 Jun 2008 | A simple GUI demo application.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Peer to Peer Instant Messenger | ||
instant-messenger.r | 3.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 |
Listview Demo | ||
listview-demo.r | 1.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 |
Little Email Client | ||
little-email-client.r | 793 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.r | 1.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 |
Looping though data | ||
looping-through-data.r | 2.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 |
MySql Example | ||
mysql-example.r | 1.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 |
Object Namespaces | ||
object-namespaces.r | 1.5 KB 29 Jun 2008 | A short example to demonstrate how name spaces can be managed in Rebol, using objects.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Object Game | ||
objects-example.r | 1.9 KB 29 Jun 2008 | A little game to demonstrate Rebol objects.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Playing Card Example | ||
playing-card-example.r | 39.1 KB 29 Jun 2008 | An example demonstrating how to work with graphical playing cards.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Remove Comments | ||
remove-comments.r | 463 bytes 29 Jun 2008 | A parse example that removes comments from Rebol code.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
1 / 34 | [1] | 2 |