529 scripts tagged as: [type · tool]
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 |
Dir-map explorer | ||
dir-map-explorer.r | v:0.1.2 5.6 KB 13 Mar 2003 | to work with directory maps generated by %dir-mapper.r script author: Oldes |
Directory Mapper | ||
dir-mapper.r | v:1.0.5 5.0 KB 13 Mar 2003 | Recursively builds a dir-structure map of the directory
with file/dir informations as size and dates author: Oldes and Stephane Bagnier |
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 |
Dir | ||
dir.r | v:3.1.0 508 bytes 13 Mar 2003 | Directory manipulation functions. author: Andrew Martin |
Data Directions | ||
directions.r documentation | 754 bytes 13 Mar 2003 | Illustrates the data descriptive capabilities of
REBOL -- Gives the road directions to the REBOL office
from San Francisco. Readable by humans and by REBOL. author: [unknown] |
disable face | ||
disable-face.r | v:1.0.0 1.7 KB 13 Mar 2003 | disable and enable face author: Volker Nitsch |
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 |
Downloader | ||
downloader.r | v:0.2.2 2.8 KB 13 Mar 2003 | To download multiple remote files and show the progress author: oldes |
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 |
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 |
Duplicate Directory | ||
duplicate-directory.r | v:1.0.1 1.0 KB 13 Mar 2003 | Duplicates the structure and files of a directory. author: Andrew Martin |
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 |
dates of easter | ||
easter.r | 1.0 KB 1 Mar 2005 | find the date Easter will fall on for a particular year author: [unknown] |
Easy Drawer | ||
easy-drawer.r | v:1.0.0 9.2 KB 11 Feb 2007 | Easy way to test draw commands author: Guest2 |
EASY SERVICE | ||
easy-service.r | v:1.0.2 14.8 KB 16 Nov 2005 | Easy-Service is a broker based on REBOL/Service which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Service makes very easy to expose function written in Rebol like REBOL/Services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment easy-service uses a simple [...] author: marco |
EASY SOCCER | ||
easy-soccer.r documentation | v:2.1.1 15.1 KB 3 Jan 2011 | Easy-Soccer is a broker based on CGI which offer an easy way
to write and the deploy distributed Rebol application.
Easy-Soccer makes very easy to expose function written in Rebol like services.
Thus, you can use these functions as if they were defined locally.
In a distributed environment Easy-Soccer uses a simple WEB server
and CGI to execute Rebol code [...] author: marco |
REBOL Face Effect Lab | ||
effect-lab.r | v:1.3.2 5.5 KB 13 Mar 2003 | Show combinations of effects. author: Carl Sassenrath |
SMTP challenger | ||
email-check.r discussion | 1.5 KB 26 Nov 2005 | Issues an smtp challenge to see if recipient email address exists.
Some mail servers will respond okay anyway to protect users from spammers. author: Graham Chiu |
Quick Email Sender | ||
emailer.r | v:1.0.4 2.2 KB 13 Mar 2003 | A simple GUI example of an email sender. author: Carl Sassenrath |
Embedded Search | ||
embedded-search.r | v:1.0.0 3.3 KB 19 Aug 2006 | The script enables a document search from within a browser. author: rwvd.zee |
Emit RSS | ||
emit-rss.r discussion documentation | v:1.0.0 4.5 KB 19 Nov 2007 | Create an RSS Feed from a REBOL Block. author: Christopher Ross-Gill |
En-/decryption Functions | ||
encrypt.r | 2.1 KB 13 Mar 2003 | A basic encryption scheme. author: Bohdan Lechnowsky |
EnList | ||
enlist.r | v:0.0.3 10.3 KB 20 Jul 2003 | Simple GUI for encap tools author: Gregg Irwin |
EPU | ||
epu.r | 8.8 KB 6 Jun 2008 | Simple GUI for accessing escputil on linux author: AllRebbedUp |
error-logger | ||
error-logger.r | v:1.2.0 5.3 KB 13 Mar 2003 | give better error feedback. logs a kind of stack-trace on error. author: Volker |
91 / 529 | 1 | 2 | 3 | [4] | 5 | 6 | ... | 14 | 15 | 16 | 17 | 18 |