Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
National Instruments Rebol Wrapper
nidaqmxv:1.0
180.9 KB
19 Sep 2008
A wrapper allowing to use National Instrument DAQmx base library with Rebol
author: Francois Jouen (ldci)
National Instruments Rebol Wrapper
nidaqmax3-6.rv:3.6
176.8 KB
25 Feb 2013
A wrapper allowing to use National Instrument DAQmx base (3.6) library with Rebol
author: Francois Jouen (ldci)
Network Tools
nettools.rv:1.1
8.6 KB
12 Jul 2006
Collection of network tools
author: François Jouen
NIST clock
nistclock.r3.6 KB
14 Nov 2012
Get the current time using the NIST service. Defines NIST-TIME, NIST-CORRECTED-TIME and SET-SYSTEM-TIME functions. Uses a GUI to display and (eventually) set system time.
author: Ladislav Mecir
Number Verbalizer
number-verbalizer.r3.1 KB
13 Mar 2010
Converts number values to their spoken English equivalent. (i.e., 23482194 = Twenty Three million, Four Hundred Eighty Two thousand, One Hundred Ninety Four ). This code was created for a check writing application, but is perhaps useful elsewhere. The algorithm was partially derived from the article at http://www.blackwasp.co.uk/NumberToWords.aspx [...]
author: nick
Nim engine
nim-engine.r
 documentation
v:0.0.0
12.7 KB
19 Jul 2005
Calculate the best move in a game of NIM
author: Sunanda
Very Short Webserver
oneliner-webserver.r
 discussion
821 bytes
20 Oct 2003
Webserver serving files from the current directory.
author: Cal Dixon
Morse code
oneliner-morse-code.rv:1.0.0
660 bytes
13 Nov 2003
Encodes a sentence into morse code. This version is a bit suboptimal so that the html generator won't destroy it.
author: Johan Roennblom
Console history
oneliner-dohist.rv:1.0.0
570 bytes
20 Jul 2003
Allow you to use the history just by index.
author: Fabrice Vado
Cellular automata
oneliner-rule-110-ca.rv:1.0.0
759 bytes
20 Jul 2003
Shows some steps in the evolution of a Turing complete cellular automaton from a single marked cell. Replace ..1.11. with some other expression, like ..11.. or .1..11 , and what do you have? Rule 90, and rule 30, respectively.
author: Errru
Day of week
oneliner-weekday.rv:1.0.0
563 bytes
20 Jul 2003
Returns the weekday of the date. Use 'Weekday? like: Weekday? 25/Dec/2002 ; == Wednesday
author: Andrew Martin
Obfuscation
obfuscation.r1.1 KB
1 Sep 2009
[no purpose header found]
author: nick
JS Promises
promises.rv:0.9.1
54.6 KB
28 Apr 2020
A Rebol-style implementation of JS Promises
author: Marco Antoniazzi
PhotoTrackr DPL converter
phototrackr-converter.r8.8 KB
27 Oct 2010
Converts memory dumps of the PhotoTrackr GPS (DPL) logger to OziExplorer/GPX formats
author: pijoter
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
Digital PCS Phone Pager
pcspager.r4.4 KB
13 Mar 2003
Check e-mail account for messages, then process for paging to a Digital PCS phone. The processing includes chopping message/sender lengths and url-encoding. My cellular company wanted an extra $3/month just to give me an e-mail address that does what this script does. (Can you believe that? $3!) My PCS provider is Cantel AT&T [...]
author: Kevin McKinnon
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
PARADOX-PROTOCOL
paradox-protocol.rv:0.3.3
12.5 KB
3 Mar 2011
Paradox database REBOL protocol
author: nicolas
Parse & Display Of The Core23 Manual
parse-core23-manual.rv:1.0.1
16.9 KB
26 Sep 2007
a parsing exercise
author: R. v.d.Zee
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
Parse Aid
parse-aid.rv:0.6.2
15.1 KB
27 Oct 2013
icon for parse-aid.rHelp make and test parse rules
author: Marco Antoniazzi
Parse Analysis Toolset
parse-analysis.r
 documentation
v:2.0.0
11.5 KB
3 Mar 2013
Some tools to help learn/analyse parse rules.
author: Brett Handley
Patches
patches.rv:1.4.0
5.6 KB
14 Nov 2003
Various patches to Rebol.
author: A J Martin
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
PDF label maker
pdf-labels.r
 documentation
v:0.0.2
3.4 KB
17 Mar 2004
Create labels with PDF-Maker
author: Gregg Irwin