Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
tag index: d · domain

26 scripts tagged as: [domain  ·  db]

connectdb
connectdb.r858 bytes
14 Sep 2012
Example how to use mysql-protocol.r
author: Arnold van Hofwegen
Comma-Seperated-Values to REBOL converter
convert-csv.r729 bytes
13 Mar 2003
Convert CSV files to REBOL blocks
author: Bohdan Lechnowsky
CSV
csv.r
 discussion
1.6 KB
13 Mar 2003
.CSV file manipulation functions.
author: [unknown]
Simple Rebol DBMS
db.rv:1.2.0
24.7 KB
13 Mar 2003
RebolBase is a simple database managment system written entirely in Rebol. Its main feature is that it stores its data in plain, newline delimited text files. This allows the database to be accessed and modified by other programs.
author: Jamey Cribbs
Dir-map explorer
dir-map-explorer.rv:0.1.2
5.6 KB
13 Mar 2003
to work with directory maps generated by %dir-mapper.r script
author: Oldes
Directory Mapper
dir-mapper.rv:1.0.5
5.0 KB
13 Mar 2003
Recursively builds a dir-structure map of the directory with file/dir informations as size and dates
author: Oldes and Stephane Bagnier
Import and Validate User Input
filtered-import.r
 documentation
v:0.1.1
10.9 KB
5 Jun 2007
Filters user input based upon a given spec
author: Christopher Ross-Gill
Find Block
find-block.rv:1.0.0
805 bytes
13 Mar 2003
Finds a tuple in a block or tuple-space.
author: Andrew Martin
Library History
history.rv:1.0.1
2.1 KB
13 Mar 2003
Show file change dates for the REBOL public library. Click on a file to view it.
author: Carl Sassenrath
Ice
ice.rv:1.0.0
2.4 KB
13 Mar 2003
Freezes and melts a Rebol object! sea .
author: Andrew Martin
Load-ini
ini.rv:0.0.3
2.2 KB
13 Mar 2003
Tries to load ini-structured file to Rebol
author: oldes
Interweave
interweave.rv:1.0.1
880 bytes
13 Mar 2003
Combines two series into one series by interleaving their values.
author: [unknown]
Convert 'Date' datatype to International Date - ISO 8601.
iso-8601-date.rv:1.0.0
1.0 KB
8 Nov 2005
Simple one-liner function to covert date to ISO 8601 format. In my application a time stamp is not needed nor included in this function. For a function that includes a timestamp see: to-iso-8601-date.r
author: Gordon Raboud
Check for REBOL Pro Features
licensed.rv:1.0.0
612 bytes
13 Mar 2003
An example of how to detect View/Pro and Command special features.
author: Carl Sassenrath
Mini-MetaDB
metadb.rv:1.0.0
2.8 KB
16 Mar 2010
Simple associative database for managing metadata
author: Christopher Ross-Gill
MySQL database interfacing logic.
mysql_all.rv:1.0.0
17.3 KB
13 Mar 2003
Interface to the mysql libs, needs /Pro or /Command
author: Maarten Koopmans, Ernie van der Meer
State Quizzer
quiz.rv:1.0.0
3.2 KB
6 May 2003
To demonstrate a simple flashcard-style quizzing script
author: Bohdan Lechnowsky
RebGUI and RebDB Sample
rebdbgui.r
 documentation
v:0.9.0
17.6 KB
3 Jul 2007
A quick demonstration of RebGUI with RebDB
author: Brian Tiffin
Rebodex
rebodex.rv:2.1.0
6.1 KB
13 Mar 2003
A simple but useful address book contact database.
author: Carl Sassenrath
Sorting nested blocks
sort-nests.rv:1.0.0
1.0 KB
6 May 2003
Sort a block of blocks on different fields.
author: Jeff Kreis
Soundex
soundex.rv:1.0.0
5.6 KB
6 May 2003
Soundex Encoding returns similar codes for similar sounding words or names. eg Stephens, Stevens are both S315, Smith and Smythe are both S53. Useful for adding Sounds-like searching to databases
author: Allen Kamp
SQL PROTOCOL
sql-protocol.r
 discussion
 documentation
v:0.6.8
84.2 KB
3 Jan 2011
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
Tally
tally.rv:1.0.0
871 bytes
6 May 2003
Tallies up the values in a series, producing a block of [Value Count] pairs.
author: Andrew Martin
Time Web Pages
timewebs.r
 documentation
v:1.0.0
1.1 KB
13 Mar 2003
Time how long it takes to get each of the web pages listed in a block.
author: Anonymous
Rebol date to-timestamp
to-timestamp.rv:0.0.3
0.9 KB
13 Mar 2003
For better date storage (in large date databases)
author: Oldes
XML Generator
xmlgen.rv:1.0.0
1.7 KB
13 Mar 2003
Simple functions to generate XML output. Creates example XML as published in Scientific American, May 1999.
author: Scrip Rebo