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 |
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 |
Musical Chord Spellings |
musical-chord-spellings.r | 1.3 KB 12 Dec 2013 | Prints out the notes that comprise many common types of chords, with all 12 root note variations.
Sharps are used to label all accidental notes (no flat notes). author: nick |
Access to Spotlight Metadata |
metadata.r | v:1.0.0 1.9 KB 9 Jun 2006 | giving access to OSX Metadata author: françois jouen |
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) |
navigator |
navigator.r | v:1.0.0 2.0 KB 13 Mar 2003 | to navigate throw files, next versions will include web and ftp navigation author: Gregory Pecheret |
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 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 |
Not |
not.r | v:1.0.1 538 bytes 13 Mar 2003 | Implements Not operator as '!, and Not Equal operator as '!=. author: Andrew Martin |
Numbers |
numbers.r | 1.7 KB 21 Jul 2009 | Number structure visual analyzer author: Lami Gabriele |
Prime numbers |
oneliner-prime-numbers.r | v:0.0.1 452 bytes 23 Dec 2012 | Give some prime numbers author: Marco Antoniazzi translated from Wouter van Oortmerssen |
Day of week |
oneliner-weekday.r | v:1.0.0 563 bytes 20 Jul 2003 | Returns the weekday of the date. Use 'Weekday? like:
Weekday? 25/Dec/2002
; == Wednesday author: Andrew Martin |
Print console history |
oneliner-hist.r | v:1.0.0 502 bytes 20 Jul 2003 | Print the console history. author: Romano Paolo Tenca |
Fractional length |
oneliner-nfrac.r | v:1.0.0 610 bytes 27 Sep 2003 | nfrac 33 => 0 ; nfrac 456 => 0 ; nfrac 0.2104 => 4 ; nfrac 1256.63 => 2 ; nfrac
1.0 => 0 author: collective contribution on www.codeur.org/forum/forum.php?theme=17 |
Test if leap year |
oneliner-leapyear.r | v:1.0.0 681 bytes 20 Jul 2003 | 'Leapyear? returns 'true for date values that are leapyears. For example:
>> leapyear? 1/1/2001
== none
>> leapyear? 1/1/2000
== true author: Andrew Martin |
Ordinal Number Translator |
ordnum.r | 1.9 KB 13 Mar 2003 | Translates ordinals (e.g. twenty) to numbers (20) author: Scrip Rebo |
Calculate Pi |
oneliner-pi.r | v:1.0.0 654 bytes 20 Jul 2003 | Approximate PI with John Wallis formula.
Precision limited to 15 digits due to REBOL. Just press ESC when fed up ;-)
Formula from http:// www.chez.com/algor/math/pi.htm author: Jean-Nicolas Merville |
Chess board |
oneliner-chess-board.r | v:1.0.0 551 bytes 13 Aug 2004 | Displays an empty chess board author: Sunanda |
Console history |
oneliner-dohist.r | v:1.0.0 570 bytes 20 Jul 2003 | Allow you to use the history just by index. author: Fabrice Vado |
Protecting Passwords |
passprotect.r | 457 bytes 13 Mar 2003 | Prompt for password to use before transfer. author: [unknown] |
Rebol Ping |
ping.r | v:1.0.0 15.8 KB 5 Jul 2006 | Basic ping version using call author: François Jouen |
REBOL Spec Generator for Text Editor PsPAD |
pspad-spec.r | 2.6 KB 6 Jul 2005 | Create PSPAD syntax file from REBOL system words author: cybarite@sympatico.ca |