586 scripts tagged as: [platform · all]
Request List Enhanced | ||
request-list-enhanced.r | v:0.9.3 16.4 KB 18 Aug 2014 | An enhancement to the regular request-list that allows selecting items from a request list
by typing in the first few characters of the item. Works with text, word and number lists.
Designed to make optimum use of the keyboard.
- New refinement request-list-enhanced/return-index will return the index of the item not the value.
- Keys used; cursor up, down, page-up, [...] author: mike yaunish |
request time | ||
request-time.r | 4.6 KB 20 Sep 2004 | widget to return a valid time datatype author: Tom Conlin |
Resizer | ||
resizer.r | v:1.2.3 2.3 KB 1 Oct 2013 | Simple image resizer author: Massimiliano Vessi |
REST-Friendly HTTP Protocol | ||
rest.r documentation | v:0.1.0 5.2 KB 10 Nov 2008 | An elementary HTTP protocol allowing more versatility when developing Web
Services clients: REST, SOAP or other. author: Christopher Ross-Gill |
Reversi | ||
reversi.r documentation | v:2.3.0 31.3 KB 27 Mar 2006 | Reversi / Othello author: Vincent Ecuyer |
rewrite-gfx | ||
rewrite-gfx.r | v:0.0.2 6.1 KB 2 Jan 2005 | Using a (forth-featured) rewrite-grammar to plot
recursive (turtle) graphics author: Piotr Gapinski |
RFC Parser | ||
rfc-parser.r documentation | v:1.0.0 6.3 KB 3 Mar 2013 | Parse RFC Documents. author: Brett Handley |
rightString Function | ||
rightstring.r | v:1.1 843 bytes 28 Aug 2005 | A simple string function which returns the right most n characters. author: Dale K. Brearcliffe |
Remove part of a string using parse | ||
rm.r | 809 bytes 10 Jun 2006 | When use with foreach line lines to remove specific columns in a text file.
e.g. remove column 10 to column 13 in file.txt
lines: read/lines %file.txt
foreach line lines [
parse/all line [9 skip mark: (remove/part mark 4) to end]
]
write %file.txt lines author: ~to be supplied~ |
RNILL - REBOL Non Intelligent Language Learner | ||
rnill.r | v:1.0.4 10.8 KB 19 Feb 2004 | RNILL a REBOL implementation of a non intelligent language learner
inspired by NIALL (Non Intelligent Amos Language Learner by
Mathew Peck 1990). author: Allen Kamp |
Round Function | ||
round-2.r | 975 bytes 23 Jul 2004 | A function to round a number author: Marco |
Read a Remote Payment and Presentation System file | ||
rpps.r | 14.4 KB 7 Nov 2011 | This is a module for reading and taking apart a modified
NACHA file used in the Remote Payment and Presentation System.
If those terms mean anything, this could be a useful module.
If those terms mean nothing, then at least this module could be an
example of a way to handle a text file of fixed-format records.
In 25 words or less, a [...] author: Steven White |
RRD | ||
rrd.r | v:1.0.0 4.2 KB 21 Jul 2008 | Create, Manager, and Use simplified RRD DB author: Roger McIlmoyle |
Run sequence encoded integer data sets | ||
rse-ids.r documentation | v:0.0.1 7.0 KB 21 Feb 2007 | Provide an API for compacting/compressing sets of integers author: christian |
RSS feed reader | ||
rss.r | v:2.0.6 28.9 KB 20 Jul 2007 | Live Bookmarks author: Piotr Gapinski |
The rugby mobile code console | ||
rugby-console.r | v:1.0.0 3.7 KB 6 May 2003 | A P2P console for Rebol/Rugby author: maarten koopmans |
(R)EBOL (Un)it | ||
run.r discussion documentation | 19.1 KB 31 May 2008 | RUn is a TestCase Framework wich allows the use of
TestCases as defined by the eXtreme Programming
development methodology and the test-driven development author: Christophe 'REBOLtof' Coussement |
Runner | ||
runner.r | 4.5 KB 18 Oct 2013 | Run rebol scripts or open websites at certain time intervals.
For example, I use it with an email-checking script and a few others
I just felt like compressing it to save some space -
I use floppy disks a lot.
do this in the console to get the source:
write %RunnerDecomp.txt decompress pick (load %Runner.r) 3 author: Izkata |
Safe CGI data retriever | ||
safe-cgi-data-read.r documentation | v:0.0.2 3.4 KB 22 Jun 2011 | Safely retrieves CGI GET or POST data
into a REBOL object. author: Sunanda |
Sammy's manager | ||
samman.r | 12.8 KB 2 Jan 2012 | To generate Sammy.js files using a dialect author: [unknown] |
Save Scheme | ||
save-scheme.r | v:1.0.0 8.8 KB 2 Nov 2016 | Saves scheme specification to a file. author: Annick Ecuyer |
Recursively scan directory | ||
scan-dir.r documentation | 2.0 KB 9 Oct 2008 | Scans a directory recursively and returns path to all files in a block. Allows file matching and a callback function per file. author: Henrik Mikael Kristensen |
Scrolling layout demo | ||
scrollinglayout.r | 22.7 KB 7 Feb 2013 | This is a demo of making a sub-layout, on a main window,
that is too big for the main window and can be scrolled.
It was adapted from the REBOL cookbook and heavily annotated as an
aid in learning how the scroller works. author: Steven White with help from Carl and MaxV |
SDL library interface | ||
sdl-h.r | v:0.8.1 131.3 KB 23 Sep 2012 | Code to bind SDL shared library to Rebol. author: Marco Antoniazzi |
secure-clean-path | ||
secure-clean-path.r | v:1.0.1 11.2 KB 22 Oct 2005 | Cleans up parent markers in a path, whilst restricting the output to a sandbox directory author: anton rolls |
Series Slice | ||
series-slice.r | v:1.0.1 3.3 KB 4 Aug 2004 | Provides array slicing for series author: Stan Silver |
Server object handler script | ||
server.r | 5.1 KB 19 Oct 2004 | This script will parse robot.txt files and store
a hash! of forbidden paths. This is very useful for
webbots or spiders of any kind (at least if obeying
robot exclusion standards is desirable).
I looked at the ht://dig package (http://www.htdig.org/)
script that does the same thing as this script to see if I [...] author: hy |
SHA1 Message-Digest Algorithm | ||
sha1.r | v:1.0.0 5.3 KB 16 Dec 2012 | Returns a sha1 message digest of an input string as a binary! author: Marco Antoniazzi |
SHA2 Message-Digest Algorithm | ||
sha2.r | v:1.0.0 7.7 KB 23 Mar 2013 | Returns a sha2 message digest of an input string as a binary! author: Marco Antoniazzi |
Similarity Metrics | ||
simetrics.r discussion documentation | v:0.5.0 21.2 KB 19 Feb 2006 | Toolkit of string distance metrics. author: Francois Vanzeveren (fvz) |
391 / 586 | 1 | 2 | 3 | 4 | 5 | ... | 12 | 13 | [14] | 15 | 16 | 17 | 18 | 19 | 20 |