Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Contexts
contexts.r10.5 KB
7 Jul 2013
REBOL code from the bindology article
author: Ladislav Mecir
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
Win-Registry-Control
registry.rv:1.1.0
13.9 KB
13 Mar 2003
View and modify data of windows registry.
author: Frank Sievertsen
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
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
REBOL Mapping of all win32 API errors
win32-errors.rv:1.0
193.9 KB
8 Sep 2010
[no purpose header found]
author: Maxim Olivier-Adlhoch
LIQUID - core dataflow programming engine.
liquid.r
 discussion
v:0.8.1
64.9 KB
28 Mar 2009
Create procedural processing networks.
author: Maxim Olivier-Adlhoch
SQL PROTOCOL
sql-protocol.r
 discussion
 documentation
v:0.6.8
84.2 KB
3 Jan 2011
SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded in your REBOL application. Today, sql-protocol execute only these kind of query : * SELECT ... FROM ... WHERE ... ORDER BY ... * INSERT ... INTO ... VALUES ... * [...]
author: marco
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
better-than-nothing sqlite3 handler
btn-sqlite.r
 discussion
v:0.2.2
5.7 KB
30 Jan 2006
easy access to sqlite3 database without /Pro or /Command features
author: Piotr Gapinski
Simple Rebol DBMS
db.rv:1.2.0
24.7 KB
13 Mar 2003
RebolBase is a simple database managment system written entirely in Rebol. Its main feature is that it stores its data in plain, newline delimited text files. This allows the database to be accessed and modified by other programs.
author: Jamey Cribbs
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
Enumerated Type
enum.r
 documentation
v:0.1.1
12.6 KB
13 Jun 2009
Safe Enumerated Type for REBOL
author: Hostile Fork
Evaluate
evaluate.r6.2 KB
15 Mar 2011
A few expression evaluators and expression translators written in REBOL.
author: Ladislav Mecir
HTML Dialect
html.r
 documentation
v:0.0.7
21.8 KB
20 Aug 2008
HTML dialect for simple generation of webpages with REBOL code.
author: henrik mikael kristensen
ico-parser2
ico-parser2.rv:0.0.5
9.7 KB
13 Mar 2003
To get data from the windows *.ico files
author: Oldes
ico-parser
ico-parser.rv:0.0.1
5.4 KB
13 Mar 2003
To get data from the windows *.ico files
author: Oldes
VID LIST-VIEW Face
list-view.rv:0.0.28
33.2 KB
16 Jan 2013
General purpose listview with many features for use in VID.
author: henrik mikael kristensen
Multi-methods implementation
multi-methods.rv:1.4.0
9.0 KB
11 Apr 2005
Implements polyformism using multi-methods technique and typed objects
author: Jaime Vargas
printf and sprintf implementation
printf.rv:1.0.1
2.8 KB
6 Jun 2006
Wrapper for the printf and sprintf C routines
author: jaime vargas