1247 scripts tagged as: [//all]
RFC Parser | ||
rfc-parser.r documentation | v:1.0.0 6.3 KB 3 Mar 2013 | Parse RFC Documents. author: Brett Handley |
RIF | ||
rif.r | v:0.0.2 3.9 KB 13 Aug 2010 | Minimalistic Rebol Indexed file, append only database manager author: Pavel |
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 |
RIM Bot | ||
rim-bot.r | v:0.6.0 5.2 KB 13 Mar 2003 | Provides easy to use interface into RIM (Rebol Instant Messenger) communications. author: Ryan S. Cole |
RIM Bulliten | ||
rim-bull.r | v:0.9.4 1.4 KB 13 Mar 2003 | A simple RIM bulletin board example using RIM Bot. author: Ryan S. Cole |
RIM Room | ||
rim-room.r | v:1.0.4 959 bytes 13 Mar 2003 | An example chat room for RIM using RIM Bot. author: Ryan S. Cole |
RIM - REBOL Instant Messenger | ||
rim.r | v:1.2.2 7.9 KB 13 Mar 2003 | A true peer-to-peer instant messenger. author: Sean & Carl Sassenrath |
RIP - Standard File Archiver | ||
rip.r | v:1.3.1 3.3 KB 13 Mar 2003 | A file archiver that works across 37 platforms.
Compresses all files and subdirectories into a
single binary, self-extracting archive file.
(Similar to ZIP programs, but only 3KB.) author: Carl Sassenrath |
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~ |
rmoocks | ||
rmoocks.r | v:1.0.0 3.5 KB 13 Mar 2003 | Emulates, with a few lines of Rebol code, the CommServer flash XML socket
server from Moock and Clayton.(see www.moock.org for the flash client.)
The server sends a simple xml doc like <NUMCLIENTS>numclients</NUMCLIENTS>
as soon as someone enters or leaves the server.
By updating and comparing the old and updated value of numclients, The Flash
client knows if someone has entered [...] author: SuperTomato |
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 |
Rebol Name Value | ||
rnv.r | v:1.2.0 1.7 KB 13 Mar 2003 | Common RNV manipulation functions. author: Andrew Martin |
Roman | ||
roman.r | v:1.0.0 2.1 KB 13 Mar 2003 | Converts a Roman numeral to Arabic and reverse! author: Andrew Martin |
Room Poll (HTML Survey Generator for LANs) | ||
room-poll.r | 4.9 KB 31 Dec 2013 | Demonstrates a useful app created from the formserver.r script.
This app generates an HTML form based on user specs (any number of
check, radio, and text entry items), and starts a server to receive survey
responses from the audience (they all connect to the LAN server using
phones or any other Wifi Internet device). The survey responses [...] author: nick |
Simple file manager | ||
ropus.r | v:2.0.1.3 18.5 KB 19 Jul 2003 | A simple file manager author: Gabriele Santilli |
Rot-13 | ||
rot-13.r | v:1.0.1 1.1 KB 13 Mar 2003 | To Encode and Decode Rot-13 strings author: Allen Kamp |
Round Function | ||
round-2.r | 975 bytes 23 Jul 2004 | A function to round a number author: Marco |
Round | ||
round.r | v:1.0.1 1.1 KB 13 Mar 2003 | Rounds a number at any given place. author: Andrew Martin |
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 |
REBOL tagfile generator | ||
rtags.r documentation | v:1.1.0 4.2 KB 13 Mar 2003 | Generates a tagfile that can be used with vi/emacs to quickly locate set-words in your code author: Ernie van der Meer |
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 |
Asynchronous Request Broker | ||
rugby.r | v:1.0.0 9.5 KB 13 Mar 2003 | An asynchronous, high-performance, handler based, server framework and a rebol request broker... author: Maarten Koopmans |
901 / 1247 | 1 | 2 | 3 | 4 | 5 | ... | 35 | 36 | [37] | 38 | 39 | ... | 46 | 47 | 48 | 49 | 50 |