Student Photo Database |
student-photo-database.r | 4.9 KB 8 Jun 2010 | This example came from a question at:
http://synapse-ehr.com/forums/showthread.php?95-Connecting-to-an-Excel-spreadsheet
It's based on the card file example at:
http://www.rebol.org/view-script.r?script=card-file.r&sid=iwmh5vi author: nick |
Style Scrollable scroll-pane & table avec gestion de la roullette |
style-scrollable.r | v:0.0.0.1 24.2 KB 4 Oct 2005 | Essai de gestion des scrolls & de tables author: Claude RAMIER |
style-tooltip.r |
style-tooltip.r documentation | v:1.0 2.9 KB 29 Nov 2004 | Use in the simplest way the tooltip. This is a first intent it's a little bit deprecated and we have worked on a better way to generate and handle tooltips. I share this with you because I think this code have a good educationnal value and is a good point start if you are interested in tooltips avanced filnal version please visit http://rebol.agora-dev.org/ . Sample script [...] author: Shadwolf, Boss, DideC |
Supercalculator |
supercalculator.r | v:3.8.23 10.8 KB 21 Dec 2011 | Scientific calculator in Rebol! author: Massimiliano Vessi |
Superenalotto extractor |
superenalotto.r documentation | v:2.0.9 2.9 KB 7 Jul 2009 | Simple random number generator. author: Massimiliano Vessi |
Supermastermind |
supermastermind.r | v:2.0.5 11.9 KB 4 Oct 2012 | The old clasic game Mastermind author: Massimiliano Vessi |
SVN Version |
svn-version.r | v:1.0.0 1.5 KB 4 Oct 2010 | Retrieve the global revision number from a local SVN repository.
This mimics the feature offered by the svnversion command-line tool
See: http://svnbook.red-bean.com/en/1.1/re57.html
This can be used in PREBOL (or other scripts preprocessors) to insert the
SVN global revision number as a build version. author: Nenad Rakocevic |
System Port - Drag Accept Demo |
sys-port-drag-accept.r | v:0.0.1 4.6 KB 25 Sep 2003 | Demo using system port to catch WM_DROPFILE messages for drag-n-drop
support. author: Gregg Irwin |
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 |
Image Slicer |
slice.r | v:1.0.0 1.0 KB 13 Mar 2003 | Slices an image into a set of sub-images and stores
each as a local PNG file under its own name. author: Carl Sassenrath |
Rich Text Format style |
simple-rich-text-style.r | v:0.0.4 8.9 KB 3 Aug 2013 | A quick way to add simple rich-text to VID GUIs author: Marco Antoniazzi |
window resizer style example |
simple-win-resizer-style.r | v:0.1.0 2.5 KB 2 Jun 2011 | A quick way to add a simple window resizer to VID GUIs author: Marco Antoniazzi |
TFACE: Scrolling text face |
tface.r | 16.9 KB 3 Nov 2011 | This is a module that can be included in a larger program
with the command 'do %tface.r' and it will provide a function
(TFACE-SHOW-TEXT <text-string-parameter>' that will display a passed
text string in a scrolling window. This code was copied from the REBOL
cookbook and annotated so that the copier could understand it. author: Steven White with help from Carl |
TFTP Get |
tftp-get.r | v:1.0.1 3.7 KB 15 Nov 2007 | get file from tftp daemon, could be modified as scheme, needs perfection on write to disk! author: ND |
Map |
tj-map.r | 2.8 KB 18 Jan 2007 | Applying a function to items in a list author: andrew martin |
Threads Demo |
threaddemo.r | v:1.0 4.2 KB 5 Jan 2005 | show multithreading with rebol (all versions) author: François Jouen |
Throbbing Button |
throb.r | v:1.0.1 1.0 KB 6 May 2003 | To demonstrate a button that screams CLICK ME!! Updated from June 2000 version. author: Bohdan Lechnowsky |
Thumbnail Maker |
thumbnail-maker.r | 4.3 KB 14 Sep 2009 | Create image preview sheets from a list of files. Used to make the
introductory image at http://musiclessonz.com/rebol.html author: nick |
Tic Tac Toe |
tictactoe.r | v:1.0.3 4.2 KB 6 May 2003 | No known purpose. author: Ryan S. Cole |
Tic Tac Toe |
tic-tac-toe.r | 766 bytes 25 Mar 2018 | A 5 minute response to:
https://blog.plan99.net/reacts-tictactoe-tutorial-in-kotlin-javafx-715c75a947d2 author: [unknown] |
Secret Message |
toggle.r | 340 bytes 6 Feb 2010 | Exploratory author: jameyson |
Tiff Lib |
tifflib.r | v:1.0 47.3 KB 2 Mar 2010 | A basic library for reading and writing Tiff files author: François Jouen |
Tile Game |
tile-game.r | v:1.0.0 1.7 KB 2 Feb 2006 | Classic tile sliding game in less than a page of code. author: Sterling Newton |
Time |
the-blue-clock.r | v:1.0.0 2.1 KB 20 Nov 2005 | This script is a demonstration of an analog clock & of a clock movement. author: R. v.d.Zee |
Time Clock |
time-clock.r | 5.2 KB 16 Jan 2011 | Used to log hours worked by employees. To help eliminate potential falsified
hours, the program takes a photo of the employee each time they clock in
and clock out, and sets the system clock using Ladislav Mercir's nist-clock.r
This code is provided as-is, with no warranty expressed or implied. Use
it at your own risk.
This [...] author: nick |