Scientific Calculator |
sci-calc.r | v:0.9.4 1.7 KB 13 Mar 2003 | For scientific calculations. Currently in beta, so dont use it to figure out critical information just yet. author: Ryan S. Cole |
SCRIM (Simple Console Rebol Instant Messenger) |
scrim.r | v:0.6.0 3.3 KB 13 Mar 2003 | RIM for those without View author: Ryan S. Cole |
Script |
script.r | v:1.0.0 895 bytes 13 Mar 2003 | Returns the script source code for a word. author: Andrew Martin |
SDL library interface |
sdl-h.r | v:0.8.1 131.3 KB 23 Sep 2012 | Code to bind SDL shared library to Rebol. author: Marco Antoniazzi |
Search Center |
search2.r | v:1.2.2 3.5 KB 13 Mar 2003 | Searches various places,such as Google, without having to go to their website . author: Kevin Adams |
Search Center |
search.r | v:1.2.1 3.5 KB 13 Mar 2003 | Uses various resources for various searches without having to go to their website. author: Kevin Adams |
Network analyzer |
surfnet-detective.r | v:0.0.1 870 bytes 14 Jun 2010 | Network analysis and problem detection author: Gabriele Santilli |
secure-clean-path |
secure-clean-path.r | v:1.0.1 11.2 KB 22 Oct 2005 | Cleans up parent markers in a path, whilst restricting the output to a sandbox directory author: anton rolls |
Server object handler script |
server.r | 5.1 KB 19 Oct 2004 | This script will parse robot.txt files and store
a hash! of forbidden paths. This is very useful for
webbots or spiders of any kind (at least if obeying
robot exclusion standards is desirable).
I looked at the ht://dig package (http://www.htdig.org/)
script that does the same thing as this script to see if I [...] author: hy |
SHA1 Message-Digest Algorithm |
sha1.r | v:1.0.0 5.3 KB 16 Dec 2012 | Returns a sha1 message digest of an input string as a binary! author: Marco Antoniazzi |
SHA2 Message-Digest Algorithm |
sha2.r | v:1.0.0 7.7 KB 23 Mar 2013 | Returns a sha2 message digest of an input string as a binary! author: Marco Antoniazzi |
Simple File Sharer |
share-files.r | 1.8 KB 27 Jan 2014 | I use it to send lists of files to clients' phones, PCs, or any other
Internet device they may use. I text or email them the single short
personal html file link created by the script, and they click the
contained file links to download all their files. It's a stupid simple
script and setup which requires only a single unstructured [...] author: nick |
Title Bar - Windows API |
title-bar.r | 1.8 KB 2 Jul 2008 | This example demonstrates how to use the Windows API to adjust the title bar
in your Rebol programs. Just include this code in your script if you need
to eliminate the default 'Rebol - ' text at the top of your GUI programs.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
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 |
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 |
Demo client with telnet-protocol |
telnet-client.r | v:1.0.0 863 bytes 13 Mar 2003 | A simple telnet-client author: Frank Sievertsen |
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 |
Topic Tags |
topic-tags.r discussion | v:0.2.1 9.3 KB 15 May 2004 | Makes tagging the mailing list a little bit more comfortable.
Lists all topic tags in a window which I like to have open while tagging.
Clicking on any tag copies it into clipboard so I only have to paste it into browser. author: Christian Ensel |
Transpose |
transpose.r | v:1.0.0 1.0 KB 13 Mar 2003 | Transposes a Matrix's rows and columns. 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 |
techfell uSqlite3 protocol handler |
techfell-protocol.r | v:0.0.2 8.2 KB 9 Feb 2006 | http://users.iol.it/irwin/
uSQLite is a network wrapper for SQLite. It turns SQLite into an RDBMS but
puts the emphasis on the 'Lite'. In fact it works in a somewhat unconventional
mmanner in order to make both servers and clients as light, portable and
simple as possible. Readers who are not familiar with SQLite are advised
to visit www.sqlite.org.
uSQLite [...] author: Piotr Gapinski |
Text effect styles |
text-effects.r | v:1.0.0 2.3 KB 6 May 2003 | This version contains just 'sine-text style... author: Oldes |
Textile Parser |
textile.r documentation | v:0.2.0 16.2 KB 16 Jun 2006 | Transforms Textile-formatted text into HTML author: Brian Wisti |