Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
printf and sprintf implementation
printf.rv:1.0.1
2.8 KB
6 Jun 2006
Wrapper for the printf and sprintf C routines
author: jaime vargas
REBOL Document Generator
rebdoc.r
 documentation
v:1.0.1
3.9 KB
13 Mar 2003
Generates an HTML formatted document of all REBOL defined words (from the information found within the REBOL program itself). The output file is rebdoc.html.
author: Carl Sassenrath
Apply
apply.r5.2 KB
26 Dec 2012
APPLY function definition
author: Ladislav Mecir
Prime number checker
prime.r
 documentation
v:0.0.2
3.0 KB
13 Mar 2003
Address the question, could this integer be a prime number? results of false are not prime, results of true are very probably prime and with the /strong refinement, ( I still have to verify this ) true ( should ) guarantee prime. if the argument is outside the domain of the function, none is returned
author: Tom Conlin
Clean-func
clean-func.r
 discussion
2.8 KB
2 Oct 2020
Func defines a function with given spec and body that remembers its arguments and locals after return. Clean-func defines a function with given spec and body that does not remember its arguments and locals after return.
author: Ladislav Mecir
encompass function
encompass.rv:1.0.3
8.2 KB
26 Nov 2003
Patch/Extend/Restrict any function by transparently enclosing it within another.
author: Maxim Olivier-Adlhoch
glayout - GLASS-based layout engine
glayout.rv:0.5.4
141.6 KB
16 Nov 2006
replace vid dialect layout while keeping its basic featureset
author: Maxim Olivier-Adlhoch
Func Parse String
parse-string.rv:0.8.1
13.1 KB
20 Jul 2004
Creates and returns a function that performs custom string substitution
author: Stan Silver
SLiM - STEEL | Library Manager
slim.rv:0.9.13
29.1 KB
7 Mar 2009
Loads and Manage Run-time linkable libraries. Also serves as a specification.
author: Maxim Olivier-Adlhoch
Print-Hex
print-hex.r
 documentation
v:1.0.0
4.0 KB
1 Feb 2013
Displays binary data both in hexadecimal and filtered ASCII.
author: Vincent Ecuyer
Recursively scan directory
scan-dir.r
 documentation
2.0 KB
9 Oct 2008
Scans a directory recursively and returns path to all files in a block. Allows file matching and a callback function per file.
author: Henrik Mikael Kristensen
Arguments
arguments.rv:1.0.1
803 bytes
13 Mar 2003
Returns the arguments of the function as a block.
author: Andrew Martin
Capture Screen
capture-screen.rv:0.3.0
6.0 KB
5 Apr 2007
(Microsoft/Windows only:) Returns screenshot as an image (or NONE in case of failure).
author: christian ensel
Clipboard
clipboard.rv:0.3.1
8.3 KB
17 Dec 2008
(Microsoft/Windows only:) Read and write text, bitmaps and files from and to the clipboard.
author: Christian Ensel
UPnP - IGD V1.0
upnp-igd.rv:0.1
14.3 KB
10 Sep 2006
UPnP-IGD tool to discover and control an Internet Gateway Device via UPnP
author: marco
(R)EBOL (Un)it
run.r
 discussion
 documentation
19.1 KB
31 May 2008
RUn is a TestCase Framework wich allows the use of TestCases as defined by the eXtreme Programming development methodology and the test-driven development
author: Christophe 'REBOLtof' Coussement
Altme chat reader/exporter
altme-chat-reader.r
 discussion
v:1.2.1
23.2 KB
19 May 2016
Display or export to html the content of an Altme chat group. Can be used in interractif or command-line mode. For usage, run the script with -? argument : "rebol.exe -s altme-chat-reader.r -?"
author: [unknown]
Addr
addr.rv:1.0.0
4.4 KB
10 Mar 2005
Convert C data to Rebol - get the memory address and cast* to a given struct or array
author: Romano Paolo Tenca
AnaMonitor
anamonitor.rv:1.1.7
36.0 KB
26 Sep 2003
To visually examine nested objects/blocks. Examples: monitor monitor system/words monitor svv
author: Romano Paolo Tenca