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 |
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 |
Print HTML source |
oneliner-print-web-page.r | v:1.0.0 489 bytes 27 Sep 2003 | Prints to the console the HTML source for a web page. author: RT |
JS Promises |
promises.r | v:0.9.1 54.6 KB 28 Apr 2020 | A Rebol-style implementation of JS Promises author: Marco Antoniazzi |
Paypal Reports |
paypal-reports.r | 2.6 KB 22 Jan 2013 | This is a beginner's example taken from the tutorial at:
http://re-bol.com/business_programming.html
It creates reports on columns and rows of data in a .csv table.
The script demonstrates typical CSV file operations using parse, foreach,
and simple series functions. The code performs sums upon columns, and
selective calculations [...] author: nick |
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 |
Script Library Submission Processor (CGI side) |
post-script.r | v:1.0.5 4.1 KB 13 Mar 2003 | Accepts a new or changed script for the script Library.
Inspects the script's header first. Updates all
related library index files. author: Carl Sassenrath |
XML node parser |
rblxelparser.r | v:0.0.1 5.9 KB 13 Nov 2003 | To parse single xhtml & xml nodes
for there values. author: daniel murrill |
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 |
RNILL - REBOL Non Intelligent Language Learner |
rnill.r | v:1.0.4 10.8 KB 19 Feb 2004 | RNILL a REBOL implementation of a non intelligent language learner
inspired by NIALL (Non Intelligent Amos Language Learner by
Mathew Peck 1990). author: Allen Kamp |
RebGUI Editor |
rebgui-editor.r | 2.5 KB 18 Apr 2010 | A minimal text editor program, written to demonstrate menus and a few
other basic features of RebGUI.
Taken from the tutorial at http://re-bol.com author: nick |
Pop-down style example |
simple-pop-down-style.r | v:0.3.1 8.8 KB 17 Oct 2020 | A quick way to add a simple pop-down to VID GUIs author: Marco Antoniazzi |
SVN Version |
svn-version.r | v:1.0.0 1.5 KB 4 Oct 2010 | Retrieve the global revision number from a local SVN repository.
This mimics the feature offered by the svnversion command-line tool
See: http://svnbook.red-bean.com/en/1.1/re57.html
This can be used in PREBOL (or other scripts preprocessors) to insert the
SVN global revision number as a build version. author: Nenad Rakocevic |
Server object handler script |
server.r | 5.1 KB 19 Oct 2004 | This script will parse robot.txt files and store
a hash! of forbidden paths. This is very useful for
webbots or spiders of any kind (at least if obeying
robot exclusion standards is desirable).
I looked at the ht://dig package (http://www.htdig.org/)
script that does the same thing as this script to see if I [...] author: hy |
Sammy's manager |
samman.r | 12.8 KB 2 Jan 2012 | To generate Sammy.js files using a dialect author: [unknown] |
Simple File Sharer |
share-files.r | 1.8 KB 27 Jan 2014 | I use it to send lists of files to clients' phones, PCs, or any other
Internet device they may use. I text or email them the single short
personal html file link created by the script, and they click the
contained file links to download all their files. It's a stupid simple
script and setup which requires only a single unstructured [...] author: nick |
Simple Menu |
simple-menu.r | 1.2 KB 29 Jun 2008 | A quick and dirty way to create menus in your GUI.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Simple Multitasking Example |
simple-multitasking.r | 1.1 KB 29 Jun 2008 | A simple example demonstrating multitasking using 'feel and 'rate.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Simple R3D Example |
simple-r3d.r | 8.2 KB 30 Jun 2008 | A simple example to demonstrate how to use Andrew Hoadley's R3D module.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Simple Slideshow Presentation Framework |
slideshow-presentation.r | 4.6 KB 22 Jan 2013 | This example is taken from the tutorial at:
http://re-bol.com/business_programming.html
It demonstrates a simple framework for presenting full screen GUI
layouts with built-in keyboard and mouse controls. It simplifies coding
tediously repetitive layout elements, by only requiring unique GUI
elements in each slide. Widgets [...] author: nick |