Mapping a picture onto a 3D Sphere |
sphere.r discussion | v:1.0.1 63.5 KB 21 Feb 2006 | A 3D Perspective demo author: [unknown] |
Scrolling layout demo |
scrollinglayout.r | 22.7 KB 7 Feb 2013 | This is a demo of making a sub-layout, on a main window,
that is too big for the main window and can be scrolled.
It was adapted from the REBOL cookbook and heavily annotated as an
aid in learning how the scroller works. author: Steven White with help from Carl and MaxV |
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 |
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 |
Series Slice |
series-slice.r | v:1.0.1 3.3 KB 4 Aug 2004 | Provides array slicing for series author: Stan Silver |
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 |
Similarity Metrics |
simetrics.r discussion documentation | v:0.5.0 21.2 KB 19 Feb 2006 | Toolkit of string distance metrics. author: Francois Vanzeveren (fvz) |
Simple accordion style |
simple-accordion-style.r | v:0.1.0 2.0 KB 23 Aug 2018 | Create accordions, using a simple but versatile function. author: Marco Antoniazzi |
Simple-Test |
simple-test.r documentation | v:0.4.1 21.4 KB 12 Mar 2011 | A simple Rebol testing framework author: peter |
Star Wars reminiscent intro |
swintro.r | 2.4 KB 30 Jun 2005 | To demonstrate AGG and 3D-type calculations using Rebol author: Bohdan Lechnowsky |
3D-Surface Plot |
surface.r | v:1.0.0 24.5 KB 10 Aug 2007 | Draw a surface with 3-D Perspective and allow roation author: [unknown] |
SKIMP: Simple keyword index management program |
skimp.r documentation | v:0.0.2 40.3 KB 3 May 2007 | Simple, fast way of indexing the text content of many documents author: Sunanda |
Skype Wrapper |
skype.r discussion documentation | 2.2 KB 23 May 2006 | make a cheap phone call! author: Graham Chiu |
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 |
Altme world search |
skimp-my-altme.r documentation | v:0.0.2 29.2 KB 21 May 2007 | Indexes and searches Altme worlds author: [unknown] |
another slider |
slide.r | v:0.1.0 5.0 KB 13 Mar 2003 | Adds vertical slider to any face author: oldes |
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 |
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 |
Sort an array of records |
sort-array.r | v:1.0.0 1.8 KB 7 Nov 2005 | Sort an array where each record is separated by a 'newline' and
each field in each record is separated by a comma. author: Gordon Raboud |