Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Downloader
downloader.rv:0.2.2
2.8 KB
13 Mar 2003
To download multiple remote files and show the progress
author: oldes
Dice roller generator
dice-roller.rv:1.0.1
1.1 KB
19 Jul 2012
icon for dice-roller.rFrom an idea of Adrew Martin a dice rolling generator for role-playing game like D&d or D20.
author: Massimiliano Vessi
Parser for Dicom Header
dicomparser.rv:1.0.0
105.5 KB
7 Apr 2008
Parse dicom headers
author: Willem Michiels
PhotoTrackr DPL700 to GPX/PLT converter
dpl700-converter.r20.8 KB
3 Oct 2009
Converts memory dumps of the Gisteq PhotoTrackr GPS logger (MTK) to GPX/OziExplorer formats
author: pijoter
DNS protocol
dig.rv: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
drop-list2 widget for REBGUI
drop-list2.rv:0.1.0
3.7 KB
9 Aug 2009
Extension of original drop-list widget. Widget receives data as pairs [value1 text1 value2 text2 ...] Widget has extension of function PICKED with options /values returning block of selected row(pair)
author: Robert Paluch 2009
REBOL::EXIF::IMAGE
exif-image.rv:1.2
4.1 KB
22 Dec 2003
obsluga plikow JPEG/EXIF
author: Piotr Gapinski
Easy Quick Plot
ez-plot.rv:0.1.1
60.5 KB
13 Mar 2003
Simple tutorial for using the quick plot dialect.
author: Matt Licholai
Easy VID Tutorial
easy-vid.rv:1.1.2
16.2 KB
13 Mar 2003
Beginner's tutorial to VID.
author: Carl Sassenrath
Easy Drawer
easy-drawer.rv:1.0.0
9.2 KB
11 Feb 2007
Easy way to test draw commands
author: Guest2
Quick Email Sender
emailer.rv:1.0.4
2.2 KB
13 Mar 2003
A simple GUI example of an email sender.
author: Carl Sassenrath
FreeMem
free-mem.r891 bytes
13 Dec 2004
A tiny function to free the memory occuped by a variable that is no more used in the program. This code is the best code given to us by DocKimble around the memory clearance. So it's the fruit of a colaborative work around memory management that we do using the forum of REBOLFRANCE.org
author: DocKimble
Obscure File Server
fileserver.r14.4 KB
3 Sep 2009
Share files over HTTP protocol +NLS
author: pijoter
Feedback
feedback.rv:1.0.0
2.3 KB
13 Mar 2003
Sends feedback to REBOL Technologies.
author: Carl Sassenrath
File globbing module and dialect
file-list.r
 discussion
 documentation
v:0.0.2
30.2 KB
19 Oct 2006
Given a file spec, and optional criteria for date, size, and attributes, the FILE-LIST function returns a block of files that match the spec and criteria. It is also a test-bed for how to integrate dialects with one-another. There are sub-dialects for date, size, and attribute tests, and FILE-LIST encapsulates those, along [...]
author: Gregg Irwin
F1 demo
f1.rv:1.0.0
4.8 KB
23 Nov 2012
icon for f1.rSimple car game, just t show how to scroll images
author: Massimiliano Vessi
Find a file in directories / folders
find-file-gui.rv:2.0.0
2.6 KB
9 Nov 2012
icon for find-file-gui.r[no purpose header found]
author: Massimiliano Vessi
FMOD library interface
fmod-h.rv:0.9.0
177.5 KB
5 Nov 2011
Code to bind FMOD shared library to Rebol.
author: Marco Antoniazzi
FTP Chat Room
ftp-chat.r2.7 KB
30 Jun 2008
A simple chat application that lets users send instant text messages back and forth across the Internet. The chat rooms are created by dynamically creating, reading, appending, and saving text files via ftp (to use the program, you'll need access to an available ftp server: ftp address, username, and password). Taken [...]
author: nick antonaccio
FastCGI Broker
fcgi-broker.r
 discussion
v:1.0.1
2.6 KB
15 Dec 2005
Rebol script broker for a hooked rebol interpreter launched as a FastCGI application. This is the root script which runs others scripts on request of the FastCGI peer. This enables REBOL/Core or REBOL/View to act as a FastCGI application without the need for REBOL/Command. This script only works on Windows with a patched REBOL interpreter. Details available at [...]
author: Pascal Hurni
Guitar Chord and Scale Diagrammer
guitar-chord-and-scale-diagrammer.r1.6 KB
12 Jan 2014
A little example for the new tutorial at: http://re-bol.com/starting_computer_programming_with_rebol.html When the program starts, enter the number of frets you want in your diagram. (The default is 5 frets, but you could use 3 or 4 for smaller diagrams, or more for full fretboard scale diagrams) Click any fret on any string [...]
author: nick
Demo Msx Emulation Galaga
galaga.rv:1.0.1
88.5 KB
28 Feb 2007
MSX Emulation using rebcode
author: Guest2
Document Generator
generate-doc.r
 documentation
15.7 KB
13 Mar 2003
XMLish doc generator using parse-XML
author: Daan Oosterveld
GeoRSS converter
georss.r24.5 KB
7 Oct 2009
Converts GeoRSS xml to GPX/KML/OziExplorer formats
author: pijoter
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