Rebol Ping |
ping.r | v:1.0.0 15.8 KB 5 Jul 2006 | Basic ping version using call author: François Jouen |
Quantieme |
quantieme.r | v:1.0.0 2.9 KB 25 Aug 2004 | the day of year author: Philippe Le Goff |
Rebol TCP Ping |
tcpping.r | v:1.0.0 16.2 KB 5 Jul 2006 | Ping version using TCP author: François Jouen |
args - generic command-line argument parser. |
args.r discussion documentation | v:0.1.10 29.9 KB 17 Dec 2008 | End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it. author: Maxim Olivier-Adlhoch |
Encoding Binary Data in REBOL Scripts |
bin-save.r documentation | v:1.0.0 603 bytes 13 Mar 2003 | Example of how to save base-64 encoded binary data in REBOL scripts. (See bin-data.r as an example of how to decode the data.) author: Anonymous |
Images Buttons |
button-image.r documentation | v:1.0.0 762 bytes 13 Mar 2003 | Example of how to make buttons made from images. Clicking on a button updates text in the window. author: Anonymous |
Google Chart API |
charts-api.r documentation | v:0.1.1 3.2 KB 24 Jul 2010 | Generates a URL to access the Google Charts API author: Christopher Ross-Gill |
Fast Scrolling |
fastscroll.r documentation | v:1.0.0 3.8 KB 5 Jun 2007 | A fast scrolling technique author: Maxim Olivier-Adlhoch |
Hello World Window |
hello.r documentation | 423 bytes 13 Mar 2003 | Opens a window that displays text and a quit button author: [unknown] |
Library data services |
lds-local.r documentation | v:0.0.4 655 bytes 13 Aug 2004 | Provides the client end of the REBOL.org Library Data Services interface author: Sunanda |
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 |
View A List of Data |
view-list.r documentation | v:1.0.0 615 bytes 13 Mar 2003 | Example of how to display a simple
block of data as fixed width columns in a window.
Code is just one line. author: Anonymous |
View HTML Code |
view-html.r documentation | v:1.0.0 464 bytes 13 Mar 2003 | Fetch a web page and view its HTML code in a window. author: Anonymous |
View 3 Buttons |
view-buttons.r documentation | v:1.0.0 470 bytes 13 Mar 2003 | Example of how to display three buttons down the page. author: Anonymous |
Console capture |
capture.r discussion | v:1.0.0 1.1 KB 13 Mar 2003 | Capture console output in a string! author: Nenad Rakocevic |
CSV |
csv.r discussion | 1.6 KB 13 Mar 2003 | .CSV file manipulation functions. author: [unknown] |
Chess moves generator |
chessmoves.r discussion documentation | v:0.1.2 59.2 KB 29 Aug 2012 | Generate all legitimate moves in any position. author: Arnold van Hofwegen |
REBOL::EXIF |
exif-core.r discussion | v:1.3 9.7 KB 22 Dec 2003 | obsluga plikow JPEG/EXIF author: Piotr Gapinski |
Http tools |
http-tools.r discussion | v:0.0.3 6.4 KB 13 Mar 2003 | To grab cookies from the server and post form data. author: Graham Chiu |
Dialect Object Model |
quote-node-attributes.r discussion documentation | 5.4 KB 4 Jun 2022 | This script is used on data Sequence key value pairs with various different syntax styles such as
DOM Vars, html,xml,css, objects, arrays, json, rebol series, etc. It attempts to reformat malformed
key/value data found in a SL that's usually delimited as objects, arrays, or json statement.
It requotes *" *, and can creates tagged node-elements for look up in Dialect Object Models. Witch
then can be set as Vars to be used with rebol-DOM functions.
You can allso fine tune your own delimiter rules as characters or words patterens to use with the
strip-obj-chars-from() function. (DSL: domain specific language) author: [unknown] |