Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
pluginable analog alarm clock
aclock-p.r
 discussion
 documentation
3.5 KB
20 Sep 2004
aproximate an analog clock and add alarm
author: Tom Conlin
BBcode
bbcode.rv:0.1.0
8.7 KB
9 Jan 2009
Basic BBCode implementation. For more info about BBCode check http://en.wikipedia.org/wiki/BBCode
author: David 'Oldes' Oliva
libcairo library interface
cairo-h.rv:0.6.0
165.4 KB
20 May 2019
Code to bind cairo graphics shared library to Rebol.
author: Marco Antoniazzi
Chess images
chessimage.r
 documentation
11.6 KB
26 Aug 2012
Create images.
author: Arnold van Hofwegen
Parser for Dicom Header
dicomparser.rv:1.0.0
105.5 KB
7 Apr 2008
Parse dicom headers
author: Willem Michiels
eText
etext.r
 documentation
v:1.2.1
14.8 KB
13 Mar 2003
Processes plain text to HTML.
author: Andrew Martin
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
IFF dialect
iff-dialect.rv:1.1.0
4.3 KB
16 Jan 2013
Electronic Arts Interchange File Format (IFF) dialect
author: Vincent Ecuyer
Demonstration of a Package on REBOL.org
lds-demo1-package.r
 discussion
v:0.0.1
978 bytes
13 Aug 2004
Demonstration of a package, and competition
author: Sunanda
never cache
never-cache.rv:1.0.2
2.7 KB
10 Oct 2004
function that outputs rebol and javascript code to ensure a page is always freshly loaded from the server
author: Anton Rolls
Upload a file with FTP
oneliner-ftp-upload-file.rv:1.0.0
637 bytes
20 Jul 2003
Uploads a file using FTP (file transfer protocol). Username and password are provided in the line (so be warned). Any file can be uploaded, text, images, webpages, etc.
author: RT
Upload all files in a directory with FTP
oneliner-ftp-upload-dir.rv:1.0.0
653 bytes
20 Jul 2003
Uploads all the files in a directory using FTP. Files can be text, images, web pages, anything... but not directories.
author: RT
OpenGL library interface
opengl-glu-glut-h.rv:0.7.2
125.5 KB
25 Apr 2013
Code to bind OpenGL, GLU, GLUT shared libraries to Rebol.
author: Marco Antoniazzi
libpango library interface
pango-h.rv:0.5.1
171.7 KB
9 Jun 2019
Code to bind pango and pango-cairo shared libraries to Rebol.
author: Marco Antoniazzi
Add post-effects with shaders
post-processor.rv:0.4.0
12.2 KB
3 May 2020
Example use of %gles-egl-h.r
author: Marco Antoniazzi
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
PDF Bar Code Generator
pdf-barcode.r2.7 KB
14 Mar 2010
Takes a given string and XxY coordinate (in millimeters), and outputs a PDF file containing a printable bar code at the given position. The bar code algorithm is derived directly from Bohdan Lechnowsky's code39.r , and the PDF is generated using Gabriele Santilli's pdf-maker.r . This script was created because images output by the [...]
author: nick
Dialect Object Model
rebol-dom-mdlparser
 discussion
 documentation
61.9 KB
4 Jun 2022
%Rebol-DOM.r mdlparser.r is a copy of the %Rebol-DOM.r mdlparser. The first copy would not download so i appended the *.r to it, wich seemed to make it able to become downloadable now. So...., down load it and tell me all about its glorious [...]
author: daniel
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
RebGUI Spreadsheet Example
rebgui-spreadsheet.r882 bytes
17 Apr 2010
A tiny demo of RebGUI's sheet widget, with save, load, print and data view features. Taken from the tutorial at http://re-bol.com
author: nick
SDL library interface
sdl-h.rv:0.8.1
131.3 KB
23 Sep 2012
Code to bind SDL shared library to Rebol.
author: Marco Antoniazzi
Time a Web Page
timepage.r
 documentation
503 bytes
13 Mar 2003
Time how long it takes to fetch a web page from the net. (Just the HTML file, not the images.)
author: [unknown]
View-Desktop packed by Volker
unzip-desktop.rv:0.0.0.2
45.1 KB
13 Aug 2004
Make it easier to install and run open source /view-desktop
author: Volker Nitsch (of package)
VID Group
vid-group.r1.6 KB
9 Mar 2009
A simple group VID style with enable/disable capability
author: Ammon Johnson