291 scripts tagged as: [level · beginner]
R3 Hash function | ||
r3-rehash.r | v:0.0.2 1.7 KB 19 Nov 2010 | Provide a hash function (case sensitive map) for R3 author: Sunanda |
Random.org | ||
random-org.r | 900 bytes 17 Jun 2008 | Get really random numbers (come from atmospheric noise) from http://random.org author: [unknown] |
XML node parser | ||
rblxelparser.r | v:0.0.1 5.9 KB 13 Nov 2003 | To parse single xhtml & xml nodes
for there values. author: daniel murrill |
Read & Write metadata | ||
read-write-meta.r | 1.1 KB 28 Jun 2009 | Easily access streams (Windows NTFS) and resource forks (Mac OS X HFS). Linux/Unix not supported. author: Ashley G Truter |
RebCannon | ||
rebcannon.r | 5.2 KB 16 Dec 2012 | [no purpose header found] author: Massimiliano Vessi |
Rebocalc | ||
rebocalc.r | v:1.0.0 2.7 KB 1 Jan 2005 | The world's smallest spreadsheet program, but very powerful. author: Carl Sassenrath |
Rebol Reader | ||
rebol-reader.r | v:0.1.2 64.1 KB 10 Apr 2006 | The script is a method to provide an orderly collection of scripts and
documents to form a Rebol reference. author: R.v.d.Zee |
Rebolide | ||
rebolide.r discussion | v:5.4.39 227.7 KB 7 Sep 2012 | A Rebol IDE for beginners that helps learning Rebol.
I suggest you to put this script in a separete folder. author: Massimiliano Vessi |
Rebol users | ||
rebolusers.r | v:1.1.0 4.0 KB 23 May 2011 | Show rebol users faces!!! author: Massimiliano Vessi |
A keyword based search engine for the Rebtutorial articles index page | ||
rebtut-indexer.r documentation | v:0.0.1 14.6 KB 14 Dec 2009 | Was tired looking up visually the index page for any article containing a specific keyword.
For now the script loads and parses the original articles' index page duirectly from the Rebtutorial.com web site,
splitting URL links apart from their descriptions, and while counting them it appends them to a block
that can be searched by keyword. [...] author: Gerard Cote |
Convert Line Terminators | ||
reline.r | 554 bytes 13 Mar 2003 | Convert all line terminators to those used by the
local computer. Works for PC, Mac, Unix, Amiga, and
all others author: Carl Sassenrath |
Representing And Relating Data In A Text-list | ||
representation-in-text-lists.r | v:1.0.1 4.7 KB 10 Oct 2007 | - to illustrate a method to format columns in text-lists
- to illustrate a method of relating the representation
of data in a text-list with the data
- to illustrate how non unique data may be presented in text-lists author: R. v.d.Zee |
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~ |
Rebol Name Value | ||
rnv.r | v:1.2.0 1.7 KB 13 Mar 2003 | Common RNV manipulation functions. author: Andrew Martin |
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 |
Scrolling Fields | ||
scrolling-fields.r | v:0.1.0 9.5 KB 27 Mar 2006 | This script illustrates the use of fields and a scroller to display data.
Similar to a text-list, scrolling fields provides greater control over the
presentation of data. author: R.v.d.Zee |
Series Slice | ||
series-slice.r | v:1.0.1 3.3 KB 4 Aug 2004 | Provides array slicing for series author: Stan Silver |
EMail Setup (for Send) | ||
setemail.r | 1.0 KB 13 Mar 2003 | Minimum set-up for sending email messages from REBOL. author: [unknown] |
Simple accordion style | ||
simple-accordion-style.r | v:0.1.0 2.0 KB 23 Aug 2018 | Create accordions, using a simple but versatile function. author: Marco Antoniazzi |
Simple launcher | ||
simple-launcher.r | v:0.2.0 956 bytes 2 Jun 2011 | A simple gui to launch a REBOL script. author: Marco Antoniazzi |
Simple Math | ||
simple-math.r | v:0.9 2.5 KB 7 Mar 2005 | A simple little math test program. author: James Irwin |
Menu style example | ||
simple-menu-style.r | v:0.0.1 2.1 KB 30 Oct 2010 | A quick way to add a simple menu to VID GUIs author: Marco Antoniazzi directly derived from Nick Antonaccio |
Pop-down style example | ||
simple-pop-down-style.r | v:0.3.1 8.8 KB 17 Oct 2020 | A quick way to add a simple pop-down to VID GUIs author: Marco Antoniazzi |
Ticker style example | ||
simple-ticker-style.r | v:0.0.1 1.6 KB 6 May 2012 | A quick way to add a simple ticker to VID GUIs author: Marco Antoniazzi |
Simple Script | ||
simple.r | 395 bytes 13 Mar 2003 | The traditional Hello World example script. author: [unknown] |
Total Size of .r Files | ||
sizedir.r documentation | v:1.0.0 557 bytes 13 Mar 2003 | Print the total size of all .r files in the current directory. author: Anonymous |
SmartUDP | ||
smartudp.r | v:1.0.0 6.0 KB 22 Aug 2006 | Send freely paramterized UDP packages, save and load your presets, choose targets from history. author: Varga Árpád |
SpamPopper | ||
spampopper.r | v:1.0.0 1.1 KB 10 Sep 2004 | Connects to POP3 Boxes - Deletes Messages Tagged as *****SPAM***** author: Andrew Newton |
211 / 291 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | [8] | 9 | 10 |