1247 scripts tagged as: [//all]
Image to binary | ||
img-to-bin.r | v:1.0.0 666 bytes 13 Mar 2003 | To return binary representation of the image. author: Oldes |
Import Script | ||
import-script.r | v:1.0.0 3.8 KB 26 Feb | Loads and runs a script inside a new context. author: Annick ECUYER |
Increment and Decrement | ||
incdec.r | 645 bytes 13 Mar 2003 | Increment and decrement a variable by one. author: [unknown] |
Include Files | ||
include.r | 867 bytes 13 Mar 2003 | A useful function for including a single file
or a block of files. Web and other file paths
are allowed. author: [unknown] |
Indexer | ||
indexer.r | v:3.1.1 1.8 KB 6 Aug 2010 | Add to index.r all the files and directory of the current directory author: Massimiliano Vessi |
Indexing | ||
indexing.r | v:1.0.0 3.9 KB 3 Mar 2013 | Indexing of values. author: Brett Handley |
Non-echoing Input | ||
inhide.r documentation | 395 bytes 13 Mar 2003 | Hide input for passwords (no echo characters) author: [unknown] |
Load-ini | ||
ini.r | v:0.0.3 2.2 KB 13 Mar 2003 | Tries to load ini-structured file to Rebol author: oldes |
Input via CGI | ||
input-cgi.r | 721 bytes 13 Mar 2003 | Get CGI input with either POST or GET author: Mike Yaunish |
Insert - Most Recently Used list idiom | ||
insert-mru.r | v:0.0.1 1.2 KB 30 Apr 2007 | Insert an item in a series, where the series is treated
as an MRU list. That is, the newest item is at the head,
there are no duplicates (inserting a value removes the
previous instance of that value if it exists), and the
series may be limited to a specific size. If a new item
causes the series to grow beyond that size, the [...] author: Gregg Irwin |
edit-tools + little editor | ||
install-edit-tools.r | v:1.0.5 23.9 KB 14 Apr 2005 | Various stuff to implement an editor.
Main features:
Tools to plug an area with find/replace in a few lines.
And a little editor with plugins. author: Volker Nitsch |
Peer to Peer Instant Messenger | ||
instant-messenger.r | 3.8 KB 29 Jun 2008 | Exchange text messages directly via TCP/IP network port.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Insult Generator | ||
insult.r | 4.3 KB 31 Aug 2012 | Teaching some young children to program. They loved this one.
Be sure to see the tutorial at http://re-bol.com author: nick |
Mandelbrot fractal ASCII renderer, integer version for Rebol, Red and World | ||
int-mandelbrot.r | v:1.0.0 1.9 KB 29 Dec 2013 | Show a Mandelbrot fractal on the console author: Marco Antoniazzi |
Intercom (Voice Communicator) | ||
intercom.r | 3.0 KB 12 Nov 2009 | A walkie-talkie push-to-talk type of VOIP application. Extremely simple -
just records sound from mic to .wav file, then transfers the wave file to
another IP (where the same program is running), for playback. Sender
and receiver open in separate processes, and both run in forever loops
to enable continuous communication back and forth. [...] author: nick |
Interweave | ||
interweave.r | v:1.0.1 880 bytes 13 Mar 2003 | Combines two series into one series by interleaving their values. author: [unknown] |
Invaders (GUI version) | ||
invaders-gui.r | 1.4 KB 14 Jan 2017 | The draw dialect is not used in this example, only VID GUI,
so it's short and full featured for a tiny example. A video
explaining the code is at https://youtu.be/NbbHRaG3K8c
Taken from http://re-bol.com/short_rebol_examples.r
; KEYS: a=left s=right space=fire
; VARS: b boxes m missile s invaders l player e end-func p speed [...] author: nick |
Iota | ||
iota.r | v:1.0.0 0.9 KB 13 Mar 2003 | Makes a block containing a range of values, from Start to End. author: Andrew Martin |
IP Addresses | ||
ipaddress.r | v:1.0 2.9 KB 8 Dec 2006 | How to know local and wan addresses with Rebol author: François Jouen |
Convert 'Date' datatype to International Date - ISO 8601. | ||
iso-8601-date.r | v:1.0.0 1.0 KB 8 Nov 2005 | Simple one-liner function to covert date to ISO 8601 format. In
my application a time stamp is not needed nor included in this function.
For a function that includes a timestamp see: to-iso-8601-date.r author: Gordon Raboud |
Itemize | ||
itemize.r | v:1.1.0 680 bytes 13 Mar 2003 | Appends Value to Values, if Value not all ready in block. author: Andrew Martin |
Jeopardy | ||
jeopardy.r | 19.5 KB 7 Oct 2009 | A GUI game reminiscent of the popular TV show. Click on the header image
to create and save config files which contain questions and answers to
separate games. Change the sizer variable to resize the entire layout to
fit different screens.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: [unknown] |
Jigsaw Puzzle - press SPACE bar to view original image | ||
jigsaw-puzzle.r | 1.9 KB 20 Aug 2010 | Chop a selected image into a selected number of pieces, and then
drag/drop the pieces to reassemble the original image. author: nick |
Jobbot Email Server | ||
jobbot.r | 2.7 KB 13 Mar 2003 | The email server we use for processing job related
email. author: Carl Sassenrath |
JPG analyse | ||
jpg-analyse.r | v:1.0.0 5.1 KB 13 Mar 2003 | To remove some data from the JPG files to make them smaller.
For example files from Adobe contains so many other informations that the file is twice bigger than may be. author: Oldes |
476 / 1247 | 1 | 2 | 3 | 4 | 5 | ... | 18 | 19 | [20] | 21 | 22 | ... | 46 | 47 | 48 | 49 | 50 |