Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
How many seconds old are you?
now.r1.2 KB
6 Sep 2004
Newbie exercise (written by a newbie) to learn more about the NOW Function Word.
author: Leke
Change File Extensions (Suffix)
new-suffix.r1.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
No 'REBOL -' in title bar
no-rebol-in-title-bar.r1.2 KB
11 Mar 2010
Remove the deault REBOL - text from _all_ GUI title bars, including alerts and requestors.
author: nick
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.r3.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.r1.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.rv:1.1.0
3.1 KB
19 Oct 2006
To make possible simple, easy to make narrated slide shows.
author: Louis A. Turk
National Instruments Rebol Wrapper
nidaqmxv: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.rv: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)
Natural numbers sum
nutural-numbers-sum.r1.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
Natural numbers sum
natural-numbers-sum.r1.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
navigator
navigator.rv: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.rv: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.rv: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.rv:1.0.0
10.7 KB
23 Sep 2012
Example use of %opengl-glu-glut-h.r and %sdl-h.r
author: Marco Antoniazzi
NetScan
netscan.rv:1.0
2.1 KB
18 Dec 2006
How to scan a computer network with Rebol
author: François Jouen
Network Tools
nettools.rv:1.1
8.6 KB
12 Jul 2006
Collection of network tools
author: François Jouen
Nim engine
nim-engine.r
 documentation
v:0.0.0
12.7 KB
19 Jul 2005
Calculate the best move in a game of NIM
author: Sunanda
Not
not.rv:1.0.1
538 bytes
13 Mar 2003
Implements Not operator as '!, and Not Equal operator as '!=.
author: Andrew Martin
Number Verbalizer
number-verbalizer.r3.1 KB
13 Mar 2010
Converts number values to their spoken English equivalent. (i.e., 23482194 = Twenty Three million, Four Hundred Eighty Two thousand, One Hundred Ninety Four ). This code was created for a check writing application, but is perhaps useful elsewhere. The algorithm was partially derived from the article at http://www.blackwasp.co.uk/NumberToWords.aspx [...]
author: nick