Tiny Tile Game |
tiny-tile-game.r | 634 bytes 29 Jun 2008 | A very short GUI game example.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
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 |
Tooltip example and other... to be continued |
tooltip.r | 2.3 KB 17 Dec 2019 | Simplest tooltip to VID GUIs + ... author: saulius_g |
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 |
tooltipVid.r |
toolt4vid.r | v:1.0 3.1 KB 3 Feb 2006 | Tooltip for VID (less bugged than previous version. This work is the mixing of 2 different ways to handle tooltips in vid not using style package anymore author: Shadwolf, Boss, DideC, Volker |
translate |
translate.r | v:1.0.0 3.8 KB 13 Nov 2003 | i18n-tool to translate rebol-scripts author: Volker Nitsch |
TSN: Tranched serial number server |
tsn.r documentation | v:0.0.1 7.6 KB 30 Apr 2007 | Quick, safe way of allocating categorized unique serial numbers author: Sunanda |
Map |
tj-map.r | 2.8 KB 18 Jan 2007 | Applying a function to items in a list author: andrew martin |
A Tiny Web Server |
tiny-server.r | 2.0 KB 26 Mar 2013 | Inspired by Carl's Tiny Web Server: http://www.rebol.net/cookbook/recipes/0057.html. This one is compatible with Rebol 3. author: [unknown] |
Advanced Windows tray support |
tray.r | v:0.1.3 15.7 KB 1 Sep 2009 | Handler for advanced system tray features author: Richard Smolak aka Cyphre |
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 |
Tar |
tar.r discussion documentation | v:1.1.0 5.5 KB 11 Jan 2013 | Creates tar archives. author: Vincent Ecuyer |
TCP Server |
tcpserver.r | v:1.0.0 1.4 KB 3 Aug 2010 | Opens a TCP port and accepts multiple client connections. author: Semseddin (Endo) Moldibi |
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 |
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 |
Telnet protcol scheme |
telnet.r discussion | v:1.0.1.1 4.8 KB 6 May 2003 | A telnet protocol scheme author: Frank Sievertsen |
Templating |
templating.r | 3.8 KB 9 Nov 2009 | Use a template (a master html document) to maintain
child document(s) that hold individual editable content(s).
Editable content are delimited by the following two tags:
<!-- b_editable name="title1" -->
<!-- e_editable name="title1" --> author: Cedric G. |
Text Editor |
text-edit.r | v:1.0.0 1.7 KB 6 May 2003 | A basic text editor with: cut, copy, paste, horizontal and vertical scrolling, URLs as file names (for FTP remote editing), shortcut keys and a dialog box for file save confirmation. author: Carl Sassenrath |
Text to HTML Converter |
texthtml.r documentation | v:1.0.0 2.4 KB 6 May 2003 | A useful doc formatting language. Converts text to HTML with titles, sections, sub-sections, and code. Is used to create all REBOL How-to documents. author: Carl Sassenrath |
Textile Parser |
textile.r documentation | v:0.2.0 16.2 KB 16 Jun 2006 | Transforms Textile-formatted text into HTML author: Brian Wisti |