18 scripts tagged as: [domain · shell]
args.r test | ||
args-test.r | v:0.1.6 2.4 KB 11 Dec 2008 | Demonstrate the use of the args.r module on rebol.org author: Maxim Olivier-Adlhoch |
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 |
CD Track Titles | ||
cd-track-titles.r | 8.4 KB 29 Jan 2008 | This script illustrates a method of obtaining the track titles of music CDs so
that the titles may become part of a CD directory or data base - without typing
each title in manually. author: r. |
DIR | ||
dos-dir.r | v:1.1.0 2.1 KB 25 Jul 2007 | DOS-like DIR command. author: REBolek |
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 |
Foreach-file | ||
foreach-file.r | v:1.0.2 986 bytes 5 Jun 2007 | Perform function on each file in selected directory recursively author: Rebolek |
gather | ||
gather.r | v:0.2.0 1.0 KB 5 Jun 2007 | Eliminate the result: copy [] ... append result value dance.
Similar to Gregg's 'collect but does not require the set-word notation. author: ReBolek |
Great Computer Language Shootout : hello | ||
helloworld.r | v:1.0.0 597 bytes 27 Sep 2005 | To test startup time in the Great Computer Language Shootout author: Lok Yek Soon |
IP Addresses | ||
ipaddress.r | v:1.0 2.9 KB 8 Dec 2006 | How to know local and wan addresses with Rebol author: François Jouen |
Layout Writer | ||
layout-writer.r | v:0.1.1 10.1 KB 18 Mar 2008 | The script was intended as a method for writing scripts. A layout may
be written in the editor and then displayed in the same script. Writers can change
the script and view the changes without leaving the editor.
Reference material may be drawn into the program, reviewed, and even copied
and pasted into the editor. author: R.v.d.Zee |
NetScan | ||
netscan.r | v:1.0 2.1 KB 18 Dec 2006 | How to scan a computer network with Rebol author: François Jouen |
Network Tools | ||
nettools.r | v:1.1 8.6 KB 12 Jul 2006 | Collection of network tools author: François Jouen |
Rebol Ping | ||
ping.r | v:1.0.0 15.8 KB 5 Jul 2006 | Basic ping version using call author: François Jouen |
Random.org | ||
random-org.r | 900 bytes 17 Jun 2008 | Get really random numbers (come from atmospheric noise) from http://random.org author: [unknown] |
Regset - Regular expression convertor to bitset! | ||
regset.r documentation | v:0.1.0 2.1 KB 31 May 2007 | Make bitset from simple regex-like dialect. author: Boleslav Brezovsky |
SMS2LJ | ||
sms2lj.r | v:1.0.0 1.7 KB 3 Aug 2004 | Post to your LiveJournal account by sending
an SMS to your POP3 account ... using a service
like Yahoo! Mail for SMS. author: Premshree Pillai |
StRIP | ||
strip.r | v:1.0.0 6.3 KB 25 Nov 2010 | REBOL File packer author: Boleslav Brezovsky, based on rip.r by Carl Sassenrath/Cal Dixon |
Rebol TCP Ping | ||
tcpping.r | v:1.0.0 16.2 KB 5 Jul 2006 | Ping version using TCP author: François Jouen |