586 scripts tagged as: [platform · all]
RCON protocol handler | ||
rcon.r | 3.0 KB 17 Oct 2003 | Allow rebol scripts to perform remote server administration tasks for Half-life game servers author: Cal Dixon |
read-below | ||
read-below.r discussion documentation | v:1.0.0 3.6 KB 13 Aug 2004 | Reads all files and directories below specified directory author: Brett Handley |
Mail Reader | ||
readmail.r documentation | v:4.14.14 143.0 KB 29 Jun 2007 | Browse/Read/Retrieve E-mail author: [unknown] |
Gateway for read from url with modern SSL/TLS | ||
reads.r discussion documentation | v:0.0.1 858 bytes 8 Jul 2024 | Function allows you to read a file via a link using the HTTPS protocol with modern methods of traffic SSL/TLS encryption author: Sergey Pochinok |
RebCannon | ||
rebcannon.r | 5.2 KB 16 Dec 2012 | [no purpose header found] author: Massimiliano Vessi |
RebGUI and RebDB Sample | ||
rebdbgui.r documentation | v:0.9.0 17.6 KB 3 Jul 2007 | A quick demonstration of RebGUI with RebDB author: Brian Tiffin |
RebelXML | ||
rebelxml.r discussion documentation | 8.0 KB 27 Apr 2006 | RebelXML provides a set of functions which allows to easily create/modify/delete XML data author: Christophe 'REBOLtof' Coussement |
RebGUI image Example | ||
rebgui-image.r documentation | v:1.0.0 1.3 KB 4 Jun 2007 | RebGUI tutorial; display an image, with tip and close action author: Brian Tiffin |
RebGUI span Example | ||
rebgui-sizing.r documentation | v:1.0.0 1.9 KB 5 Jun 2007 | RebGUI tutorial; display images, with widget span and window resizing author: Brian Tiffin |
RebGUI table Example | ||
rebgui-table.r documentation | v:1.0.0 1.7 KB 4 Jun 2007 | RebGUI tutorial; display a table author: Brian Tiffin |
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 stress test | ||
rebol-stress-test.r | v:0.0.1 3.3 KB 13 Aug 2004 | Run various things to see what limits REBOL has.
Largest integer, largest decimal, depth of
stack, maximum words definable, etc. author: Sunanda |
Simple REBOL Text Parser | ||
rebol-text-parser.r documentation | v:1.0.1 6.7 KB 9 Mar 2013 | Parse text using a REBOL grammar and index values found within it. author: Brett Handley |
REBOL Diff and Patch functions | ||
reboldiff.r documentation | v:1.1.1 11.5 KB 29 Jul 2005 | Implements diff and patch in REBOL. Allows you to see
differences between text files. author: Gabriele Santilli |
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 |
Tiny REBOL Server | ||
rebserver.r documentation | v:1.0.0 0.9 KB 13 Mar 2003 | The distributed REBOL server that builds the REBOL system. author: Anonymous |
REBOL SVS | ||
rebsvs.r | v:0.7.2 8.6 KB 11 Dec 2010 | Source version system for REBOL author: nicolas |
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 |
RebXML to XML Converter | ||
rebxml2xml.r | v:1.3.1 4.1 KB 2 Mar 2009 | Converts a RebXML block structure to XML. author: John Niclasen |
rebzip | ||
rebzip.r discussion | v:1.0.1 21.3 KB 17 Jul 2009 | Zip archiver / unarchiver author: Vincent Ecuyer |
Rectangle Module | ||
rect-lib.r | v:0.0.1 6.8 KB 11 Oct 2003 | Code from a REBOLForces article
(http://www.rebolforces.com/articles/pairs/2/) that provides
support for rectangle-related operations. It was also used to
explore the concept of function spec templates. You could
refactor that concept out though if you want. author: Gregg Irwin |
Red compiler and Runner | ||
redcompiler.r documentation | 9.9 KB 5 Dec 2012 | GUI to help with compile and run your Red(/System) scripts. author: arnold van hofwegen |
Regset - Regular expression convertor to bitset! | ||
regset.r documentation | v:0.1.0 2.1 KB 31 May 2007 | Make bitset from simple regex-like dialect. author: Boleslav Brezovsky |
Remote file Utility | ||
remote-file.r | v:0.0.2 6.0 KB 25 Sep 2003 | Exchange files over a network without ftp author: Ingo Hohmann |
Rename & Renumber Pictures | ||
rename-pics.r | v:1.0.2 8.5 KB 11 May 2008 | Renumber & Rename pictures in a folder author: [unknown] |
Simple Rich Text renderer | ||
render-rich-text.r | v:1.3.0 4.7 KB 16 Jan 2004 | Defines the render-rich-text function, that is able to render
simple rich text in a face. author: Gabriele Santilli |
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 |
request-date object/func optimization and enhancment | ||
request-date.r | v:1.1 5.4 KB 11 Mar 2004 | This is an enhanced replacement for the original request-date function,
the embedded date picker in view (datepicker).
- Clean, correct and optimize the code.
- add day names at top of window (use system/locales/days).
- add first-day-of-week value to choose starting with Sunday
or Monday.
(I think this value should be part of system/locales)
- add Today [...] author: Didier Cadieu |
Directory selector (treeview) | ||
request-dir.r | v:1.0.0 4.2 KB 26 Sep 2003 | Open a requestor to select a directory.
The current directories path is shown as a tree, and sub-dirs are shown for selection. author: Didier CADIEU |
361 / 586 | 1 | 2 | 3 | 4 | 5 | ... | 11 | 12 | [13] | 14 | 15 | 16 | 17 | 18 | 19 | 20 |