Scripts with documentation (by date)
Reversi | ||
reversi.r documentation | v:2.3.0 31.3 KB 27 Mar 2006 | Reversi / Othello author: Vincent Ecuyer Documentation: by vincentecuye on 29-Jan-2013. |
Paint drops | ||
oneliner-paint-drops.r documentation | v:1.0.0 583 bytes 20 Jul 2003 | A surface is filled with colored drops. author: Vincent Ecuyer Documentation: by vincentecuye on 29-Jan-2013. |
Image viewer | ||
oneliner-image-viewer.r documentation | v:1.0.0 622 bytes 20 Jul 2003 | Displays a picture in a window. Click on it to select another one. author: Vincent Ecuyer Documentation: by vincentecuye on 29-Jan-2013. |
Red compiler and Runner | ||
redcompiler.r documentation | 9.9 KB 5 Dec 2012 | GUI to help with compile and run your Red(/System) scripts. author: arnold van hofwegen Documentation: by arnold on 4-Dec-2012. |
10x10 International checkers move generator | ||
dam1.r documentation | v:1.0.0 782 bytes 5 Dec 2012 | generate all legal moves in the international 10x10 checkers game author: Arnold van Hofwegen Documentation: by arnold on 19-Oct-2012. |
r3D | ||
r3d2.r documentation | v:2.2.6 21.6 KB 17 Oct 2012 | 3D Library, you can use also images.
Look a the end of the file to see how are made 3D model. author: andrew hoadley Documentation: by crazyaxe on 17-Oct-2012. |
The index takes it all | ||
nicer-urls.r documentation | v:0.1.0 3.3 KB 17 Sep 2012 | This is my REBOL version of the php script
from http://www.alistapart.com/articles/succeed/ author: Arnold van Hofwegen Documentation: by arnold on 14-Sep-2012. |
Chess images | ||
chessimage.r documentation | 11.6 KB 26 Aug 2012 | Create images. author: Arnold van Hofwegen Documentation: by arnold on 26-Aug-2012. |
Chess board handler | ||
cbh.r documentation | v:0.1.0 12.1 KB 28 Aug 2012 | Function as a chess board interface.
Support playing a game of chess according to the rules of the game of chess. author: Arnold van Hofwegen Documentation: by arnold on 26-Aug-2012. |
Chess moves generator | ||
chessmoves.r discussion documentation | v:0.1.2 59.2 KB 29 Aug 2012 | Generate all legitimate moves in any position. author: Arnold van Hofwegen Documentation: by arnold on 26-Aug-2012. |
Minify | ||
minify.r documentation | 1.3 KB 21 Aug 2012 | Strips Whitespace and Comments from a Script author: Christopher Ross-Gill Documentation: by chrisrg on 21-Aug-2012. |
Mirrorgame | ||
mirror.r documentation | v:1.07 18.2 KB 29 Aug 2012 | A nice logical puzzle game. author: arnold van hofwegen Documentation: by arnold on 18-Jul-2012. |
Split.r | ||
split.r documentation | 9.7 KB 6 May 2012 | Provide functions to split a series into pieces, according to
different criteria and needs. author: Gregg Irwin Documentation: by greggirwin on 6-May-2012. |
Create an Intelligent Mail Barcode encoding string | ||
usps4cb.r documentation | 23.3 KB 7 Nov 2011 | This is a program to load the United States Postal Service
Windows library for creating the new Intelligent Mail Barcode.
It is designed to be included in a calling program, and it provides
a function to generate a coding string, which in turn may be printed in
a proper barcode font to produce an Intelligent Mail Barcode.
Normally, one would use [...] author: Steven White Documentation: by swhite on 10-Nov-2011. |
Global services module | ||
glb.r documentation | 14.3 KB 7 Nov 2011 | This is an idea for packaging up code, plus some small
demos of how to do various things, harvested from the cookbook and
the mailing list. They are things that are done so often and in so
many situations that the author found it helpful to package them up
in a file of personal functions. All these techniques are shown in
various places, but this [...] author: Steven White Documentation: by swhite on 10-Nov-2011. |
CGI common procedures | ||
cgibasic.r discussion documentation | 8.0 KB 10 Nov 2011 | This is a collection of functions that could be used in a
CGI program. There is nothing in this module that has not been done
better by others, but the code is more heavily annotated for beginners.
Separate documentation explains how to use the functions. The comments
should be helpful also. None of this is my original creation. I just
assembled and annotated, [...] author: Steven White Documentation: by swhite on 10-Nov-2011. |
Mathematical Expression Dialect Parser | ||
parse-expression.r documentation | v:0.9.6 8.3 KB 22 Mar 2011 | Converts a mathematical expression into a block of rebol code that can be evaluated. author: Francois Vanzeveren Documentation: by fvzv on 17-Mar-2011. |
Equation Dialect Parser | ||
parse-equation.r documentation | v:0.9.3 7.1 KB 15 Mar 2011 | Converts a mathematical equation into a block of rebol code that can be evaluated. author: Francois Vanzeveren Documentation: by fvzv on 13-Mar-2011. |
Simple-Test | ||
simple-test.r documentation | v:0.4.1 21.4 KB 12 Mar 2011 | A simple Rebol testing framework author: peter Documentation: by peterwood on 3-Mar-2011. |
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 Documentation: by coccinelle on 3-Jan-2011. |
EASY SOCCER | ||
easy-soccer.r documentation | v:2.1.1 15.1 KB 3 Jan 2011 | Easy-Soccer is a broker based on CGI which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Soccer makes very easy to expose function written in Rebol like services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment Easy-Soccer uses a simple WEB server
and CGI to execute Rebol code [...] author: marco Documentation: by coccinelle on 3-Jan-2011. |
Decimal Arithmetic | ||
money.r documentation | v:see mo 7.0 KB 22 Jul 2010 | Decimal arithmetic for numbers held as strings.
Numbers may have up to 12 integral digits
and always have 2 fractional digits author: peter Documentation: by peterwood on 21-Jul-2010. |
A keyword based search engine for the Rebtutorial articles index page | ||
rebtut-indexer.r documentation | v:0.0.1 14.6 KB 14 Dec 2009 | Was tired looking up visually the index page for any article containing a specific keyword.
For now the script loads and parses the original articles' index page duirectly from the Rebtutorial.com web site,
splitting URL links apart from their descriptions, and while counting them it appends them to a block
that can be searched by keyword. [...] author: Gerard Cote Documentation: by gerardcote on 14-Dec-2009. |
Extract URLs | ||
extract-urls.r documentation | v:1.0.0 1.3 KB 29 Nov 2009 | To identify and extract URIs from plain text author: Christopher Ross-Gill Documentation: by chrisrg on 14-Dec-2009. |
string encoding utilities | ||
str-enc-utils.r documentation | v:1.2.3 45.9 KB 25 Jan 2015 | A set of string utilities created to help with text encoding in 8-bit
character strings author: Peter W A Wood Documentation: by peterwood on 21-Jun-2009. |
Enumerated Type | ||
enum.r documentation | v:0.1.1 12.6 KB 13 Jun 2009 | Safe Enumerated Type for REBOL author: Hostile Fork Documentation: by sunanda on 15-Jun-2009. |
XML/DOM | ||
xml-dom.r documentation | v:0.1.2 6.6 KB 28 Mar 2009 | A rudimentary in-memory XML interpreter and interface. author: Christopher Ross-Gill Documentation: by chrisrg on 29-Mar-2009. |
MakeDoc 2 - The REBOL Standard Document Formatter | ||
makedoc2.r documentation | v:2.5.7 17.0 KB 10 Mar 2007 | This is the official MakeDoc document formatter that is used by
REBOL Technologies for all documentation. It is the fastest and
easiest way to create good looking documentation using any text
editor (even ones that do not auto-wrap text). It creates titles,
headings, contents, bullets, numbered lists, indented examples,
note blocks, and more. For documentation, [...] author: Carl Sassenrath Documentation: by sunanda on 5-Mar-2009. |
form-date | ||
form-date.r documentation | v:1.0.1 5.5 KB 18 Jul 2007 | Return formatted date string using strftime style format specifiers author: Christopher Ross-Gill Documentation: by chrisrg on 19-Feb-2009. |
URL Handler | ||
url-handler.r documentation | 14.6 KB 6 Nov 2016 | A script to handle URLs as objects. Rebol's built-in 'decode-url function
returns an object, but no methods to manipulate it. This script includes
functions that make it possible to manipulate the URL as you please.
CGI parameters are parsed into an alphabetized block for ease of comparison
of URLs. author: hy Documentation: by hallyhaa on 30-Jan-2009. |
Hello World Window | ||
hello.r documentation | 423 bytes 13 Mar 2003 | Opens a window that displays text and a quit button author: [unknown] Documentation: by btiffin on 1-Jan-2009. |
Piles of Button Styles | ||
buttons.r documentation | v:1.1.0 4.4 KB 13 Mar 2003 | Displays 52 button styles out of the hundreds possible. author: Carl Sassenrath Documentation: by btiffin on 1-Jan-2009. |
args - generic command-line argument parser. | ||
args.r discussion documentation | v:0.1.10 29.9 KB 17 Dec 2008 | End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it. author: Maxim Olivier-Adlhoch Documentation: by moliad on 17-Dec-2008. |
Estimate size of a REBOL application | ||
application-sizer.r documentation | v:0.0.3 13.2 KB 7 Dec 2008 | [no purpose header found] author: Sunanda Documentation: by sunanda on 7-Dec-2008. |
REST-Friendly HTTP Protocol | ||
rest.r documentation | v:0.1.0 5.2 KB 10 Nov 2008 | An elementary HTTP protocol allowing more versatility when developing Web
Services clients: REST, SOAP or other. author: Christopher Ross-Gill Documentation: by chrisrg on 11-Nov-2008. |
Import and Validate User Input | ||
filtered-import.r documentation | v:0.1.1 10.9 KB 5 Jun 2007 | Filters user input based upon a given spec author: Christopher Ross-Gill Documentation: by chrisrg on 11-Sep-2008. |
Emit RSS | ||
emit-rss.r discussion documentation | v:1.0.0 4.5 KB 19 Nov 2007 | Create an RSS Feed from a REBOL Block. author: Christopher Ross-Gill Documentation: by chrisrg on 11-Sep-2008. |
Google Chart API | ||
charts-api.r documentation | v:0.1.1 3.2 KB 24 Jul 2010 | Generates a URL to access the Google Charts API author: Christopher Ross-Gill Documentation: by chrisrg on 11-Sep-2008. |
HTML Dialect | ||
html.r documentation | v:0.0.7 21.8 KB 20 Aug 2008 | HTML dialect for simple generation of webpages with REBOL code. author: henrik mikael kristensen Documentation: by henrik on 3-Sep-2008. |
Environment | ||
environ.r documentation | v:0.1.0 3.6 KB 23 Dec 2006 | Provides five functions that decode system/version:
os? which returns a string indicating operating system
nix? which returns true under a unix-type operating system
win32? which returns true under a windows 32 bit os
win? which returns true under a windows os
cpu? which returns a string indicating the CPU [...] author: Peter WA Wood Documentation: by peterwood on 27-May-2008. |
Tiny REBOL Server | ||
rebserver.r documentation | v:1.0.0 0.9 KB 13 Mar 2003 | The distributed REBOL server that builds the REBOL system. author: Anonymous Documentation: by btiffin on 13-Apr-2008. |
Simple pager | ||
pager.r documentation | v:0.9.4 12.8 KB 28 Mar 2008 | A more less page pager;
support b, r, /, ?, >, <, q and /options [rows: cols: num: eof:] author: Brian Tiffin Documentation: by btiffin on 1-Mar-2008. |
Recursively scan directory | ||
scan-dir.r documentation | 2.0 KB 9 Oct 2008 | Scans a directory recursively and returns path to all files in a block. Allows file matching and a callback function per file. author: Henrik Mikael Kristensen Documentation: by henrik on 27-Nov-2007. |
REBOL tagfile generator | ||
rtags.r documentation | v:1.1.0 4.2 KB 13 Mar 2003 | Generates a tagfile that can be used with vi/emacs to quickly locate set-words in your code author: Ernie van der Meer Documentation: by btiffin on 10-Nov-2007. |
Data Directions | ||
directions.r documentation | 754 bytes 13 Mar 2003 | Illustrates the data descriptive capabilities of
REBOL -- Gives the road directions to the REBOL office
from San Francisco. Readable by humans and by REBOL. author: [unknown] Documentation: by btiffin on 12-Aug-2007. |
PDF Maker | ||
pdf-maker.r documentation | v:1.27.1 51.2 KB 18 Aug 2007 | A dialect to create PDF files from REBOL. author: Gabriele Santilli Documentation: by btiffin on 3-Aug-2007. |
Non-echoing Input | ||
inhide.r documentation | 395 bytes 13 Mar 2003 | Hide input for passwords (no echo characters) author: [unknown] Documentation: by btiffin on 27-Jul-2007. |
CLS | ||
cls.r documentation | v:1.0.0 480 bytes 13 Mar 2003 | Clears the console screeen. author: Andrew Martin Documentation: by btiffin on 27-Jul-2007. |
using dict protocol from dict.org | ||
dict-demo.r documentation | v:0.9.3 8.7 KB 27 Feb 2008 | Some usage words for dict:// protocol based on RFC2229 author: Brian Tiffin Documentation: by btiffin on 19-Jul-2007. |
dict protocol from dict.org | ||
dict-scheme.r documentation | v:0.9.2 5.1 KB 18 Jul 2007 | Implements a dict:// protocol based on RFC2229 author: Brian Tiffin Documentation: by btiffin on 18-Jul-2007. |
26 / 213 | 1 | [2] | 3 | 4 | 5 | 6 | 7 | 8 | 9 |