Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
tag index: p · platform

578 scripts tagged as: [platform  ·  all]

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
Chinese Year
chinese-year.rv:1.1.0
5.3 KB
28 Jan 2013
Chinese Year name
author: Vincent Ecuyer
Chord Accompaniment Player
chord-accompaniment-player.r2.4 KB
30 Jun 2008
Plays music backup tracks, based on chord progressions entered as text. See http://musiclessonz.com/rebol_tutorial.html#section-31.11 for a case study about how this program was created.
author: nick antonaccio
Mapserver client: Demo map
cl4mapserv.rv:0.2.3
38.0 KB
13 Mar 2006
Simple Mapserver (http://mapserver.gis.umn.edu) client.
author: Janeks Kamerovskis
Clausius Clapeyron
cla-cla.rv:1.0.6
1.6 KB
1 Feb 2012
Given the data, check if it's steam or water, and give the temperature for boiling water. It usese the Clausius-Clapeyron equation and give the flow in the tube to reach the atmosfere.
author: Massimiliano Vessi
REBOL Heavy Script Cleaner (Pretty Printer)
clean-script-heavy.r2.4 KB
27 Mar 2005
Based on Carls %clean-script.r Cleans (pretty prints) REBOL scripts by parsing the REBOL code and supplying standard indentation and spacing. Breaks now every bracket/paren it finds (thus heavy ). If you have a really messed up script, like %ascii-chart.r from the library, you have a chance to make it readable. [...]
author: carl sassenrath
REBOL Script Cleaner (Pretty Printer)
clean-script.r1.9 KB
15 Jan 2005
Cleans (pretty prints) REBOL scripts by parsing the REBOL code and supplying standard indentation and spacing.
author: Carl Sassenrath
Rebol Code colorizer
code-colorizer.rv:0.9.5
18.7 KB
19 Jan 2009
To convert Rebol script into html with colorized code. Using string based parsing.
author: David 'Oldes' Oliva
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
coding-mailto
coding-maito.r
 discussion
v:1.0.0
5.4 KB
11 Sep 2004
a tool for coding the mailto info in a html page and avoid some spam
author: Philippe Le Goff
Collect Function
collect.r
 discussion
3.5 KB
10 Jan 2006
Eliminate the result: copy [] ... append result value dance.
author: Gregg Irwin
Color REBOL Code in HTML
color-code.r
 discussion
 documentation
3.4 KB
22 Jul 2005
Colorize source code based on datatype. Result is HTML. This script is used to syntax color the library scripts.
author: Carl Sassenrath
Color converter (RGB to HSL v.v.)
color-converter.rv:1.0.0
4.8 KB
18 Apr 2011
To convert RGB color values to HSL values v.v. and to show them visually
author: Rudolf W. Meijer
Choose and convert colors
color-requester.rv:0.8.10
37.5 KB
12 Jan
icon for color-requester.rRequests a color or modify or convert it
author: Marco Antoniazzi
Colormatch 1.5
colormatch15.r4.8 KB
16 Mar 2007
Color Match 1.5 simulates very closely the Amiga Version created in 1987. Junior High students learned how to created accurate colors by typing in numbers into a multimedia program.
author: Scot M. Sutherland
Compress Source
compress-source.rv:1.0.0
4.7 KB
15 Sep 2005
Convert REBOL source into a more compact form.
author: Brian Hawley
Various compression algorithms
compression.rv:0.0.3
22.0 KB
14 Feb 2013
Collect and show various compression algorithms (Huffman, RLE, LZ77, LZSS, LZ78, LZW).
author: Marco Antoniazzi
Console udp-broadcast
console-udp.rv:1.0.0
1.2 KB
15 Nov 2007
Console IO udp-broadcast instead of echo file!. When rebol echo function! is executed then bcast-on is automaticly closed by rebol, scheme: 'file takes over for echo in system/ports/echo. There is no check on udp port, please change to the right port. Use of an udp-listen on a remote console/machine can now listen for udp traffic from this console and capture it to file i.e. [...]
author: ND
Content Management
content-management.r
 documentation
v:1.0.0
4.3 KB
13 Mar 2003
test
author: Christopher Ross-Gill
Software engineering: design by contract
contract.rv:1.0.1
5.7 KB
6 May 2003
Facilitates design by contract
author: Maarten Koopmans
OTA bitmap to GIF converter
converter.rv:1.1
13.9 KB
25 Sep 2004
Converts so-called operator logos for cell phones, i.e. OTA bitmaps into ordinary two-colour GIFs.
author: HY
Convertisseur
convertisseur.rv:1.0.0
1.2 KB
25 Aug 2004
convert Francs vs Euros
author: Philippe Le Goff
Unit converter
convertitore.rv:1.4.14
24.2 KB
2 Jul 2013
icon for convertitore.rThe best unit converter on earth!
author: Massimiliano Vessi
cookie-example.r
cookie-example.r
 documentation
v:1.0.1
7.5 KB
13 Aug 2004
Demonstrates how to set session cookies and use them to retrieve session variables. Much of the code has been cobbled together from much more structured (ie not all in one module) code used by rebol.org itself
author: Sunanda
cookie-jar reader/writer
cookie-jar-lib.rv:0.0.1
2.4 KB
30 Mar 2005
Parses cookie-jar files and returns a block of records. Records are blocks of either strings or name-value pairs. if /keep-comments is used there will be two fields for each record: 'content and 'comment; comment may be none.
author: Gregg Irwin
CopyCon
copycon.rv:1.0.0
817 bytes
15 Nov 2007
Inline Line-Editor for Rebol Console mode, you can extent by loading/saving/exeucting the buffer
author: ND
CouchDB Client
couchdb3.rv:0.0.11
11.5 KB
22 Jan 2010
Use couchdb as a datastore ( http://couchdb.apache.org/ )
author: Ingo Hohmann
CRC-32
crc32.r
 documentation
v:1.2.0
9.4 KB
30 Jan 2013
CRC32 checksum function
author: Vincent Ecuyer
CSV Handling Tools
csv-tools.rv:1.1.5
11.9 KB
20 Dec 2011
Loads and formats CSV data, for enterprise or mezzanine use.
author: Brian Hawley
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
61 / 57812[3] 45...1617181920