Discussion threads (by date)
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: 72. Latest by: cindyjmcmull on 21-Mar. |
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: 110. Latest by: breana on 21-Mar. |
Average | ||
average.r discussion | v:1.0.0 626 bytes 8 Jul 2003 | Averages the values in the Block. author: Andrew Martin Discussion posts: 162. Latest by: tanjavictori on 20-Mar. |
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: 21. Latest by: breana on 20-Mar. |
Mini-edit-do | ||
mini-edit-do.r discussion | v:0.8.5 32.7 KB 17 Apr 2021 | Helps test short programs (substitutes console) author: Marco Antoniazzi Discussion posts: 54. Latest by: blythewoody on 20-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: 26. Latest by: sarang18 on 19-Mar. |
National Geographic Image of the Day Downloader | ||
ngbg.r discussion | v:1.1.0 2.0 KB 9 Feb 2004 | Downloads the current picture of the day from nationalgeographic.com
and saves it to a location of your choice. Directions: Change the 'filename' in the source to the location of your choice.
The agrument -s causes it to be silent and so not print what step
it is
at. These directions can be seen by adding a -h agrument. author: Charles MOUGEL Discussion posts: 25. Latest by: sarang18 on 19-Mar. |
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: 71. Latest by: teruyamiki on 18-Mar. |
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: 13. Latest by: reginahowell on 18-Mar. |
Similarity Metrics | ||
simetrics.r discussion documentation | v:0.5.0 21.2 KB 19 Feb 2006 | Toolkit of string distance metrics. author: Francois Vanzeveren (fvz) Discussion posts: 29. Latest by: louiselora on 17-Mar. |
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: 42. Latest by: olive on 17-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: 136. Latest by: blythewoody on 17-Mar. |
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: 45. Latest by: builder16 on 17-Mar. |
Format Decimal | ||
format-decimal.r discussion | 624 bytes 20 Aug 2010 | Converts decimal numbers formatted in scientific notation to decimal notation. author: nick Discussion posts: 20. Latest by: johnmcullen on 15-Mar. |
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: 26. Latest by: breana on 14-Mar. |
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: 29. Latest by: blythewoody on 14-Mar. |
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: 27. Latest by: darylcoles on 11-Mar. |
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: 37. Latest by: mitch on 10-Mar. |
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: 40. Latest by: hallyhaa on 7-Mar. |
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: 107. Latest by: mitch on 6-Mar. |
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: 49. Latest by: ceasar01 on 6-Mar. |
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: 29. Latest by: musicalkanya on 5-Mar. |
Todo List | ||
todo-list.r discussion | v:1.3.0 9.7 KB 24 Jun 2004 | Based on the demo of Rebol /View by Carl. It allow you to manage a list of todo and move them between them. author: Carl Sassenrath, Didier Cadieu & Fabrice Vado Discussion posts: 19. Latest by: blythewoody on 5-Mar. |
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: 88. Latest by: mitch on 5-Mar. |
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: 76. Latest by: johnmcullen on 5-Mar. |
1 / 92 | [1] | 2 | 3 | 4 |