537 scripts tagged as: [level · intermediate]
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 |
Decode Charset Function | ||
decode-charset.r discussion | v:1.0.0 910 bytes 13 Mar 2003 | Converts 'charset values to something readable author: Nenad Rakocevic |
#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 |
Delete Files by Suffix | ||
delete-suffix.r | 1.7 KB 13 Mar 2003 | Delete files based on their suffixes. Can also delete
deeply through all subdirectories. author: Reburu |
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 |
Email Spam Filter | ||
despam.r | 1.2 KB 13 Mar 2003 | Filters spam by removing all messages from your
incoming email that were not sent directly to you.
Valid email is not affected and remains on server. author: Scrip Rebo |
Block Diagram | ||
diagram.r | v:1.0.0 1.7 KB 13 Mar 2003 | An example of REBOL code creating a useful diagram. author: Carl Sassenrath |
Parser for Dicom Header | ||
dicomparser.r | v:1.0.0 105.5 KB 7 Apr 2008 | Parse dicom headers author: Willem Michiels |
Dictionary Lookup | ||
dict.r | v:1.0.0 906 bytes 13 Mar 2003 | Uses the Merriam-Webster website for dictionary and thesaurus lookups, without using their form. Just a small utility really. author: Jos Yule |
Diff compare | ||
diff.r | 1.1 KB 13 Mar 2003 | See the differences between two files.
Only provides basic DIFF functionality.
Shows lines which don't exist in other file. author: Bohdan Lechnowsky |
dir-tree | ||
dir-tree.r | v:1.0.0 1.8 KB 13 Mar 2003 | Recursively build a rebol and human readable tree
from a directory or a ftp site. Maximum depth can be set. author: Stephane Bagnier |
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 |
DIR | ||
dos-dir.r | v:1.1.0 2.1 KB 25 Jul 2007 | DOS-like DIR command. author: REBolek |
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 |
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 |
Dual Column Text | ||
dual-col.r | v:1.0.0 1.6 KB 13 Mar 2003 | Shows an easy way to make dual column text. author: Carl Sassenrath |
Dump-Face | ||
dump-face.r | v:1.0.0 3.0 KB 24 Nov 2003 | Dump a face and its subfaces and deep find shared faces in a pane (for debugging)
Returns the face itself, so can be used like probe. Overwrite the standard Rebol function. author: Romano Paolo Tenca |
Dump-Style | ||
dump-style.r | v:1.0.0 2.6 KB 24 Nov 2003 | Dump style facets and returns a block which can be passed to stylize
to create a clone of the style. author: Romano Paolo Tenca |
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 |
Easy Drawer | ||
easy-drawer.r | v:1.0.0 9.2 KB 11 Feb 2007 | Easy way to test draw commands author: Guest2 |
Easy VID Tutorial | ||
easy-vid.r | v:1.1.2 16.2 KB 13 Mar 2003 | Beginner's tutorial to VID. author: Carl Sassenrath |
91 / 537 | 1 | 2 | 3 | [4] | 5 | 6 | ... | 14 | 15 | 16 | 17 | 18 |