SLiM - STEEL | Library Manager |
slim.r | v:0.9.13 29.1 KB 7 Mar 2009 | Loads and Manage Run-time linkable libraries. Also serves as a specification. author: Maxim Olivier-Adlhoch |
slim-link - steel library module linker |
slim-link.r | v:0.1.1 7.6 KB 1 Aug 2004 | link apps which have references to slim libs inside author: Maxim Olivier-Adlhoch |
Small Rebol 1.0 |
smallr.r | v:1.0 440.9 KB 28 Dec 2008 | a tool for Rebol newbies including MDI editor and Launch function author: François Jouen |
SpamPopper |
spampopper.r | v:1.0.0 1.1 KB 10 Sep 2004 | Connects to POP3 Boxes - Deletes Messages Tagged as *****SPAM***** author: Andrew Newton |
Recursively scan directory |
scan-dir.r documentation | 2.0 KB 9 Oct 2008 | Scans a directory recursively and returns path to all files in a block. Allows file matching and a callback function per file. author: Henrik Mikael Kristensen |
Map |
tj-map.r | 2.8 KB 18 Jan 2007 | Applying a function to items in a list author: andrew martin |
Table Columns |
table-columns.r | v:1.0.0 1.2 KB 13 Mar 2003 | Table-Columns takes the name of 1 or columns in a block,
and generates ML dialect for the table contents. author: Andrew Martin |
Tail recursion |
tailfunc.r | v:1.0.0 3.9 KB 6 May 2003 | Provides transparent tail recursive functions with refinement transferral. Source code 4 gurus only author: Maarten Koopmans |
Tally |
tally.r | v:1.0.0 871 bytes 6 May 2003 | Tallies up the values in a series, producing a block of [Value Count] pairs. author: Andrew Martin |
Telnet Chat |
telnetchat.r | v:1.0.0 4.3 KB 6 May 2003 | A chat-server you can telnet to! ;o) author: Tommy Giessing Pedersen |
to-fussy-idate |
to-fussy-idate.r | v:1.0.1 3.5 KB 22 Apr 2005 | A function which converts a Rebol date! to a string formatted
according to a strict interpretation of the RFC 822 standard.
If the time is not provided, a default of 00:00 is used.
If the seconds are not set, 00 is used.
(NB The zone defaults to 00:00 in a Rebol date) [...] author: Peter WA Wood |
to-iso8601-date |
to-iso-8601-date.r | v:1.1.1 3.3 KB 22 Apr 2005 | A function which converts a Rebol date! to a string which complies
with ISO 8601.
If the time is not provided, a default of 00:00 is used.
Truncates any milli-seconds.
(NB The zone defaults to 00:00 in a Rebol date) author: Peter WA Wood |
Tokyo Tower Watcher |
tokyotower.r | v:1.0.0 958 bytes 13 Mar 2003 | To display a picture of the Tokyo Tower, updating every 60s author: graspee |
Transpose |
transpose.r | v:1.0.0 1.0 KB 13 Mar 2003 | Transposes a Matrix's rows and columns. author: Andrew Martin |
REBOL CGI Test Script |
test.r | v:0.0.2 3.1 KB 17 Jan 2005 | REBOL Test CGI-Script for Serve-It! author: Dirk Weyand |
Custom math operators |
tj-operators.r | 2.1 KB 27 Dec 2006 | Math shorthand. Used by other of my library functions. Rollover operator author: Tim Johnson |
Origami Demo |
upmc12.r | v:1.0 223.0 KB 26 Feb 2007 | Playing with Rebol on Ultra Mobile Personal Computer. Use keyboard arrows for options! author: François Jouen |
Upload library-script - upload a script to rebol.org |
upload-library-script.r | v:1.1.1 6.8 KB 29 Jul 2004 | upload a script to rebol.org author: Volker Nitsch |
URI |
uri.r | v:1.1.1 1.7 KB 13 Mar 2003 | URI parse rules. author: Andrew Martin |
URL Handler |
url-handler.r documentation | 14.6 KB 6 Nov 2016 | A script to handle URLs as objects. Rebol's built-in 'decode-url function
returns an object, but no methods to manipulate it. This script includes
functions that make it possible to manipulate the URL as you please.
CGI parameters are parsed into an alphabetized block for ease of comparison
of URLs. author: hy |