Discussion threads (by Script)
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: 102. Latest by: olive on 13-Feb. |
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: 62. Latest by: louiselora on 10-Feb. |
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. |
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. |
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: 38. Latest by: olive on 5-Feb. |
args - generic command-line argument parser. | ||
args.r discussion documentation | v:0.1.10 29.9 KB 17 Dec 2008 | End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it. author: Maxim Olivier-Adlhoch Discussion posts: 115. Latest by: blythewoody on 28-Jan. |
Associate | ||
associate.r discussion | v:1.2.0 1.8 KB 13 Mar 2003 | Provides an associative memory store. author: Andrew Martin Discussion posts: 52. Latest by: janwil on 7-Feb. |
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: 25. Latest by: kyzer on 31-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: 144. Latest by: cordeliaball on 12-Feb. |
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: 42. Latest by: annasmith on 8-Nov-2024. |
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: 27. Latest by: angel17 on 4-Oct-2024. |
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: 76. Latest by: annasmith on 23-Jan. |
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: 102. Latest by: annasmith on 7-Feb. |
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. |
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: 45. Latest by: user72 on 12-May-2024. |
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: 67. Latest by: angel17 on 6-Feb. |
CASE multiple conditional function | ||
case.r discussion | v:1.0.0 2.1 KB 27 Nov 2005 | Provide a generalized multiple conditional function for situations that would otherwise call for
deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any
DO-able block rather than being based on a single value. This can be used simply to allow a
SWITCH-like behavior that supports ranges instead of single [...] author: Christopher M. Dicely Discussion posts: 23. Latest by: mitch on 22-Aug-2024. |
Sorry: cg/formobj.r: not found (1) | ||
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. |
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: 45. Latest by: olive on 12-Feb. |
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. |
Clean-func | ||
clean-func.r discussion | 2.8 KB 2 Oct 2020 | Func defines a function with given spec and body
that remembers its arguments and locals after return.
Clean-func defines a function with given spec and body
that does not remember its arguments and locals after return. author: Ladislav Mecir Discussion posts: 15. Latest by: helgaella99 on 29-Aug-2024. |
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. |
coding-mailto | ||
coding-maito.r discussion | v:1.0.0 5.4 KB 11 Sep 2004 | a tool for coding the mailto info in a html page and avoid some spam author: Philippe Le Goff Discussion posts: 32. Latest by: blythewoody on 30-Oct-2024. |
1 / 92 | [1] | 2 | 3 | 4 |