Simple Virtual Shrink |
shrink.r | 12.7 KB 13 Mar 2003 | This script is a virtual shrink chatter bot .
It was obviously inspired by the original shrink bot
called Eliza. When the program gets a sentence in
English, it tries to find a matching rule in its
rule database and if it understands the sentence
it tries to give a reasonable reply.
(Type quit to quit) author: Martin Johannesson |
Simple-Test |
simple-test.r documentation | v:0.4.1 21.4 KB 12 Mar 2011 | A simple Rebol testing framework author: peter |
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 |
Tooltip style example |
simple-tooltip-style.r | v:0.9.6 5.6 KB 3 Apr 2016 | A quick way to add a simple tooltip to VID GUIs author: Marco Antoniazzi |
SiMTPop Simulate SMTP & POP |
simtpop.r documentation | 4.5 KB 13 Nov 2003 | To simulate SMTP and POP services on a single user PC,
works with Outlook 98, but is broken for later Versions author: Ingo Hohmann |
Site |
site.r | v:1.2.2 4.1 KB 13 Mar 2003 | Site dialect. Creates web sites from plain text, etc.
I use it to create my own site automatically. author: Andrew Martin |
Pop-down style example |
simple-pop-down-style.r | v:0.3.1 8.8 KB 17 Oct 2020 | A quick way to add a simple pop-down to VID GUIs author: Marco Antoniazzi |
Ski Game |
ski-game.r | 4.4 KB 23 Jul 2009 | A little graphic game.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
Total Size of .r Files |
sizedir.r documentation | v:1.0.0 557 bytes 13 Mar 2003 | Print the total size of all .r files in the current directory. author: Anonymous |
Skype Wrapper |
skype.r discussion documentation | 2.2 KB 23 May 2006 | make a cheap phone call! author: Graham Chiu |
Slidery |
slidery.r | 23.5 KB 29 Dec 2013 | See the help-text below.
An MS Windows .exe. is available at http://re-bol.com/slidery.exe author: nick |
Demo client with telnet-protocol |
telnet-client.r | v:1.0.0 863 bytes 13 Mar 2003 | A simple telnet-client author: Frank Sievertsen |
Transpose |
transpose.r | v:1.0.0 1.0 KB 13 Mar 2003 | Transposes a Matrix's rows and columns. author: Andrew Martin |
Triangulation Example |
triangulation.r | 4.9 KB 13 May 2005 | To demonstrate how to calculate the location of a robot based on response times from three known beacons in a right triangle configuration author: Bohdan Lechnowsky |
Tric Trac |
trictrac.r | 2.4 KB 13 Nov 2013 | A quick implementation of a simple board game. Created with a
student as a tutorial example.
The point is to roll the dice, and match the rolled number with
any combination of available number buttons above. For example,
if you roll a 6, you can match it with the number button 6, or
5 + 1, or 4 + 2, or 3 + 2 + 1, etc. Once [...] author: nick |
Tweener |
tweener.r | v:0.7.5 29.6 KB 29 Jul 2018 | Make transitions between two values. Many easing functions to animate faces. author: Marco Antoniazzi |
Twelve Days of Christmas |
twelvedays.r documentation | v:1.0.0 2.0 KB 13 Mar 2003 | Twelve Days of Christmas author: Anonymous |
Example Text Document |
textdoc.r documentation | 2.9 KB 13 Mar 2003 | Creates an example for text-to-html doc language.
Shows how natural and readable it is -- the reason we
prefer it for writing our how-to documentation. author: Carl Sassenrath |
Format Decimal |
to-decimal-notation.r | 813 bytes 24 Feb 2017 | Build a string that represents the decimal notation of a given number author: christian le corre |
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 |
tagit |
tagit.r | v:1.0.0 1.1 KB 16 Nov 2004 | generate tagged HTML blocks author: Nigel Salt |
Tail func |
tail-func.r | 2.2 KB 4 Oct 2012 | define tail-recursive functions author: Ladislav Mecir |
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 |
Rebol TCP Ping |
tcpping.r | v:1.0.0 16.2 KB 5 Jul 2006 | Ping version using TCP author: François Jouen |
Rebol Tiff Reader |
tiffreader.r | v:1.0 2.4 KB 2 Mar 2010 | Some examples how to use tiff lib author: FrançÂois Jouen. |