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 |
SMS2LJ |
sms2lj.r | v:1.0.0 1.7 KB 3 Aug 2004 | Post to your LiveJournal account by sending
an SMS to your POP3 account ... using a service
like Yahoo! Mail for SMS. author: Premshree Pillai |
Snake Game |
snake-game.r | 2.1 KB 21 Aug 2009 | A little graphic game.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
Snake Game (tiny GUI version) |
snake-gui.r | 1.1 KB 7 Jan 2017 | The draw dialect is not used in this example, only VID GUI,
so it's short and full featured for a tiny example. A video
explaining the code is at https://youtu.be/rnKvmwe2F6w
Taken from http://re-bol.com/short_rebol_examples.r
Variables Key: f food p speed d direction s snake-block g gui e end i count author: nick |
Sorting nested blocks |
sort-nests.r | v:1.0.0 1.0 KB 6 May 2003 | Sort a block of blocks on different fields. author: Jeff Kreis |
Sound Recorder |
sound-recorder.r | 1.0 KB 4 Nov 2009 | Demonstrates how to record sounds using MCI. Plays back the recorded
sound using a native REBOL sound port.
From the tutorial at http://musiclessonz.com/rebol.html author: nick |
Space Invaders Shootup |
space-invaders-shootup.r | 6.9 KB 24 Aug 2009 | An extremely simple variation of the classic game.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
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 |
Spellck2 |
spellck.r | v:1.0.0 12.5 KB 27 Mar 2005 | A spellchecked area author: Volker Nitsch |
Spin-number style example |
simple-spin-number-style.r | v:0.9.0 11.0 KB 17 Oct 2020 | A quick way to add a simple spin-number to VID GUIs author: Marco Antoniazzi |
Stack, queue and deque functions |
sqd.r documentation | v:0.0.1 4.1 KB 5 Oct 2005 | Implement stack, queue and deque data structures author: Sunanda |
steel library modules (in slim format) |
steel-libs.r | v:0.1 638 bytes 28 Apr 2004 | A package which includes all the lastest steel slim modules author: Maxim Olivier-Adlhoch |
Steganography |
steganography.r | v:1.1.0 3.3 KB 13 Mar 2007 | Functions to hide text data in the noise pixels of an image author: Piotr Gapinski |
StRIP |
strip.r | v:1.0.0 6.3 KB 25 Nov 2010 | REBOL File packer author: Boleslav Brezovsky, based on rip.r by Carl Sassenrath/Cal Dixon |
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-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 |
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 |
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 |
Safe CGI data retriever |
safe-cgi-data-read.r documentation | v:0.0.2 3.4 KB 22 Jun 2011 | Safely retrieves CGI GET or POST data
into a REBOL object. author: Sunanda |
Sammy's manager |
samman.r | 12.8 KB 2 Jan 2012 | To generate Sammy.js files using a dialect author: [unknown] |