586 scripts tagged as: [platform · all]
CopyCon | ||
copycon.r | v: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.r | v: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.r | v: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 |
10x10 International checkers move generator | ||
damgame.r | v:1.0.0 732 bytes 22 Nov 2012 | Play the international 10x10 checkers game author: Arnold van Hofwegen |
Date and time functions | ||
date-time.r discussion | v:1.1 11.8 KB 24 Feb 2011 | This script contains the Rebol implementation of some date and time functions provided in
the glibc library and the gnumeric (and therefore Microsoft Excel) software.
While the use and handling of date and time data are in most cases straightforward
with Rebol, some of the advanced date and times functionalities found in glibc and
gnumeric are still missing in [...] author: Francois Vanzeveren |
Days until Christmas | ||
days-till-christmas.r | v:1.0.0 976 bytes 18 Oct 2013 | Starting on Halloween, Tells how long till Christmas: Days, Hours, Minutes, Seconds author: Izkata |
#define dialected function | ||
define-dialect.r | v:0.0.1 2.7 KB 13 Nov 2003 | Make it easier to map C #define statements. Eliminates
the need to manually call datatype conversion functions
for each item. author: Gregg Irwin |
Delimit | ||
delimit.r | v:1.0.0 760 bytes 3 Mar 2013 | Delimit series elements with a delimiter. author: Brett Handley |
Demo Emulate PSG AY-3-8912... MSX PoWaaaa !!!! | ||
demo-ay.r | v:0.0.2 88.5 KB 9 Feb 2007 | Emulate the PSG AY-3-8912 author: Guest2 |
Threads Demo | ||
demo1.r | v:0.0.1 1.6 KB 1 Dec 2004 | show native multithreading with view 1.3 author: François Jouen |
Random Number Generator Demo | ||
demorandom.r | v:1.0 7.9 KB 19 Jun 2009 | Some examples how to use randomr lib author: François Jouen. |
Desk Calculator | ||
desk-calc.r | v:1.3.0 2.5 KB 14 Oct 2004 | A tool for simple calculations. author: Ryan S. Cole |
Diary | ||
diary.r | 971 bytes 20 Sep 2014 | This programme allows you to simply keep a diary
It writes to a plain text file the *** title ***
and the body, automatically adding Date and Time. author: Caridorc |
Dice roller generator | ||
dice-roller.r | v:1.0.1 1.1 KB 19 Jul 2012 | From an idea of Adrew Martin a dice rolling generator for
role-playing game like D&d or D20. author: Massimiliano Vessi |
Parser for Dicom Header | ||
dicomparser.r | v:1.0.0 105.5 KB 7 Apr 2008 | Parse dicom headers author: Willem Michiels |
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 |
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 |
DNS protocol | ||
dig.r | v:0.0.1 13.6 KB 21 Feb 2005 | REBOL DIG : Implementation of DNS protocol (RFC 1035)
URL is dig://name-server/TYPE/name
ans: read dig://ns.thomething.com/SOA/thomething.com
ans: read dig://172.30.1.1/PTR/194.252.19.3
ans: read dig::/172.30.1.1/A/noway.myhome.com
you can see a list of available TYPEs in cmd-list in beginning of code
use ans/to-str to [...] author: VDemong |
Display chess board | ||
display-chess-board.r | v:1.0.0 3.5 KB 14 Sep 2004 | Display a basic chess board and some
moveable counters (use a mouse to drag and drop). The
most-recently selected counter comes to the front, if it
was obscured by other counters.
Intended as a get-you-started set of ideas if you intend
to write a board game, and a demo of VID feel and other
useful techniques author: Sunanda |
DO-POP Scheme | ||
do-pop-scheme.r documentation | 7.3 KB 10 Jul 2005 | A scheme to allow flexible POP3 operations. author: Brett Handley |
Document Search | ||
document-search.r documentation | v:1.0.0 2.1 KB 11 Aug 2006 | Users may open a directory, search files for a phrase, and then review documents in a browser. author: rwvd.Zee |
DIR | ||
dos-dir.r | v:1.1.0 2.1 KB 25 Jul 2007 | DOS-like DIR command. author: REBolek |
Download page | ||
download-page.r | v:0.2.1 4.2 KB 17 Jan 2011 | Download in a tmp directory all elements of a URL :
- CSS scripts
- Javascript scripts
- Images
Return the page size. author: nicolas |
PhotoTrackr DPL700 to GPX/PLT converter | ||
dpl700-converter.r | 20.8 KB 3 Oct 2009 | Converts memory dumps of the Gisteq PhotoTrackr GPS logger (MTK) to GPX/OziExplorer formats author: pijoter |
PhotoTrackr DPL700 | ||
dpl700.r | 11.8 KB 30 Sep 2009 | Reads the memory from the Gisteq PhotoTrackr GPS logger to a file author: pijoter |
Draw A Mouse Over Round Button | ||
draw-a-mouse-over-round-button.r | v:1.1.1 2.9 KB 12 Mar 2008 | draw a round button with a mouse over effect author: R. v.d.Zee |
Drill Bits | ||
drill-bits.r | v:0.9 7.6 KB 8 Aug 2005 | A VID drill program to help memorize facts
using repeated multiple choice question and answers. author: mikel |
EAN-13 Barcode Image Generator | ||
ean13.r | v:0.1.0 3.7 KB 14 Mar 2005 | Generates EAN-13 barcode images as image! which can be used for
print out and later read with a barcode reader.
It's means to the the basic first version of a fuil barcode generator script
for support of mulitple barcode types.
Usage: gencode 1234567890123
Any 13-digit can be used, but must be valid 13-digit barcode [...] author: Henrik Mikael Kristensen |
91 / 586 | 1 | 2 | 3 | [4] | 5 | 6 | ... | 16 | 17 | 18 | 19 | 20 |