Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Object Namespaces
object-namespaces.r1.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.rv:1.0.0
489 bytes
27 Sep 2003
Prints to the console the HTML source for a web page.
author: RT
JS Promises
promises.rv:0.9.1
54.6 KB
28 Apr 2020
A Rebol-style implementation of JS Promises
author: Marco Antoniazzi
Paypal Reports
paypal-reports.r2.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.r39.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.rv: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.rv: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.r463 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.rv: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.r2.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.rv: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.rv: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.r5.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.r12.8 KB
2 Jan 2012
To generate Sammy.js files using a dialect
author: [unknown]
Simple File Sharer
share-files.r1.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.r1.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.r1.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.r8.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.r4.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
Templating
templating.r3.8 KB
9 Nov 2009
Use a template (a master html document) to maintain child document(s) that hold individual editable content(s). Editable content are delimited by the following two tags: <!-- b_editable name="title1" --> <!-- e_editable name="title1" -->
author: Cedric G.