Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
Generic Playing Card Game Framework
playing-card-framework.r2.9 KB
13 Jan 2010
A simple demonstration of how to use the images in %playing-cards.r to create card games. In this example, the cards are arranged in a way that can be used to play the game of Freecell. The rules of that particular game are not enforced in this example, to keep the code simple and under- standable (you can play a full game of Freecell [...]
author: nick
Playing Card Images
playing-cards.r40.5 KB
13 Jan 2010
A data block of playing card images. Use the following code to view: do %playing-cards.r gui: [size 670x510 backdrop 0.150.0 across ] foreach [card label num color pos] cards [ append gui compose [ at (pos) image load to-binary decompress (card) ] view layout gui Taken from the tutorial at http://re-bol.com [...]
author: nick
RebGUI Card File
rebgui-card-file.r2.0 KB
10 Apr 2010
This is an implementation of the Card File program at http://www.rebol.org/view-script.r?script=card-file.r using RebGUI instead of VID. Notice that the GUI is resizable, the text fields have undo/redo and spellcheck capabilities, requestors are modal, and all the other features of RebGUI are available. Taken from [...]
author: nick
distribution table de bridge
bridge.r5.4 KB
14 Jan 2016
Distibuer les 4 mains d'une table de bridge compter les points H, L et les éventuels D ainsi que caractériser la distribution
author: bertrand
Network Tools
nettools.rv:1.1
8.6 KB
12 Jul 2006
Collection of network tools
author: François Jouen
Card File
card-file.r2.0 KB
5 Mar 2010
This is the quintessential simple text field storage application. It can be used as shown here, to save contact information, but by adjusting just a few lines of code and text labels, it could be easily adapted to store recipes, home inventory information, or any other type of related pages of data. A version of this script [...]
author: nick
FF3 ZSNES Saved state editor
ff3edit.r10.0 KB
4 Mar 2004
A tool to edit saved state files for Final Fantasy 3 as created by the ZSNES emulator
author: Cal Dixon
Little-bell
little-bell.rv:1.0.0
4.8 KB
13 Mar 2003
Rudimentary Telnet client written in REBOL.
author: Ole Friis
Student Photo Database
student-photo-database.r4.9 KB
8 Jun 2010
This example came from a question at: http://synapse-ehr.com/forums/showthread.php?95-Connecting-to-an-Excel-spreadsheet It's based on the card file example at: http://www.rebol.org/view-script.r?script=card-file.r&sid=iwmh5vi
author: nick
WAP File Editor CGI
wap-file-editor.r1.9 KB
10 Aug 2010
Edit text file (insert only) using your WAP cell phone browser.
author: nick
WAP File Viewer CGI
wap-file-viewer.r1.6 KB
10 Aug 2010
Read text files on your web server using your WAP cell phone browser.
author: nick
WAP Mail Reader CGI
wap-mail-reader.r3.4 KB
10 Aug 2010
Read email using your WAP cell phone browser.
author: nick
REBOL Mapping of all win32 API errors
win32-errors.rv:1.0
193.9 KB
8 Sep 2010
[no purpose header found]
author: Maxim Olivier-Adlhoch
Library data services
lds-local.r
 documentation
v:0.0.4
655 bytes
13 Aug 2004
Provides the client end of the REBOL.org Library Data Services interface
author: Sunanda
SQL PROTOCOL
sql-protocol.r
 discussion
 documentation
v:0.6.8
84.2 KB
3 Jan 2011
SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded in your REBOL application. Today, sql-protocol execute only these kind of query : * SELECT ... FROM ... WHERE ... ORDER BY ... * INSERT ... INTO ... VALUES ... * [...]
author: marco
Best File Fit
bestfit.r
 discussion
v:1.0.0
5.9 KB
18 Jun 2004
List the files that best fill up the available space. Use predefined strings or insert the available space in KB (= 1000 byte). Useful for selecting files to best fill up a CD/DVD.
author: Mauro Fontana
Code 3 of 9 (Code 39) Barcode Generator
code39.r
 discussion
2.6 KB
17 Apr 2006
Generates Code 39 barcode images which can be printed out and read with a standard barcode reader. Code 39 is limited to the alphanumeric characters listed in the 'code39 block within the function. It is a very popular barcode format in the US and doesn't need to conform to any particular length of characters and has no limitations placed on it by any sanctioning [...]
author: Bohdan Lechnowsky
CGI wrapper function for debugging
cgi-debug.r
 discussion
 documentation
v:0.0.1
2.6 KB
7 Jan 2005
Provides debugging info for scripts running as a CGI under a webserver
author: Sunanda
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
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
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
Dialect Object Model
rebol-dom.r
 discussion
 documentation
v:1.0
56.8 KB
7 Nov 2023
Use an exstensible, Rebol user-mode, Markup function to parse DSL's that will return an easy to follow tagged key value Dialect Object Model. It will allow different DSL's or programming languages to work with, or together through a Central Processing interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by [...]
author: daniel murrill
Dialect Object Model
rebol-dom-mdlparser
 discussion
 documentation
61.9 KB
4 Jun 2022
%Rebol-DOM.r mdlparser.r is a copy of the %Rebol-DOM.r mdlparser. The first copy would not download so i appended the *.r to it, wich seemed to make it able to become downloadable now. So...., down load it and tell me all about its glorious [...]
author: daniel
View-Hanoi
view-hanoi.r
 discussion
v:1.0.0
8.0 KB
13 Mar 2003
Towers of Hanoi with Visualization. A learning excercise for me. Hopefully it will improve over time.
author: Gregg Irwin