Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Discussion threads (by date)

bin-to-float
bin-to-float.r
 discussion
v:0.0.3
1.2 KB
8 Nov 2006
Convert a binary file to a series of floats and back
author: Glenn M. Lewis
Discussion posts: 72. Latest by: annasmith on 8-May.
Paint
paintplus.r
 discussion
v:1.0.0
6.0 KB
17 Nov 2005
The world's smallest paint program.
author: Frank Sievertsen
Discussion posts: 51. Latest by: miyaka22 on 8-May.
Bignumbers.r
bignumbers.r
 discussion
v:1.0
4.8 KB
22 Mar 2007
This script allows you to apply the four classical operations (add, subtract divide, multiply) on very big positive integers. Size of the integers is only limited by the size of a rebol string since numbers are represented as strings. When using this script, keep in mind that the operations manipulate string numbers in reverse order (see example at the end of [...]
author: [unknown]
Discussion posts: 26. Latest by: annafaaster on 8-May.
REBOL Blogger
new-blog.r
 discussion
v:1.4.1
39.0 KB
11 Jul 2007
The blog system written and used by Carl Sassenrath, REBOL's creator. This script will let you post and update blogs on your website using just a web browser. Generates summary and index pages, blog searches, etc. Extensible with Makedoc2 for more formatting options.
author: Carl Sassenrath
Discussion posts: 44. Latest by: breana on 7-May.
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
Discussion posts: 37. Latest by: olive on 6-May.
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
Discussion posts: 46. Latest by: bekeanloinse on 2-May.
Decode Charset Function
decode-charset.r
 discussion
v:1.0.0
910 bytes
13 Mar 2003
Converts 'charset values to something readable
author: Nenad Rakocevic
Discussion posts: 14. Latest by: bekeanloinse on 2-May.
Mapping a picture onto a 3D Sphere
sphere.r
 discussion
v:1.0.1
63.5 KB
21 Feb 2006
A 3D Perspective demo
author: [unknown]
Discussion posts: 14. Latest by: bekeanloinse on 2-May.
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
Discussion posts: 609. Latest by: dotyhughes11 on 1-May.
Auto-hiding scroller style example
auto-hiding-scroller-style.r
 discussion
v:0.8.0
14.4 KB
14 Nov 2020
Add an auto-hiding scroller to VID GUIs
author: Marco Antoniazzi
Discussion posts: 17. Latest by: yurii101 on 1-May.
Simplified VID resizing
simple-vid-resizing.r
 discussion
v:1.5.2
12.0 KB
23 May 2020
Helps create resizing VID guis
author: Marco Antoniazzi
Discussion posts: 3. Latest by: barek1337 on 27-Apr.
CGI common procedures
cgibasic.r
 discussion
 documentation
8.0 KB
10 Nov 2011
This is a collection of functions that could be used in a CGI program. There is nothing in this module that has not been done better by others, but the code is more heavily annotated for beginners. Separate documentation explains how to use the functions. The comments should be helpful also. None of this is my original creation. I just assembled and annotated, [...]
author: Steven White
Discussion posts: 23. Latest by: sandy76 on 26-Apr.
Chess moves generator
chessmoves.r
 discussion
 documentation
v:0.1.2
59.2 KB
29 Aug 2012
Generate all legitimate moves in any position.
author: Arnold van Hofwegen
Discussion posts: 76. Latest by: edact940 on 25-Apr.
Calendar and Scheduler
calendar.r
 discussion
v:1.0.7
8.1 KB
10 Jul 2008
A simple calendar application.
author: Sterling Newton
Discussion posts: 44. Latest by: helary893 on 23-Apr.
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)
Discussion posts: 26. Latest by: mitch on 22-Apr.
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
Discussion posts: 373. Latest by: dotyhughes11 on 22-Apr.
Accumulate
accumulate.r
 discussion
v:1.0.1
1.0 KB
13 Mar 2003
Cumulates values in a block together, by successively applying the function to each value in Series.
author: Andrew Martin
Discussion posts: 82. Latest by: nicky123 on 22-Apr.
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
Discussion posts: 234. Latest by: timogey on 18-Apr.
Best File Fit
bestfit.r
 discussion
v:1.0.0
5.9 KB
18 Jun 2004
List the files that best fill up the available space. Use predefined strings or insert the available space in KB (= 1000 byte). Useful for selecting files to best fill up a CD/DVD.
author: Mauro Fontana
Discussion posts: 33. Latest by: johnsjvi95 on 17-Apr.
rebzip
rebzip.r
 discussion
v:1.0.1
21.3 KB
17 Jul 2009
Zip archiver / unarchiver
author: Vincent Ecuyer
Discussion posts: 18. Latest by: johnsjvi95 on 17-Apr.
JSON to Rebol converter
json.r
 discussion
 documentation
v:0.0.9
14.2 KB
6 Sep 2013
Convert a JSON string to Rebol data, and vice versa.
author: douglas crockford
Discussion posts: 89. Latest by: olive on 16-Apr.
Text-List Cover Up
text-list-cover-up.r
 discussion
164 bytes
27 Oct 2008
[no purpose header found]
author: r.v.d.zee
Discussion posts: 18. Latest by: sandy76 on 15-Apr.
VID1 for R3
vid1r3.r3
 discussion
v:0.3.20
113.6 KB
17 Apr 2022
Lets you use VID1 with R3
author: Marco Antoniazzi
Discussion posts: 24. Latest by: sandy76 on 10-Apr.
Emit RSS
emit-rss.r
 discussion
 documentation
v:1.0.0
4.5 KB
19 Nov 2007
Create an RSS Feed from a REBOL Block.
author: Christopher Ross-Gill
Discussion posts: 24. Latest by: tordonartu on 3-Apr.
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
Discussion posts: 33. Latest by: kyzer on 1-Apr.
What is my IP
whatismyip.r
 discussion
v:0.0.0
725 bytes
24 Mar 2020
Prints your IP addresses
author: Endo
Discussion posts: 35. Latest by: arvillacuomo on 27-Mar.
(R)EBOL (Un)it
run.r
 discussion
 documentation
19.1 KB
31 May 2008
RUn is a TestCase Framework wich allows the use of TestCases as defined by the eXtreme Programming development methodology and the test-driven development
author: Christophe 'REBOLtof' Coussement
Discussion posts: 17. Latest by: saranfgjpi on 21-Mar.
CGI wrapper function for debugging
cgi-debug.r
 discussion
 documentation
v:0.0.1
2.6 KB
7 Jan 2005
Provides debugging info for scripts running as a CGI under a webserver
author: Sunanda
Discussion posts: 122. Latest by: jimmyberd on 13-Mar.
Associate
associate.r
 discussion
v:1.2.0
1.8 KB
13 Mar 2003
Provides an associative memory store.
author: Andrew Martin
Discussion posts: 37. Latest by: kyzer on 6-Mar.
Markup language Dialect parser
mdlparser.r
 discussion
 documentation
v:0.0.2
32.2 KB
5 Feb 2005
To personally study the practicallity of Rebol being used as bridge between browsers and markup languages.
author: daniel murrill
Discussion posts: 109. Latest by: kiamalhotra1 on 29-Feb.
1 / 88[1] 23

View by: Script