Discussion threads (by date)
Code 3 of 9 (Code 39) Barcode Generator | ||
code39.r discussion | 2.6 KB 17 Apr 2006 | Generates Code 39 barcode images which can be printed out and read with a
standard barcode reader.
Code 39 is limited to the alphanumeric characters listed in the 'code39
block within the function.
It is a very popular barcode format in the US and doesn't need to conform
to any particular length of characters and has no limitations placed on it
by any sanctioning [...] author: Bohdan Lechnowsky Discussion posts: 46. Latest by: ahmedsayeed1 on 16-Apr. |
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: 6. Latest by: jackslesly19 on 15-Apr. |
Dialect Object Model | ||
rebol-dom.r discussion documentation | 18.3 KB 18 Apr | Use a recodable rebol function to create easy to follow blocks/series as
a Dialect Object Model that allow different program languages to work together
and viewed as HTML and VID. A parse alternative author: [unknown] Discussion posts: 21. Latest by: joeanderson on 15-Apr. |
Dialect Object Model | ||
rebol-dom-mdlparser discussion | 52.8 KB 18 Apr | %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: 5. Latest by: johnanderson on 15-Apr. |
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: 3. Latest by: jackslesly19 on 14-Apr. |
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: 14. Latest by: harrisonlee9 on 14-Apr. |
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: 3. Latest by: guestbloging on 12-Apr. |
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: 50. Latest by: elsaavend on 6-Apr. |
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: 2. Latest by: jeffreyjohns on 3-Apr. |
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: 8. Latest by: zunairashelt on 1-Apr. |
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: 7. Latest by: jackslesly19 on 28-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: 3. Latest by: lufferyu on 18-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: 8. Latest by: catchycatto on 16-Mar. |
Markup language Dialect parser | ||
mdlparser.r discussion documentation | v:0.0.2 32.2 KB 5 Feb 2005 | To personally study the practicallity of Rebol
being used as bridge between browsers and markup languages. author: daniel murrill Discussion posts: 2. Latest by: inetw3dm on 15-Mar. |
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: 5. Latest by: chrisjohn221 on 9-Feb. |
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: 2. Latest by: alisha986 on 2-Feb. |
Tar | ||
tar.r discussion documentation | v:1.1.0 5.5 KB 11 Jan 2013 | Creates tar archives. author: Vincent Ecuyer Discussion posts: 3. Latest by: alisha986 on 2-Feb. |
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: 3. Latest by: alisha986 on 2-Feb. |
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: 2. Latest by: alisha986 on 2-Feb. |
Duplicates | ||
duplicates.r discussion | 567 bytes 8 Mar 2016 | Get duplicated values in a block author: Christian Le Corre Discussion posts: 5. Latest by: alisha986 on 2-Feb. |
What is my IP | ||
whatismyip.r discussion | v:0.0.0 725 bytes 24 Mar 2020 | Prints your IP addresses author: Endo Discussion posts: 4. Latest by: alisha986 on 2-Feb. |
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: 2. Latest by: daniel on 7-Jan. |
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: 5. Latest by: robiandi on 15-Mar-2012. |
rebzip | ||
rebzip.r discussion | v:1.0.1 21.3 KB 17 Jul 2009 | Zip archiver / unarchiver author: Vincent Ecuyer Discussion posts: 4. Latest by: ratio on 16-Aug-2009. |
Simple File Requestor | ||
file-request.r discussion | 1.5 KB 13 Mar 2003 | Example of a simple file requestor. author: Carl Sassenrath Discussion posts: 2. Latest by: peterwood on 13-May-2009. |
1 / 68 | [1] | 2 | 3 |