Discussion threads (by date)
PDF Tables | ||
pdf-tables.r discussion documentation | v:1.5.0 4.4 KB 24 Sep 2003 | Create tables with the PDF Maker author: Gabriele Santilli Discussion posts: 13. Latest by: miyaka22 on 2-Mar. |
Change directory | ||
oneliner-cd.r discussion | v:1.0.0 591 bytes 20 Jul 2003 | Used alone, return the actual dir. Used with a dir name, changes the actual dir and
return the new dir. author: Romano Paolo Tenca Discussion posts: 101. Latest by: miyaka22 on 2-Mar. |
View-Hanoi | ||
view-hanoi.r discussion | v:1.0.0 8.0 KB 13 Mar 2003 | Towers of Hanoi with Visualization. A learning excercise for me. Hopefully it will improve over time. author: Gregg Irwin Discussion posts: 34. Latest by: miyaka22 on 2-Mar. |
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 Discussion posts: 18. Latest by: miyaka22 on 2-Mar. |
File globbing module and dialect | ||
file-list.r discussion documentation | v:0.0.2 30.2 KB 19 Oct 2006 | Given a file spec, and optional criteria for date, size,
and attributes, the FILE-LIST function returns a block of
files that match the spec and criteria.
It is also a test-bed for how to integrate dialects with
one-another. There are sub-dialects for date, size, and
attribute tests, and FILE-LIST encapsulates those, along [...] author: Gregg Irwin Discussion posts: 51. Latest by: miyaka22 on 2-Mar. |
VID_build | ||
vid-build.r discussion | v:0.8.6 36.7 KB 17 Nov 2013 | Easily create VID guis author: Marco Antoniazzi Discussion posts: 22. Latest by: miyaka22 on 2-Mar. |
Date and time functions | ||
date-time.r discussion | v:1.1 11.8 KB 24 Feb 2011 | This script contains the Rebol implementation of some date and time functions provided in
the glibc library and the gnumeric (and therefore Microsoft Excel) software.
While the use and handling of date and time data are in most cases straightforward
with Rebol, some of the advanced date and times functionalities found in glibc and
gnumeric are still missing in [...] author: Francois Vanzeveren Discussion posts: 36. Latest by: miyaka22 on 2-Mar. |
Color REBOL Code in HTML | ||
color-code.r discussion documentation | 3.4 KB 22 Jul 2005 | Colorize source code based on datatype. Result is HTML.
This script is used to syntax color the library scripts. author: Carl Sassenrath Discussion posts: 16. Latest by: miyaka22 on 2-Mar. |
LIQUID - core dataflow programming engine. | ||
liquid.r discussion | v:0.8.1 64.9 KB 28 Mar 2009 | Create procedural processing networks. author: Maxim Olivier-Adlhoch Discussion posts: 381. Latest by: miyaka22 on 2-Mar. |
REBOL Web Server | ||
volkswebserv.r discussion | v:0.0.0.15 16.0 KB 24 Oct 2005 | A Simple HTTP-Server for running and debugging REBOL CGI scripts, modified %webserv.r author: Cal Dixon Discussion posts: 21. Latest by: miyaka22 on 2-Mar. |
Sqlite 3.X rebol wrapper try | ||
sqlite3.r discussion | v:0.0.2 7.8 KB 21 Sep 2004 | Sqlite wrapper in Rebol. author: Juan-Carlos Miranda Discussion posts: 21. Latest by: miyaka22 on 2-Mar. |
Skype Wrapper | ||
skype.r discussion documentation | 2.2 KB 23 May 2006 | make a cheap phone call! author: Graham Chiu Discussion posts: 21. Latest by: miyaka22 on 2-Mar. |
CASE multiple conditional function | ||
case.r discussion | v:1.0.0 2.1 KB 27 Nov 2005 | Provide a generalized multiple conditional function for situations that would otherwise call for
deeply nested EITHER blocks. CASE is more general than SWITCH because the conditions can be any
DO-able block rather than being based on a single value. This can be used simply to allow a
SWITCH-like behavior that supports ranges instead of single [...] author: Christopher M. Dicely Discussion posts: 24. Latest by: miyaka22 on 2-Mar. |
Prolog Like Inference Engine | ||
prolog.r discussion documentation | v:1.7 43.1 KB 3 Jan 2011 | This is an inference engine wich process prolog like clause
The engine can process prolog like clauses of the form :
man [jean]
woman [mary]
human [X] [man [X]]
human [X] [woman [X]]
CUT (!) and FAIL are implemanted (it's the only hardcoded predicates in the engine)
The engine execute Rebol code [...] author: Marco Discussion posts: 55. Latest by: miyaka22 on 2-Mar. |
Calendar and Scheduler | ||
calendar.r discussion | v:1.0.7 8.1 KB 10 Jul 2008 | A simple calendar application. author: Sterling Newton Discussion posts: 46. Latest by: miyaka22 on 2-Mar. |
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 Discussion posts: 27. Latest by: miyaka22 on 2-Mar. |
SNMP v1 protocol | ||
snmp.r discussion | v:0.8.0 13.4 KB 21 Feb 2005 | Implementation of SNMP v1 scheme (RFC 1155,1156,1157) , no TRAP.
URL is snmp://[community@]<host adr>/CMD/<id values>
default community is public
Where CMD is get getnext or set
id values is a string like that: 1.3.6.1.2.1.1.1.0 1.3.6.1.2.1.1.5.0
Return an object:
make object! [
version: [...] author: VDemong Discussion posts: 44. Latest by: miyaka22 on 2-Mar. |
CSV | ||
csv.r discussion | 1.6 KB 13 Mar 2003 | .CSV file manipulation functions. author: [unknown] Discussion posts: 15. Latest by: miyaka22 on 2-Mar. |
CGI Form with Defaults | ||
cgiformobj.r discussion documentation | 1.3 KB 13 Mar 2003 | Handles a CGI form, providing default values for
missing fields in the form. Returns a web page.
(The associated cgiform.html file contains the form). author: [unknown] Discussion posts: 78. Latest by: miyaka22 on 2-Mar. |
Eztwain Support | ||
eztwain.r discussion | 2.5 KB 6 May 2006 | Support image grabs from webcam using commercial eztwain library. author: Graham Chiu Discussion posts: 26. Latest by: johnmcullen on 26-Feb. |
Dialect Object Model | ||
rebol-dom-mdlparser discussion documentation | 61.9 KB 4 Jun 2022 | %Rebol-DOM.r mdlparser.r is a copy
of the %Rebol-DOM.r mdlparser.
The first copy would not download
so i appended the *.r to it, wich
seemed to make it able to become
downloadable now. So...., down
load it and tell me all about its
glorious [...] author: daniel Discussion posts: 249. Latest by: louiselora on 25-Feb. |
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 Discussion posts: 117. Latest by: chavesarlene on 21-Feb. |
Text-List Cover Up | ||
text-list-cover-up.r discussion | 164 bytes 27 Oct 2008 | [no purpose header found] author: r.v.d.zee Discussion posts: 20. Latest by: johnsjvi95 on 18-Feb. |
Duplicates | ||
duplicates.r discussion | 567 bytes 8 Mar 2016 | Get duplicated values in a block author: Christian Le Corre Discussion posts: 27. Latest by: barkerxavier on 5-Feb. |
make-doc-pro | ||
make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch Discussion posts: 7. Latest by: crutcherhuyn on 21-Jan. |
Paint | ||
paintplus.r discussion | v:1.0.0 6.0 KB 17 Nov 2005 | The world's smallest paint program. author: Frank Sievertsen Discussion posts: 61. Latest by: crutcherhuyn on 21-Jan. |
VID1 for R3 | ||
vid1r3.r3 discussion | v:0.3.20 113.6 KB 17 Apr 2022 | Lets you use VID1 with R3 author: Marco Antoniazzi Discussion posts: 36. Latest by: povewaj on 18-Dec-2024. |
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 Discussion posts: 38. Latest by: angel17 on 18-Dec-2024. |
VID Usage | ||
vid-usage.r discussion | v:1.2 80.5 KB 10 Jan 2004 | VID Usage Tutorial with Runnable Examples author: Cybarite Discussion posts: 16. Latest by: nanisa12 on 3-Dec-2024. |
What is my IP | ||
whatismyip.r discussion | v:0.0.0 725 bytes 24 Mar 2020 | Prints your IP addresses author: Endo Discussion posts: 37. Latest by: louiselora on 25-Nov-2024. |
Example for async dns:// and spam dns server | ||
dns-async-example.r discussion | 3.9 KB 4 Oct 2003 | Example code to:
1) use the dns:// protocol in async mode
2) use the dns:// protocol to check spam address in async mode author: Romano Paolo Tenca Discussion posts: 81. Latest by: wooaja on 21-Nov-2024. |
Simple File Requestor | ||
file-request.r discussion | 1.5 KB 13 Mar 2003 | Example of a simple file requestor. author: Carl Sassenrath Discussion posts: 19. Latest by: angel17 on 4-Oct-2024. |
REBOL::EXIF | ||
exif-core.r discussion | v:1.3 9.7 KB 22 Dec 2003 | obsluga plikow JPEG/EXIF author: Piotr Gapinski Discussion posts: 27. Latest by: angel17 on 4-Oct-2024. |
Sort by multiple keys | ||
multiple-key-sort.r discussion | v:1.1.1 2.4 KB 17 Apr 2006 | Function to sort series with more than one field per record, by multiple keys, in any position and in ascending
or descending order each one of them. author: Cesar Chavez Discussion posts: 10. Latest by: angel17 on 4-Oct-2024. |
REBOL Vision | ||
rebcam.r discussion | v:1.0.1 803 bytes 13 Mar 2003 | Fetch Webcam image at a specified refresh interval. author: Allen Kamp Discussion posts: 13. Latest by: angel17 on 3-Oct-2024. |
Topic Tags | ||
topic-tags.r discussion | v:0.2.1 9.3 KB 15 May 2004 | Makes tagging the mailing list a little bit more comfortable.
Lists all topic tags in a window which I like to have open while tagging.
Clicking on any tag copies it into clipboard so I only have to paste it into browser. author: Christian Ensel Discussion posts: 15. Latest by: angel17 on 3-Oct-2024. |
Micro Web Server | ||
webserver.r discussion | 2.1 KB 13 Mar 2003 | Here is a web server that works quite well and can be
run from just about any machine. It's not only fast,
but its also small so it's easy to enhance. author: [unknown] Discussion posts: 46. Latest by: olive on 1-Oct-2024. |
Clean-func | ||
clean-func.r discussion | 2.8 KB 2 Oct 2020 | Func defines a function with given spec and body
that remembers its arguments and locals after return.
Clean-func defines a function with given spec and body
that does not remember its arguments and locals after return. author: Ladislav Mecir Discussion posts: 15. Latest by: helgaella99 on 29-Aug-2024. |
Decode Charset Function | ||
decode-charset.r discussion | v:1.0.0 910 bytes 13 Mar 2003 | Converts 'charset values to something readable author: Nenad Rakocevic Discussion posts: 18. Latest by: angel17 on 6-Aug-2024. |
REBOL/Layout | ||
layout-1.8.r discussion | v:0.1.8 37.1 KB 13 Mar 2003 | Visual Layout Editor, now accepts more than 6 layouts author: Carl Sassenrath, Ammon Johnson Discussion posts: 13. Latest by: zognedamli on 12-Jul-2024. |
patched HTTP/HTTPS protocol with cookies support | ||
my-http.r discussion | 21.8 KB 18 Aug 2006 | Provide an HTTP/HTTPS handler that transparently supports cookies author: cyphre@seznam.cz Discussion posts: 17. Latest by: angel17 on 5-Jun-2024. |
Parse ini file | ||
parse-ini.r discussion documentation | v:1.0.2 2.2 KB 15 Apr 2009 | Parses a Window's ini file. Also a function to find entries in a parsed ini file author: Sunanda Discussion posts: 37. Latest by: marosol on 23-Feb-2024. |
Sorry: cg/formobj.r: not found (1) |
51 / 93 | 1 | 2 | [3] | 4 |