Discussion threads (by date)
| 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. |
| 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: 1. 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. |
| 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: 5. Latest by: sunanda on 15-Apr-2009. |
| 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: 2. Latest by: msnathan on 25-Sep-2008. |
| 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: 1. Latest by: brock on 4-Sep-2008. |
| The Kasper Program | ||
| kasper.r discussion run plugin | v:1.0 2.1 KB 13 Jun 2008 | Please Ingri (my sister, the dog owner) author: [unknown] Discussion posts: 2. Latest by: hallyhaa on 10-Aug-2008. |
| 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: 6. Latest by: sunanda on 10-Jul-2008. |
| 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: 1. Latest by: grshiplett on 1-Apr-2008. |
| REBOL::EXIF | ||
| exif-core.r discussion | v:1.3 9.7 KB 22 Dec 2003 | obsluga plikow JPEG/EXIF author: Piotr Gapinski Discussion posts: 1. Latest by: brock on 23-Mar-2008. |
| CSV | ||
| csv.r discussion | 1.6 KB 13 Mar 2003 | .CSV file manipulation functions. author: [unknown] Discussion posts: 1. Latest by: john on 20-Nov-2007. |
| better-than-nothing sqlite3 handler | ||
| btn-sqlite.r discussion | v:0.2.2 5.7 KB 30 Jan 2006 | easy access to sqlite3 database without /Pro or /Command features author: Piotr Gapinski Discussion posts: 2. Latest by: john on 20-Nov-2007. |
| 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: 4. Latest by: sunanda on 10-Jul-2007. |
| Prolog Like Inference Engine | ||
| prolog.r discussion documentation | v:1.7 43.1 KB 8 Sep 2005 | 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: 1. Latest by: grshiplett on 6-Jul-2007. |
| 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: 1. Latest by: grshiplett on 6-Jul-2007. |
| 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: 1. Latest by: grshiplett on 6-Jul-2007. |
| 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: 1. Latest by: patrickp61 on 30-May-2007. |
| 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: 6. Latest by: stefanlober on 15-May-2007. |
| 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: 1. Latest by: brock on 23-Apr-2007. |
| 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: 1. Latest by: guest2 on 27-Mar-2007. |
| 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: 2. Latest by: sunanda on 8-Nov-2006. |
| 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: 1. Latest by: greggirwin on 20-Oct-2006. |
| (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: 3. Latest by: peterwood on 16-Oct-2006. |
| Skype Wrapper | ||
| skype.r discussion documentation | 2.2 KB 23 May 2006 | make a cheap phone call! author: Graham Chiu Discussion posts: 1. Latest by: gchiu on 23-May-2006. |
| 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: 1. Latest by: reboltof on 15-May-2006. |
| 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: 1. Latest by: coccinelle on 12-May-2006. |
| 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: 1. Latest by: gchiu on 6-May-2006. |
| 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: 1. Latest by: rvdzee on 31-Mar-2006. |
| 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: 1. Latest by: gchiu on 25-Mar-2006. |
| SQL PROTOCOL | ||
| sql-protocol.r discussion documentation | v:0.6.8 84.2 KB 5 Mar 2006 | SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL
with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded
in your REBOL application.
Today, sql-protocol execute only these kind of query :
* SELECT ... FROM ... WHERE ... ORDER BY ...
* INSERT ... INTO ... VALUES ...
* [...] author: marco Discussion posts: 2. Latest by: coccinelle on 20-Feb-2006. |
| 1 / 55 | [1] | 2 |







