Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
National Instruments Rebol Wrapper
nidaqmax3-6.rv:3.6
176.8 KB
25 Feb 2013
A wrapper allowing to use National Instrument DAQmx base (3.6) library with Rebol
author: Francois Jouen (ldci)
National Instruments Rebol Wrapper
nidaqmxv:1.0
180.9 KB
19 Sep 2008
A wrapper allowing to use National Instrument DAQmx base library with Rebol
author: Francois Jouen (ldci)
Choose and convert colors
color-requester.rv:0.8.10
37.5 KB
12 Jan
icon for color-requester.rRequests a color or modify or convert it
author: Marco Antoniazzi
FABRIK IK solver
fabrik.rv:0.1.0
10.0 KB
15 Dec 2019
Implement Forward And Backward Reaching Inverse Kinematics algorithm.
author: Marco Antoniazzi
Open a file or directory requester
file-requester.rv:1.4.11
29.5 KB
16 Sep 2017
icon for file-requester.rRequests a file or directory
author: Marco Antoniazzi
GLES and EGL library interface
gles-egl-h.rv:0.6.2
139.2 KB
28 Apr 2020
Use modern OpenGL with shaders
author: Marco Antoniazzi
Identity.r
identity.r16.3 KB
7 Dec 2010
functions from the http://www.rebol.net/wiki/Identity article
author: Ladislav Mecir
Mini virtual and x86 machine dll to speed-up calculations a bit
mini-reb-vm.rv:0.1.1
41.1 KB
24 Feb 2019
speed-up calculations a bit.
author: Marco Antoniazzi
Block preprocessor. At last!
preprocess.rv:0.5.1
6.5 KB
20 Aug 2011
Use macros (also with parameters) in your code
author: Marco Antoniazzi
VID Usage
vid-usage.r
 discussion
v:1.2
80.5 KB
10 Jan 2004
VID Usage Tutorial with Runnable Examples
author: Cybarite
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
Can Rebol Print?
can-rebol-print.rv:0.1.1
13.4 KB
12 Oct 2008
This script illustrate some possible methods of printing script output.
author: mr.z
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
RRD
rrd.rv:1.0.0
4.2 KB
21 Jul 2008
Create, Manager, and Use simplified RRD DB
author: Roger McIlmoyle
RBBS - REBOL Bulletin Board Tutorial
rbbs.rv:1.0.0
16.9 KB
5 Jun 2005
A CGI Web Bulletin Board / Message Board
author: carl sassenrath
Rebolide
rebolide.r
 discussion
v:5.4.39
227.7 KB
7 Sep 2012
icon for rebolide.rA Rebol IDE for beginners that helps learning Rebol. I suggest you to put this script in a separete folder.
author: Massimiliano Vessi
Dialect Object Model
rebol-dom-mdlparser.r71.6 KB
7 Jul 2023
----a future Rebol browser API?---- %Rebol-DOM.r mdlparser.r can view DOM's as VID. The Rebol-dom code in the mdlparser has been updated. I'll improve the mdlparser and post updates as time permits or if anyone request specific changes that will improve it. This mdlparser [...]
author: daniel
The two-phase simplex algorithm
simplex.rv:0.1.0
14.1 KB
8 Dec 2019
Implement the two-phase simplex algorithm.
author: Marco Antoniazzi
View-Hanoi
view-hanoi.r
 discussion
v:1.0.0
8.0 KB
13 Mar 2003
Towers of Hanoi with Visualization. A learning excercise for me. Hopefully it will improve over time.
author: Gregg Irwin
Dialect Object Model
rebol-dom.r
 discussion
 documentation
v:1.0
56.8 KB
7 Nov 2023
Use an exstensible, Rebol user-mode, Markup function to parse DSL's that will return an easy to follow tagged key value Dialect Object Model. It will allow different DSL's or programming languages to work with, or together through a Central Processing interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by [...]
author: daniel murrill
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
AIOE Newsgroup Test
newsgroup.rv:1.0.0
13.3 KB
8 Mar 2008
- an application of NNTP protocol - and an introduction AIOE.org
author: R.v.d.Zee
Red compiler and Runner
redcompiler.r
 documentation
9.9 KB
5 Dec 2012
GUI to help with compile and run your Red(/System) scripts.
author: arnold van hofwegen
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