Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
REBOL::EXIF
exif-core.r
 discussion
v:1.3
9.7 KB
22 Dec 2003
obsluga plikow JPEG/EXIF
author: Piotr Gapinski
REBOL::EXIF::IMAGE
exif-image.rv:1.2
4.1 KB
22 Dec 2003
obsluga plikow JPEG/EXIF
author: Piotr Gapinski
Beware the Entity
entity.r0.9 KB
18 Oct 2013
Little creature that runs around faces playing around
author: Izkata
Data Entry Form
entry-form.r1.5 KB
13 Mar 2003
A simple data entry form for an address book. Does not verify field data.
author: Carl Sassenrath
Send Email with Buttons
emailsend.r833 bytes
13 Mar 2003
A very simple email sending application that shows how text is input and buttons are used.
author: [unknown]
Easy REBOL GUI Page
easypage.rv:1.0.1
1.6 KB
13 Mar 2003
Shows how to create a simple page with paragraphs, buttons, and entry fields on a colorful backdrop.
author: Larry Palmiter
EASY SOCCER
easy-soccer.r
 documentation
v:2.1.1
15.1 KB
3 Jan 2011
Easy-Soccer is a broker based on CGI which offer an easy way to write and the deploy distributed Rebol application. Easy-Soccer makes very easy to expose function written in Rebol like services. Thus, you can use these functions as if they were defined locally. In a distributed environment Easy-Soccer uses a simple WEB server and CGI to execute Rebol code [...]
author: marco
EnList
enlist.rv:0.0.3
10.3 KB
20 Jul 2003
Simple GUI for encap tools
author: Gregg Irwin
EPU
epu.r8.8 KB
6 Jun 2008
Simple GUI for accessing escputil on linux
author: AllRebbedUp
Engroup
engroup.rv:0.2
5.0 KB
14 Apr 2009
Mezzanine function to arrange values into groups of all equal values.
author: Christian Ensel
Search Web Pages
findweb.r733 bytes
13 Mar 2003
Simple example of searching multiple web pages for a specified string.
author: [unknown]
REBOL/flash Build Tool
flash-build.r1.6 KB
8 Apr 2010
A simple script to help new users experiment with editing, compiling and viewing .swf files created with REBOL/flash. It uses the built-in REBOL text editor to repeatedly run through the edit/compile/run process, so that code changes can be made quickly and easily, and the compiled results viewed immediately in the browser. [...]
author: nick
Files Renamer
files-renamer.rv:0.8.15
27.1 KB
17 May 2016
icon for files-renamer.rRename files
author: Marco Antoniazzi
F1 demo
f1.rv:1.0.0
4.8 KB
23 Nov 2012
icon for f1.rSimple car game, just t show how to scroll images
author: Massimiliano Vessi
FMOD library interface
fmod-h.rv:0.9.0
177.5 KB
5 Nov 2011
Code to bind FMOD shared library to Rebol.
author: Marco Antoniazzi
Simple File Requestor
file-request.r
 discussion
1.5 KB
13 Mar 2003
Example of a simple file requestor.
author: Carl Sassenrath
Open a file or directory requester
file-requester.rv:1.4.11
29.5 KB
16 Sep 2017
icon for file-requester.rRequests a file or directory
author: Marco Antoniazzi
Simple GradCol Example
gradcol.r791 bytes
19 Jul 2003
Demomstrate graduated colors
author: Jeff
Document Generator
generate-doc.r
 documentation
15.7 KB
13 Mar 2003
XMLish doc generator using parse-XML
author: Daan Oosterveld
Global services module
glb.r
 documentation
14.3 KB
7 Nov 2011
This is an idea for packaging up code, plus some small demos of how to do various things, harvested from the cookbook and the mailing list. They are things that are done so often and in so many situations that the author found it helpful to package them up in a file of personal functions. All these techniques are shown in various places, but this [...]
author: Steven White
Simple HTTP POST
http-post.r3.6 KB
13 Mar 2003
This script sends a form to a webserver using the POST method. The included example translates a string in English to German by posting the data to AltaVista's translation web page and then parsing the reply.
author: Martin Johannesson
HTML Dialect
html.r
 documentation
v:0.0.7
21.8 KB
20 Aug 2008
HTML dialect for simple generation of webpages with REBOL code.
author: henrik mikael kristensen
Hash Table
hashtable.rv:1.0.2
1.4 KB
13 Mar 2003
Very simple Hashtable object, but usefull!
author: Gregory Pecheret
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
Include Files
include.r867 bytes
13 Mar 2003
A useful function for including a single file or a block of files. Web and other file paths are allowed.
author: [unknown]