10.5

Mac OS X 10.5 (Leopard)

MouseGraph (Composition by .lov.)

Author: .lov.
License: MIT
Date: 2010.03.01
Compatibility: 10.5, 10.6
Categories:
Required plugins:
(none)

A simple composition, draw lines like the mouse moves, draws a circle when mouse not moved after 1sec.

Inspired by: http://iographica.com/

Requires:

JSNormalizer (Composition by cybero)

Author: cybero
License: MIT
Date: 2010.02.17
Compatibility: 10.5, 10.6
Categories:
Required plugins:
(none)

This virtual macro takes any input between -1 to 1 and normalises that number range to be between 0 to 2.

This is useful when one is feeding dynamic data of such a range that one wishes to visualise using objects that do not much appreciate negative numbers.

Thus one can stop one source of sig exec faults before they ever start.

UnEscape URL String (Composition by cybero)

Author: cybero
License: MIT
Date: 2010.02.17
Compatibility: 10.5, 10.6
Categories:
Required plugins:
(none)

This composition is a virtual macro that turns the encoded multiple word URL information back into plain readable text - thus the search term is displayed in plain readable form, rather than with %20 for spaces.

Attached demo is basically a revamp of the JSON structure demo, uses and requires the JSON and Kineme File Structure patch. Shows the use of both the Escape and UnEscape URL patches.

Credit of course, to smokris for the original JSON demo and Escape URL patch.

Escape URL String (Composition by smokris)

Author: smokris
License: MIT
Date: 2010.02.16
Compatibility: 10.5, 10.6
Categories:
Required plugins:
(none)

Encodes a string for embedding within a URL. Spaces become %20, et cetera.

JSON To Structure (Composition by smokris)

Author: smokris
License: MIT
Date: 2010.02.15
Compatibility: 10.5, 10.6
Categories:
Required plugins:
(none)

Converts a JSON string input into a Structure.

Useful in conjunction with the Kineme FileTools "String With URL" patch, to produce an alternative to the built-in XML Importer patch.

An example composition is attached, using this patch to parse the results of a Yahoo Search API query.