Mirrorgame |
mirror.r documentation | v:1.07 18.2 KB 29 Aug 2012 | A nice logical puzzle game. author: arnold van hofwegen |
ML |
ml.r | v:1.7.0 2.6 KB 13 Mar 2003 | ML generates HTML, XHTML, XML, WML and SVG markup
from Rebol words, paths, tags and blocks. author: Andrew Martin |
Month |
month.r | v:2.0.0 890 bytes 13 Mar 2003 | Creates Month functions. author: Andrew Martin |
Moving Gradients |
movegrad.r | v:1.0 2.5 KB 5 Feb 2011 | Graphical Animations with Gradients author: François Jouen |
MP3 stream parser |
mp3-stream-parser.r | v:1.0.0 6.4 KB 1 Apr 2009 | MP3 parser with streaming input author: Oldes |
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 |
Search Mail for REBOL Scripts |
mbxscripts.r | 1.2 KB 13 Mar 2003 | Search a mailbox file (e.g. Eudora) for email messages
containing REBOL scripts. author: Carl Sassenrath |
Search Mailbox |
mbxfind.r | 1.1 KB 13 Mar 2003 | Search a Eudora mailbox file and output a file with
all the messages that contain a given string. author: Carl Sassenrath |
myskype.r |
myskype.r | 2.5 KB 23 Oct 2011 | Controls the audio settings on my skype client. author: [unknown] |
Native Mac OS X requestors |
mac-requestors.r | 4.8 KB 28 Jun 2009 | A set of eight Mac OS X native requestors that approximate and extend the functionality
of the REBOL request* functions. author: Ashley G Truter |
mp3tool |
mp3tool.r | v:1.0.0 1.3 KB 13 Mar 2003 | I have seen an ID3 reader in every language (C, Perl, Python, PHP), and decided I might as well write one for REBOL. It is very simplistic at the moment author: Vache |
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 |
Email Message Sender |
mailsend.r | 651 bytes 13 Mar 2003 | A very simple way to send an email. author: [unknown] |
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 |
Change File Extensions (Suffix) |
new-suffix.r | 1.3 KB 26 Jan 2005 | Change the file extension (suffix) for files with a specific extension.
For example, change all .txt files to .r files in the current directory.
Displays a list of changes before it makes them. author: Carl Sassenrath |
NetScan |
netscan.r | v:1.0 2.1 KB 18 Dec 2006 | How to scan a computer network with Rebol author: François Jouen |
Find Non-local Variables |
nonlocal.r | 2.5 KB 13 Mar 2003 | Provides an way to find local variables that have
not been declared as locals. author: Carl Sassenrath |
How many seconds old are you? |
now.r | 1.2 KB 6 Sep 2004 | Newbie exercise (written by a newbie) to learn more about the NOW Function Word. author: Leke |
The index takes it all |
nicer-urls.r documentation | v:0.1.0 3.3 KB 17 Sep 2012 | This is my REBOL version of the php script
from http://www.alistapart.com/articles/succeed/ author: Arnold van Hofwegen |
The number-memory buttons |
number-buttons-game.r | 3.6 KB 23 Sep 2014 | In this game you will have to click the buttons
and memorize the numebers, at the end you will
be asked to write the bigger or the smaller.
This is a race against your memory. author: Caridorc |
Named functions |
named-func.r | 1.4 KB 10 Oct 2012 | Numerous requests were made by REBOL beginners wanting to get an easy recipe,
how to use named functions in REBOL. They usually get an answer that in REBOL,
user-defined functions are anonymous, i.e., they do not have a name.
Only after they are defined, they can be assigned to one or more variables.
While such functions are named after [...] author: Ladislav Mecir |
Narriated Slideshow |
narrated-slideshow.r | v:1.1.0 3.1 KB 19 Oct 2006 | To make possible simple, easy to make narrated slide shows. author: Louis A. Turk |
National Geographic Image of the Day Downloader |
ngbg2.r | v:1.2.5 12.3 KB 11 Sep 2007 | Downloads all the Picture Of The Day images (current and past)
from the National Geographic website and saves it to a location of your choice.
Revisions:
Version 1.2.5 Checked to see if the large wallpaper exists and if not to use the smaller
wall paper image.
Version 1.2.4 Changed from Viewing the POTD to Browsing the POTD which then
allows the user to go back [...] author: Gordon Raboud |
National Geographic Image of the Day Downloader |
ngbg.r discussion | v:1.1.0 2.0 KB 9 Feb 2004 | Downloads the current picture of the day from nationalgeographic.com
and saves it to a location of your choice. Directions: Change the 'filename' in the source to the location of your choice.
The agrument -s causes it to be silent and so not print what step
it is
at. These directions can be seen by adding a -h agrument. author: Charles MOUGEL |
Natural numbers sum |
nutural-numbers-sum.r | 1.0 KB 27 Sep 2014 | Sums all the natural numbers up to
a given input.
Uses the equality:
1 + 2 + 3 +... + n = n*(n+1)/2
to avoid looping. author: Caridorc |