44 scripts tagged as: [type · ~to be supplied~]
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 |
decode-multipart-form-data | ||
decode-multipart-form-data.r | v: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 |
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 |
Example for async dns:// and spam dns server | ||
dns-async-example.r discussion | 3.9 KB 4 Oct 2003 | Example code to:
1) use the dns:// protocol in async mode
2) use the dns:// protocol to check spam address in async mode author: Romano Paolo Tenca |
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 |
Duplicates | ||
duplicates.r discussion | 567 bytes 8 Mar 2016 | Get duplicated values in a block author: Christian Le Corre |
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 |
Http tools | ||
http-tools.r discussion | v:0.0.3 6.4 KB 13 Mar 2003 | To grab cookies from the server and post form data. author: Graham Chiu |
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 |
REBOL/Layout | ||
layout-1.8.r discussion | v:0.1.8 37.1 KB 13 Mar 2003 | Visual Layout Editor, now accepts more than 6 layouts author: Carl Sassenrath, Ammon Johnson |
Line Intersection Demo | ||
line-intersection-demo.r | v:1.0.0 1.7 KB 10 Jan 2004 | Demonstrate an algorithm used to detect an intersection between two line segments. author: Claude Precourt |
LIQUID - core dataflow programming engine. | ||
liquid.r discussion | v:0.8.1 64.9 KB 28 Mar 2009 | Create procedural processing networks. author: Maxim Olivier-Adlhoch |
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 |
md5sum in REBOL | ||
md5sum.r | 1.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 |
Markup language Dialect parser | ||
mdlparser.r discussion documentation | v:0.0.2 32.2 KB 5 Feb 2005 | To personally study the practicallity of Rebol
being used as bridge between browsers and markup languages. author: daniel murrill |
1 / 44 | [1] | 2 |