Markup language Dialect parser |
mdlparser.r discussion documentation | v:0.0.2 32.2 KB 5 Feb 2005 | To personally study the practicallity of Rebol
being used as bridge between browsers and markup languages. author: daniel murrill |
Mass mailer |
massmailer.r documentation | v:2.3.24 6.1 KB 15 Feb 2011 | Mass emailng the world! author: Massimiliano Vessi |
MDP-GUI Package |
mdp-gui-package.r documentation | v:1.4.1 1.1 KB 30 Mar 2005 | Graphical interface for make-doc-pro 1.0.8 allowing easy doc making/viewing author: Alphé SALAS-SCHUMANN (ShadWolf) |
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 |
Mirror languages module |
mirror-lang.r | 19.5 KB 18 Jul 2012 | [no purpose header found] author: Arnold van Hofwegen |
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 |
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 |
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 |
Play AVI Video with MCI |
mci-play-avi-.r | 1.1 KB 9 Nov 2009 | Demonstrates how to play AVI video files using Windows API mciExecute.
(Video codec in demo video is MS-CRAM (Microsoft Video 1), audio is PCM).
For more information about mciExecute commands, Google multimedia
command strings and see:
http://msdn.microsoft.com/en-us/library/dd743572(VS.85).aspx
Taken from the tutorial at http://musiclessonz.com/rebol.html [...] 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 |
Decimal Arithmetic |
money.r documentation | v:see mo 7.0 KB 22 Jul 2010 | Decimal arithmetic for numbers held as strings.
Numbers may have up to 12 integral digits
and always have 2 fractional digits author: peter |
REBOL Standard Document Formatter |
make-doc.r documentation | v:0.9.0 9.3 KB 10 Jan 2005 | (See MakeDoc2 for the latest version.)
Converts very simple text file format into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. Does the formatting
so you can focus on the hard part: the words. author: Carl Sassenrath |
National Instruments Rebol Wrapper |
nidaqmx | v:1.0 180.9 KB 19 Sep 2008 | A wrapper allowing to use National Instrument DAQmx base library with Rebol author: Francois Jouen (ldci) |
National Instruments Rebol Wrapper |
nidaqmax3-6.r | v:3.6 176.8 KB 25 Feb 2013 | A wrapper allowing to use National Instrument DAQmx base (3.6) library with Rebol author: Francois Jouen (ldci) |
NeHe Lesson 5 |
nehe-lesson05.r | v:1.1.0 6.7 KB 26 Nov 2011 | Example use of %opengl-glu-glut-h.r and OpenGL. Almost ripped from John Niclasen author: Marco Antoniazzi |
NeHe Lesson 5 for GLUT |
nehe-lesson05-glut.r | v:1.1.0 6.7 KB 25 Apr 2013 | Example use of %opengl-glu-glut-h.r and OpenGL. Almost ripped from John Niclasen author: Marco Antoniazzi |
NeHe Lesson 5 SDL |
nehe-lesson05-sdl.r | v:1.0.0 10.7 KB 23 Sep 2012 | Example use of %opengl-glu-glut-h.r and %sdl-h.r author: Marco Antoniazzi |
REBOL Blogger |
new-blog.r discussion | v:1.4.1 39.0 KB 11 Jul 2007 | The blog system written and used by Carl Sassenrath,
REBOL's creator. This script will let you post and
update blogs on your website using just a web browser.
Generates summary and index pages, blog searches, etc.
Extensible with Makedoc2 for more formatting options. author: Carl Sassenrath |
AIOE Newsgroup Test |
newsgroup.r | v:1.0.0 13.3 KB 8 Mar 2008 | - an application of NNTP protocol
- and an introduction AIOE.org author: R.v.d.Zee |
REBOL news Protocol $Revision: 1.8 $ |
nntp.r | v:1.8.0 20.7 KB 13 Mar 2003 | Read and post news articles author: Jeff Kreis |
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 |
Send email |
oneliner-send-email.r | v:1.0.0 621 bytes 20 Jul 2003 | Simple GUI for email sending. Displays a small ok window when email is sent. author: DocKimbel |
object to xml converter |
object-xml.r | v:1.1.0 4.1 KB 16 Oct 2010 | Takes the output and/or object format from xml-object.r by Brian Wisti and Gavin F. McKenzie and formats it back into xml. See also xml-parse by the same authors to provide the input from an xml file to xml-object.r. author: James Nakakihara |