Script Library: 1004 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
tag index: t · type

133 scripts tagged as: [type  ·  function]

Accumulate
accumulate.rv:1.0.1
1.0 KB
13 Mar 2003
Cumulates values in a block together, by successively applying the function to each value in Series.
author: Andrew Martin
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
Age
age.rv:3.0.0
1.1 KB
22 Sep 2003
Calulates Age in Years, Months & Days.
author: Andrew Martin
Data formatter
align.rv:1.0.0
1.1 KB
13 Mar 2003
Create text columns
author: Bohdan Lechnowsky
ARCFOUR and CipherSaber
arcfour.r3.8 KB
18 Jan 2004
Provides encryption and decryption using the ARCFOUR algorithm
author: Cal Dixon
Area with scrollers style
area-scroll-style.rv:1.0.0
13.7 KB
27 Sep 2004
This is a new area style with possible vertical and/or horizontal scrollers. It allow selection of text outside the viewable area and have a read-only mode.
author: Didier Cadieu (alias DideC)
Arguments
arguments.rv:1.0.1
803 bytes
13 Mar 2003
Returns the arguments of the function as a block.
author: Andrew Martin
Ascii math
ascii-math.rv:0.0.0
2 KB
10 Mar 2009
Defines functions and variables for arithmetic ASCII characters
author: Scott Wall
Autoextracting REBOL file creator
autoextract.rv:1.0.0
1.5 KB
13 Mar 2003
Send files via email which can be decompressed simply by executing the contents of the message when it is received.
author: Bohdan Lechnowsky
Attribute Values Extractor
ave.r2.1 KB
23 Jan 2006
Extract attribute values from (HTML) tags
author: hy
Average
average.r
 discussion
v:1.0.0
626 bytes
8 Jul 2003
Averages the values in the Block.
author: Andrew Martin
Base conversion functions
base-convert.r
 documentation
 run plugin
v:0.0.2
8.0 KB
2 Sep 2005
Functions to convert an decimal whole number to and from any arbitrary base
author: Sunanda
Encode/Decode Base58
base58.rv:1.0.0
1.1 KB
5 Dec 2009
To Encode Integers as Base58. Used by some URL shortening services.
author: Christopher Ross-Gill
BBcode
bbcode.rv:0.1.0
8.7 KB
9 Jan 2009
Basic BBCode implementation. For more info about BBCode check http://en.wikipedia.org/wiki/BBCode
author: David 'Oldes' Oliva
Binary Search
binary-search.r1.8 KB
5 Nov 2007
Find an index in a sorted list, at which an item must occur, if the item exists in the list. in time porportional to log-2 of the number of items in the list. NOTE WELL no effort is made to confirm the series is actually sorted. returns none if the input arguments are (detectably) flawed returns a index of a match OR an index [...]
author: Tom Conlin
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
CAS Registry Number
cas-rn.rv:1.0.1
3.3 KB
25 Oct 2005
The CAS Registry (http://www.cas.org/EO/regsys.html) is a widely used database of chemical substances. The CAS Registry Numbers are a de facto standard for the identification of chemical substances. This module contains helper functions to handle CAS Registry Numbers.
author: Daniel Rybowski
CASE multiple conditional function
case.r
 discussion
v:1.0.0
2.1 KB
27 Nov 2005
Provide a generalized multiple conditional function for situations that would otherwise call for deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any DO-able block rather than being based on a single value. This can be used simply to allow a SWITCH-like behavior that supports ranges instead of single [...]
author: Christopher M. Dicely
CGI wrapper function for debugging
cgi-debug.r
 discussion
 documentation
v:0.0.1
2.6 KB
7 Jan 2005
Provides debugging info for scripts running as a CGI under a webserver
author: Sunanda
Convert Character to Hexidecimal
char-to-hex.rv:1.0
964 bytes
7 May 2005
Convert an ASCII char to a two hex code. This is just one of those things in Rebol where you waste time looking for a solution to an otherwise extremely simple problem because the obvious doesn't work (ie: to-hex M doesn't work because to-hex wants an integer and to-integer wants a character not a string)! The C2I function [...]
author: Gordon Raboud with help from TomC and Sunanda
Google Chart API
charts-api.r
 documentation
v:0.1.1
3.2 KB
24 Jul
Generates a URL to access the Google Charts API
author: Christopher Ross-Gill
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
Collect Function
collect.r
 discussion
3.5 KB
10 Jan 2006
Eliminate the result: copy [] ... append result value dance.
author: Gregg Irwin
Compress Source
compress-source.rv:1.0.0
4.7 KB
15 Sep 2005
Convert REBOL source into a more compact form.
author: Brian Hawley
OTA bitmap to GIF converter
converter.rv:1.1
13.9 KB
25 Sep 2004
Converts so-called operator logos for cell phones, i.e. OTA bitmaps into ordinary two-colour GIFs.
author: HY
CRC-32
crc32.rv:1.1.0
8.7 KB
5 Apr 2006
CRC32 checksum function
author: Vincent Ecuyer
Crystal Reports
crystal-reports.rv:0.1.0
10.2 KB
6 Apr 2007
Provides a basic API to the Crystal-ReportŪ report engine (crpe32.dll) to show, print and export reports. Allows for setting formulas and selection criteriae as well as passing parameters when launching reports.
author: Christian Ensel
#define dialected function
define-dialect.rv: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
DIR
dos-dir.rv:1.1.0
2.1 KB
25 Jul 2007
DOS-like DIR command.
author: REBolek
Compute the date of Easter day
easter-day.rv:1.1.0
1.3 KB
1 Mar 2005
Just a small function to compute the date of the Easter day. Can be used to compute other dates related to Easter. Should be accurate for years starting at 1583 to 2050, and maybe more.
author: Didier Cadieu, but many more
1 / 133[1] 2345