Memory Match Game |
match-game.r | 1.8 KB 14 Oct 2015 | A configurable 'concentration' type matching game.
Enter the number of rows and columns which you want to play.
The total number of boxes must be even (to allow pair matching),
max 11x10. Graphic size is automatically adjusted to fit the screen.
To play, click on any pair of boxes. Remember the characters
revealed, and match [...] author: nick |
Menu demo, using choice |
menudemo.r | 14.6 KB 15 Jan 2014 | Two purposes. Number one, to break down a menu demo from
Nick Antonaccio into such small pieces that I am able to understand
each piece, and thus the whole. Number two, to offer an idea of how
to write a REBOL script that demonstrates how to write a REBOL script.
This idea has been done before, so this is not completely new, just
different. It also shows [...] author: Steven White |
Menu-System |
menu-system.r | v:0.2.0 88.4 KB 12 Jun 2005 | Easy to use VID compatible REBOL menu system (early Beta).
Have menus in your REBOL apps, finally. author: Christian Ensel |
Menu-System Demo |
menu-system-demo.r | v:0.2.0.1 35.7 KB 12 Jun 2005 | Demostration of features of menu-system.r author: Christian Ensel |
MenuBar |
menubar.r | v:1.0.3 4.2 KB 13 Mar 2003 | A simple Bar Menu with
the Choose Function and
much more. author: Gilbert Robitaille |
Mine-Sweeper |
mines.r discussion | v:1.0.5 13.9 KB 2 Feb 2006 | Mine-sweeper game author: Allen Kamp |
Mini Synthesizer |
minisynth.r | v:0.0.3 65.0 KB 22 Sep 2005 | Multi-purpose music program with the following features:
1) a 24-key (2-octave range includes middle C to B) keyboard/synthesizer with visual and audio output
2) for most basic chords in any given key, outputs the sound of that chord, the formal musical notation, and the corresponding keyboard keys
3) plays Twinkle Twinkle... author: Ayrris Aunario |
Mini virtual and x86 machine dll to speed-up calculations a bit |
mini-reb-vm.r | v:0.1.1 41.1 KB 24 Feb 2019 | speed-up calculations a bit. author: Marco Antoniazzi |
Mini-Calculator |
mini-calc.r | v:1.1.3 1.3 KB 13 Mar 2003 | Tiny calculator example. author: Ryan Cole |
Mini-MetaDB |
metadb.r | v:1.0.0 2.8 KB 16 Mar 2010 | Simple associative database for managing metadata author: Christopher Ross-Gill |
Mirror languages module |
mirror-lang.r | 19.5 KB 18 Jul 2012 | [no purpose header found] author: Arnold van Hofwegen |
Mirror preferences module |
mirror-pref.r | 3.9 KB 18 Jul 2012 | [no purpose header found] author: Arnold van Hofwegen |
Mirrorgame |
mirror.r documentation | v:1.07 18.2 KB 29 Aug 2012 | A nice logical puzzle game. author: arnold van hofwegen |
Moving Gradients |
movegrad.r | v:1.0 2.5 KB 5 Feb 2011 | Graphical Animations with Gradients author: François Jouen |
mp3-player-demo-using-libwmp3.dll |
mp3-player-libwmp.r | 8.4 KB 8 Aug 2009 | Demo of how to play mp3 files in REBOL using libwmp3.dll
( http://www.inet.hr/~zcindori/libwmp3/index.html )
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
msdate-to-date |
msdate-to-date.r | v:0.1.0 1.1 KB 13 Mar 2003 | Converts standard MS DOS binary time to Rebol's one author: Oldes |
Multiple Column Data Grids |
multi-column-data-grids | 7.9 KB 23 Sep 2009 | A demonstration of how to create your own home made listview
types of multiple column data grids. Easier to use than the 'list
style, and built entirely using native VID, so completely adjustable
to your needs. Many useful features are demonstrated, such as
user editing of data in the grid, saving and loading of data to/from [...] author: nick |
Multiple Column Data Grids |
multi-column-data-grids.r | 7.9 KB 30 Nov 2009 | A demonstration of how to create your own home made listview
types of multiple column data grids. Easier to use than the 'list
style, and built entirely using native VID, so completely adjustable
to your needs. Many useful features are demonstrated, such as
user editing of data in the grid, saving and loading of data to/from [...] author: nick |
myskype.r |
myskype.r | 2.5 KB 23 Oct 2011 | Controls the audio settings on my skype client. author: [unknown] |
MySQL database interfacing logic. |
mysql_all.r | v:1.0.0 17.3 KB 13 Mar 2003 | Interface to the mysql libs, needs /Pro or /Command author: Maarten Koopmans, Ernie van der Meer |
MySql Example |
mysql-example.r | 1.4 KB 29 Jun 2008 | A simple example demonstrating how to use mysql-protocol from
http://softinnov.org/rebol/mysql.shtml.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
mytext |
mytext.r | 1.1 KB 1 Aug 2011 | Text style which dynamically changes font-size in order to fit string to widget size author: Robert Paluch (BobikCZ) |
MD5 Message-Digest Algorithm |
md5.r | v:2.0.1 6.2 KB 16 Dec 2012 | Returns a MD5 message digest of an input string as a binary! author: Marco Antoniazzi |
Who wants to be a Millionaire |
millionaire.r | v:1.0.2 4.9 KB 3 Jan 2014 | Who wants to be a Millionaire game author: Massimiliano Vessi |
patched HTTP/HTTPS protocol with cookies support |
my-http.r discussion | 21.8 KB 18 Aug 2006 | Provide an HTTP/HTTPS handler that transparently supports cookies author: cyphre@seznam.cz |