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

Discussion threads (by date)

CGI Form with Defaults
cgiformobj.r
 discussion
 documentation
1.3 KB
13 Mar 2003
Handles a CGI form, providing default values for missing fields in the form. Returns a web page. (The associated cgiform.html file contains the form).
author: [unknown]
Discussion posts: 76. Latest by: miyaka22 on 22-Jan.
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: 85. Latest by: miyaka22 on 22-Jan.
Synchronizable Calendar/Scheduler
calendar-install.r
 discussion
1.4 KB
18 Oct 2013
Easy-to-use Calendar/Scheduler that can be synchronized over a network, and has popup-alerts.
author: Izkata
Discussion posts: 33. Latest by: miyaka22 on 22-Jan.
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: 37. Latest by: miyaka22 on 22-Jan.
Altme chat reader/exporter
altme-chat-reader.r
 discussion
v:1.2.1
23.2 KB
19 May 2016
Display or export to html the content of an Altme chat group. Can be used in interractif or command-line mode. For usage, run the script with -? argument : "rebol.exe -s altme-chat-reader.r -?"
author: [unknown]
Discussion posts: 17. Latest by: miyaka22 on 22-Jan.
Average
average.r
 discussion
v:1.0.0
626 bytes
8 Jul 2003
Averages the values in the Block.
author: Andrew Martin
Discussion posts: 132. Latest by: donniebarnes on 22-Jan.
Gateway for request to AI
ai-geteway.r
 discussion
 documentation
v:0.0.4
2.6 KB
20 Nov 2024
A function that makes an AI request via the Internet and returns a response.
author: Sergey Pochinok
Discussion posts: 11. Latest by: crutcherhuyn on 21-Jan.
PDF Tables
pdf-tables.r
 discussion
 documentation
v:1.5.0
4.4 KB
24 Sep 2003
Create tables with the PDF Maker
author: Gabriele Santilli
Discussion posts: 11. Latest by: crutcherhuyn on 21-Jan.
make-doc-pro
make-doc-pro.r
 discussion
 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
Discussion posts: 7. Latest by: crutcherhuyn on 21-Jan.
Gateway for read from url with modern SSL/TLS
reads.r
 discussion
 documentation
v:0.0.1
858 bytes
8 Jul 2024
Function allows you to read a file via a link using the HTTPS protocol with modern methods of traffic SSL/TLS encryption
author: Sergey Pochinok
Discussion posts: 5. Latest by: crutcherhuyn on 21-Jan.
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: 61. Latest by: crutcherhuyn on 21-Jan.
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: 42. Latest by: crutcherhuyn on 21-Jan.
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: 65. Latest by: mitch on 21-Jan.
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: 134. Latest by: blythewoody on 20-Jan.
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: 123. Latest by: dotyhughes11 on 17-Jan.
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: 43. Latest by: janwil on 17-Jan.
Code 3 of 9 (Code 39) Barcode Generator
code39.r
 discussion
2.6 KB
17 Apr 2006
Generates Code 39 barcode images which can be printed out and read with a standard barcode reader. Code 39 is limited to the alphanumeric characters listed in the 'code39 block within the function. It is a very popular barcode format in the US and doesn't need to conform to any particular length of characters and has no limitations placed on it by any sanctioning [...]
author: Bohdan Lechnowsky
Discussion posts: 163. Latest by: blythewoody on 15-Jan.
Mine-Sweeper
mines.r
 discussion
v:1.0.5
13.9 KB
2 Feb 2006
Mine-sweeper game
author: Allen Kamp
Discussion posts: 55. Latest by: louiselora on 13-Jan.
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: 626. Latest by: blythewoody on 10-Jan.
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: 27. Latest by: bajopaw on 9-Jan.
Textpad syntax generator
textpad-syngen.r
 discussion
v:0.5
3.3 KB
6 Sep 2010
Textpad syntax generator for Textpad 4.4 (and above) Highlighter gets lost with {{}}
author: John Kenyon
Discussion posts: 13. Latest by: alice12 on 9-Jan.
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: 118. Latest by: blythewoody on 7-Jan.
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: 100. Latest by: bellid on 31-Dec-2024.
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: 246. Latest by: blythewoody on 30-Dec-2024.
SNMP v1 protocol
snmp.r
 discussion
v:0.8.0
13.4 KB
21 Feb 2005
Implementation of SNMP v1 scheme (RFC 1155,1156,1157) , no TRAP. URL is snmp://[community@]<host adr>/CMD/<id values> default community is public Where CMD is get getnext or set id values is a string like that: 1.3.6.1.2.1.1.1.0 1.3.6.1.2.1.1.5.0 Return an object: make object! [ version: [...]
author: VDemong
Discussion posts: 39. Latest by: alexch on 27-Dec-2024.
1 / 92[1] 234

View by: Script