1247 scripts tagged as: [//all]
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 |
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 |
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 |
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 |
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 |
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) |
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) |
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 |
NIST clock | ||
nistclock.r | 3.6 KB 14 Nov 2012 | Get the current time using the NIST service.
Defines NIST-TIME, NIST-CORRECTED-TIME and SET-SYSTEM-TIME functions.
Uses a GUI to display and (eventually) set system time. author: Ladislav Mecir |
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 |
No 'REBOL -' in title bar | ||
no-rebol-in-title-bar.r | 1.2 KB 11 Mar 2010 | Remove the deault REBOL - text from _all_ GUI title bars, including alerts
and requestors. author: nick |
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 |
Not | ||
not.r | v:1.0.1 538 bytes 13 Mar 2003 | Implements Not operator as '!, and Not Equal operator as '!=. author: Andrew Martin |
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 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 |
Number Verbalizer | ||
number-verbalizer.r | 3.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 |
Numbers | ||
numbers.r | 1.7 KB 21 Jul 2009 | Number structure visual analyzer author: Lami Gabriele |
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 |
Obfuscation | ||
obfuscation.r | 1.1 KB 1 Sep 2009 | [no purpose header found] author: nick |
Object Namespaces | ||
object-namespaces.r | 1.5 KB 29 Jun 2008 | A short example to demonstrate how name spaces can be managed in Rebol, using objects.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
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 |
Object Game | ||
objects-example.r | 1.9 KB 29 Jun 2008 | A little game to demonstrate Rebol objects.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Rebol OCR | ||
ocr.r | v:1.0 5.8 KB 16 Nov 2009 | use free tesseract OCR with rebol
The Tesseract OCR engine was one of the top 3 engines in the 1995 UNLV Accuracy test.
Between 1995 and 2006 it had little work done on it, but it is probably one of the most accurate open source OCR engines available.
The source code will read a binary, grey or color image and output text.
A tiff [...] author: François Jouen |
Text-Lists With One Row Hi-lite | ||
one-row-hilite.r | v:0.1.1 6.8 KB 23 Jun 2006 | The script was written to illustrate how a single hi-lite bar can be used with a group of text-lists. The single bar is used instead of the in-built hi-lite of the text-list style. In a group of the default text-lists, all occurrences of identical data are hi-lighted if any one of them is picked - and so no uniform hi-lite bar can be presented.
The iter co-ordinates [...] author: R.v.d.Zee |
BMP to PNG | ||
oneliner-bmp-to-png.r | v:1.0.0 575 bytes 20 Jul 2003 | Reads all .bmp files in a directory and saves them out as .png files. author: Bohdan Lechnowsky |
651 / 1247 | 1 | 2 | 3 | 4 | 5 | ... | 25 | 26 | [27] | 28 | 29 | ... | 46 | 47 | 48 | 49 | 50 |