Discussion threads (by date)
CGI common procedures | ||
cgibasic.r discussion documentation | 8.0 KB 10 Nov 2011 | This is a collection of functions that could be used in a
CGI program. There is nothing in this module that has not been done
better by others, but the code is more heavily annotated for beginners.
Separate documentation explains how to use the functions. The comments
should be helpful also. None of this is my original creation. I just
assembled and annotated, [...] author: Steven White Discussion posts: 51. Latest by: blythewoody on 11-Apr. |
Textpad syntax generator | ||
textpad-syngen.r discussion | v:0.5 3.3 KB 6 Sep 2010 | Textpad syntax generator for Textpad 4.4 (and above)
Highlighter gets lost with {{}} author: John Kenyon Discussion posts: 15. Latest by: seekhappydol on 10-Apr. |
Textris | ||
textris.r discussion | 8.2 KB 29 Jun 2008 | The game of Tetris, in text mode.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio Discussion posts: 1. Latest by: gunthered on 10-Apr. |
Synchronizable Calendar/Scheduler | ||
calendar-install.r discussion | 1.4 KB 18 Oct 2013 | Easy-to-use Calendar/Scheduler that can be synchronized over a network, and has popup-alerts. author: Izkata Discussion posts: 39. Latest by: blythewoody on 10-Apr. |
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 Discussion posts: 89. Latest by: cindyjmcmull on 4-Apr. |
Area with scrollers style | ||
area-scroll-style.r discussion | v:1.0.0 13.7 KB 27 Sep 2004 | This is a new area style with possible vertical and/or horizontal scrollers.
It allow selection of text outside the viewable area and have a read-only mode. author: Didier Cadieu (alias DideC) Discussion posts: 44. Latest by: kyzer on 3-Apr. |
Do pairs | ||
do-pairs.r discussion | 861 bytes 9 Mar 2016 | Do pairs with values from a block author: Christian Le Corre Discussion posts: 14. Latest by: vredof on 2-Apr. |
bin-to-float | ||
bin-to-float.r discussion | v:0.0.3 1.2 KB 8 Nov 2006 | Convert a binary file to a series of floats and back author: Glenn M. Lewis Discussion posts: 78. Latest by: blythewoody on 2-Apr. |
Similarity Metrics | ||
simetrics.r discussion documentation | v:0.5.0 21.2 KB 19 Feb 2006 | Toolkit of string distance metrics. author: Francois Vanzeveren (fvz) Discussion posts: 30. Latest by: blythewoody on 31-Mar. |
Collect Function | ||
collect.r discussion | 3.5 KB 10 Jan 2006 | Eliminate the result: copy [] ... append result value dance. author: Gregg Irwin Discussion posts: 41. Latest by: blythewoody on 28-Mar. |
JSON to Rebol converter | ||
json.r discussion documentation | v:0.0.9 14.2 KB 6 Sep 2013 | Convert a JSON string to Rebol data, and vice versa. author: douglas crockford Discussion posts: 120. Latest by: olive on 28-Mar. |
Mini-edit-do | ||
mini-edit-do.r discussion | v:0.8.5 32.7 KB 17 Apr 2021 | Helps test short programs (substitutes console) author: Marco Antoniazzi Discussion posts: 54. Latest by: blythewoody on 20-Mar. |
(R)EBOL (Un)it | ||
run.r discussion documentation | 19.1 KB 31 May 2008 | RUn is a TestCase Framework wich allows the use of
TestCases as defined by the eXtreme Programming
development methodology and the test-driven development author: Christophe 'REBOLtof' Coussement Discussion posts: 26. Latest by: sarang18 on 19-Mar. |
National Geographic Image of the Day Downloader | ||
ngbg.r discussion | v:1.1.0 2.0 KB 9 Feb 2004 | Downloads the current picture of the day from nationalgeographic.com
and saves it to a location of your choice. Directions: Change the 'filename' in the source to the location of your choice.
The agrument -s causes it to be silent and so not print what step
it is
at. These directions can be seen by adding a -h agrument. author: Charles MOUGEL Discussion posts: 25. Latest by: sarang18 on 19-Mar. |
CGI wrapper function for debugging | ||
cgi-debug.r discussion documentation | v:0.0.1 2.6 KB 7 Jan 2005 | Provides debugging info for scripts running as a CGI under a webserver author: Sunanda Discussion posts: 136. Latest by: blythewoody on 17-Mar. |
Format Decimal | ||
format-decimal.r discussion | 624 bytes 20 Aug 2010 | Converts decimal numbers formatted in scientific notation to decimal notation. author: nick Discussion posts: 20. Latest by: johnmcullen on 15-Mar. |
Emit RSS | ||
emit-rss.r discussion documentation | v:1.0.0 4.5 KB 19 Nov 2007 | Create an RSS Feed from a REBOL Block. author: Christopher Ross-Gill Discussion posts: 29. Latest by: blythewoody on 14-Mar. |
Mapping a picture onto a 3D Sphere | ||
sphere.r discussion | v:1.0.1 63.5 KB 21 Feb 2006 | A 3D Perspective demo author: [unknown] Discussion posts: 27. Latest by: darylcoles on 11-Mar. |
The Kasper Program | ||
kasper.r discussion | v:1.0 2.1 KB 13 Jun 2008 | Please Ingri (my sister, the dog owner) author: [unknown] Discussion posts: 40. Latest by: hallyhaa on 7-Mar. |
Bignumbers.r | ||
bignumbers.r discussion | v:1.0 4.8 KB 22 Mar 2007 | This script allows you to apply the four classical operations (add, subtract divide, multiply) on very big positive integers.
Size of the integers is only limited by the size of a rebol string since numbers are represented as strings.
When using this script, keep in mind that the operations manipulate string numbers in reverse order (see example at the end of [...] author: [unknown] Discussion posts: 29. Latest by: musicalkanya on 5-Mar. |
Todo List | ||
todo-list.r discussion | v:1.3.0 9.7 KB 24 Jun 2004 | Based on the demo of Rebol /View by Carl. It allow you to manage a list of todo and move them between them. author: Carl Sassenrath, Didier Cadieu & Fabrice Vado Discussion posts: 19. Latest by: blythewoody on 5-Mar. |
Very Short Webserver | ||
oneliner-webserver.r discussion | 821 bytes 20 Oct 2003 | Webserver serving files from the current directory. author: Cal Dixon Discussion posts: 22. Latest by: miyaka22 on 2-Mar. |
UTF-8 | ||
utf-8.r discussion | v:1.0.2 14.3 KB 14 Nov 2003 | Encoding and decoding of UCS strings
to and from UTF-8 strings. author: Jan Skibinski Discussion posts: 43. Latest by: miyaka22 on 2-Mar. |
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 Discussion posts: 18. Latest by: miyaka22 on 2-Mar. |
SMTP challenger | ||
email-check.r discussion | 1.5 KB 26 Nov 2005 | Issues an smtp challenge to see if recipient email address exists.
Some mail servers will respond okay anyway to protect users from spammers. author: Graham Chiu Discussion posts: 18. Latest by: miyaka22 on 2-Mar. |
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. |
26 / 93 | 1 | [2] | 3 | 4 |