Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Dynamic Script Localization
locale.r
 documentation
v:1.0.1
12.6 KB
6 Sep 2004
Locale.r extends the system/locale objet in order to supply a dynamique localization of applications
author: marco
MakeDoc 2 - The REBOL Standard Document Formatter
makedoc2.r
 documentation
v:2.5.7
17.0 KB
10 Mar 2007
This is the official MakeDoc document formatter that is used by REBOL Technologies for all documentation. It is the fastest and easiest way to create good looking documentation using any text editor (even ones that do not auto-wrap text). It creates titles, headings, contents, bullets, numbered lists, indented examples, note blocks, and more. For documentation, [...]
author: Carl Sassenrath
Mini-edit-do
mini-edit-do.r
 discussion
v:0.8.5
32.7 KB
17 Apr 2021
Helps test short programs (substitutes console)
author: Marco Antoniazzi
Area with scrollers style
area-scroll-style.r
 discussion
v: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)
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
Rebol Code colorizer
code-colorizer.rv:0.9.5
18.7 KB
19 Jan 2009
To convert Rebol script into html with colorized code. Using string based parsing.
author: David 'Oldes' Oliva
One Hundred Draw Examples
draw-examples.r17.9 KB
14 Nov 2011
- to illustrate draw examples.
author: 10Mile
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
IMAP Handler
imapx-handler.rv:0.0.2
36.8 KB
30 Mar 2006
Add some RFC3501 (full imap) behaviour to the imap scheme.
author: rt & ingo hohmann
Menu demo, using choice
menudemo.r14.6 KB
15 Jan 2014
Two purposes. Number one, to break down a menu demo from Nick Antonaccio into such small pieces that I am able to understand each piece, and thus the whole. Number two, to offer an idea of how to write a REBOL script that demonstrates how to write a REBOL script. This idea has been done before, so this is not completely new, just different. It also shows [...]
author: Steven White
mytext
mytext.r1.1 KB
1 Aug 2011
Text style which dynamically changes font-size in order to fit string to widget size
author: Robert Paluch (BobikCZ)
Rebol OCR
ocr.rv:1.0
5.8 KB
16 Nov 2009
use free tesseract OCR with rebol The Tesseract OCR engine was one of the top 3 engines in the 1995 UNLV Accuracy test. Between 1995 and 2006 it had little work done on it, but it is probably one of the most accurate open source OCR engines available. The source code will read a binary, grey or color image and output text. A tiff [...]
author: François Jouen
Request List Enhanced
request-list-enhanced.rv:0.9.3
16.4 KB
18 Aug 2014
An enhancement to the regular request-list that allows selecting items from a request list by typing in the first few characters of the item. Works with text, word and number lists. Designed to make optimum use of the keyboard. - New refinement request-list-enhanced/return-index will return the index of the item not the value. - Keys used; cursor up, down, page-up, [...]
author: mike yaunish
Rebol Reader
rebol-reader.rv:0.1.2
64.1 KB
10 Apr 2006
The script is a method to provide an orderly collection of scripts and documents to form a Rebol reference.
author: R.v.d.Zee
Spellck2
spellck.rv:1.0.0
12.5 KB
27 Mar 2005
A spellchecked area
author: Volker Nitsch
Rich Text Format style
simple-rich-text-style.rv:0.0.4
8.9 KB
3 Aug 2013
A quick way to add simple rich-text to VID GUIs
author: Marco Antoniazzi
Resizeable Table/Grid/Multi-column List Widget Example
table-grid-list.r14.3 KB
13 Jul 2011
One of the greatest things about REBOL/View is the built in GUI dialect ("VID"). It's great for building simple GUI layouts quickly and easily, but the native list widget can be confusing for newcomers. THIS EXAMPLE IS A FULL FEATURED TABLE/GRID/LIST WIDGET FOR VID GUIs. KEYS: INSERT DELETE ARROWS PAGE UP/DOWN - + [...]
author: nick
Native Windows requestors
win-requestors.r3.4 KB
29 Jun 2009
A set of four Windows native requestors that approximate and extend the functionality of the REBOL request* functions.
author: Ashley G Truter
Wiki
wiki.rv:3.3.2
25.6 KB
19 Jul 2003
Implements a Wiki using Rebol and the Xitami webserver.
author: Andrew Martin
Find a file in sites
web-find-file.rv:3.0.0
2.8 KB
9 Nov 2012
icon for web-find-file.rFinding web page containing a text, also crawling on all page links
author: Massimiliano Vessi
Extract URLs
extract-urls.r
 documentation
v:1.0.0
1.3 KB
29 Nov 2009
To identify and extract URIs from plain text
author: Christopher Ross-Gill
Parse Analysis Toolset /View
parse-analysis-view.r
 documentation
v:2.1.0
31.7 KB
24 May 2013
Some REBOL/View tools to help learn/analyse parse rules.
author: Brett Handley
Textile Parser
textile.r
 documentation
v:0.2.0
16.2 KB
16 Jun 2006
Transforms Textile-formatted text into HTML
author: Brian Wisti
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
make-doc-pro
make-doc-pro.r
 documentation
v:1.0.8
57.8 KB
7 Feb 2004
Parses the make-doc-pro markup language into a datastructure that can be into other document formats (such as HTML) with good titles, table of contents, section headers, indented fixed-spaced examples, bullets and definitons.
author: Robert M. Münch