Discussion threads (by date)
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: 81. Latest by: louiselora on 8-Dec. |
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: 97. Latest by: janwil on 5-Dec. |
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: 622. Latest by: blythewoody on 5-Dec. |
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 Discussion posts: 98. Latest by: louiselora on 4-Dec. |
Associate | ||
associate.r discussion | v:1.2.0 1.8 KB 13 Mar 2003 | Provides an associative memory store. author: Andrew Martin Discussion posts: 49. Latest by: olive on 4-Dec. |
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: 11. Latest by: nanisa12 on 3-Dec. |
VID Usage | ||
vid-usage.r discussion | v:1.2 80.5 KB 10 Jan 2004 | VID Usage Tutorial with Runnable Examples author: Cybarite Discussion posts: 16. Latest by: nanisa12 on 3-Dec. |
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: 35. Latest by: olive on 3-Dec. |
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: 58. Latest by: janwil on 2-Dec. |
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: 115. Latest by: louiselora on 1-Dec. |
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: 101. Latest by: blythewoody on 29-Nov. |
Rebolide | ||
rebolide.r discussion | v:5.4.39 227.7 KB 7 Sep 2012 | A Rebol IDE for beginners that helps learning Rebol.
I suggest you to put this script in a separete folder. author: Massimiliano Vessi Discussion posts: 26. Latest by: povewaj on 28-Nov. |
The Kasper Program | ||
kasper.r discussion | v:1.0 2.1 KB 13 Jun 2008 | Please Ingri (my sister, the dog owner) author: [unknown] Discussion posts: 36. Latest by: hallyhaa on 27-Nov. |
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: 36. Latest by: mitch on 27-Nov. |
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: 63. Latest by: annasmith on 27-Nov. |
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: 5. Latest by: helgaella99 on 26-Nov. |
Average | ||
average.r discussion | v:1.0.0 626 bytes 8 Jul 2003 | Averages the values in the Block. author: Andrew Martin Discussion posts: 127. Latest by: chavesarlene on 25-Nov. |
What is my IP | ||
whatismyip.r discussion | v:0.0.0 725 bytes 24 Mar 2020 | Prints your IP addresses author: Endo Discussion posts: 37. Latest by: louiselora on 25-Nov. |
Console capture | ||
capture.r discussion | v:1.0.0 1.1 KB 13 Mar 2003 | Capture console output in a string! author: Nenad Rakocevic Discussion posts: 65. Latest by: annasmith on 25-Nov. |
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: 10. Latest by: wooaja on 21-Nov. |
Example for async dns:// and spam dns server | ||
dns-async-example.r discussion | 3.9 KB 4 Oct 2003 | Example code to:
1) use the dns:// protocol in async mode
2) use the dns:// protocol to check spam address in async mode author: Romano Paolo Tenca Discussion posts: 81. Latest by: wooaja on 21-Nov. |
Dialect Object Model | ||
quote-node-attributes.r discussion documentation | 5.4 KB 4 Jun 2022 | This script is used on data Sequence key value pairs with various different syntax styles such as
DOM Vars, html,xml,css, objects, arrays, json, rebol series, etc. It attempts to reformat malformed
key/value data found in a SL that's usually delimited as objects, arrays, or json statement.
It requotes *" *, and can creates tagged node-elements for look up in Dialect Object Models. Witch
then can be set as Vars to be used with rebol-DOM functions.
You can allso fine tune your own delimiter rules as characters or words patterens to use with the
strip-obj-chars-from() function. (DSL: domain specific language) author: [unknown] Discussion posts: 132. Latest by: wooaja on 21-Nov. |
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: 16. Latest by: wooaja on 21-Nov. |
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: 74. Latest by: breana on 21-Nov. |
Gateway for request to AI | ||
ai-geteway.r discussion documentation | v:0.0.4 2.6 KB 20 Nov | A function that makes an AI request via the Internet and returns a response. author: Sergey Pochinok Discussion posts: 8. Latest by: yurii101 on 21-Nov. |
1 / 92 | [1] | 2 | 3 | 4 |