24305 packages
— page 972
Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk
squeak
Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk
squeak
XMLParser provides validating SAX and DOM parsers for well-formed XML documents on Pharo, Squeak, and Gemstone. It also provides a DOM API for manipulating documents, namespace support, and an optional XMLWriter for writing documents. Validation and namespace checking are enabled …
SqueakMap
squeak
Provides SAX and DOM parsers for HTML that convert possibly malformed HTML into well-formed XML. Uses XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak
A pull parser for XMLParser that provides a streaming interface for "pulling" XML events and also supports pull-style DOM parsing for dynamically converting events into DOM nodes. Uses XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak
An XPath library for Pharo, Squeak, and Gemstone leveraging the XML parsing capabilities of XMLParser. Supports XPath 1.0 syntax with extensions. Uses XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak
This is an implementation for an XMLRPC server and client in Squeak. See http://minnow.cc.gatech.edu/squeak/2694 for more details.
SqueakMap
squeak
With XMLTransformer you can bind Smalltalk code to any XML element.You can transform a XML into any other XML or finally in some other format ... Sound, Html, Pdf ... what you think of :)You can bind XML namespaces to …
SqueakMap
squeak
XMLWriter allows you to generate well-formed XML documents using an API based on Seaside's canvas and tag brushes so all tags will be nested properly and not left unclosed. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak
A basic XPath library for Squeak, leveraging the XML parsing capabilities now included in the base image. Modifies XMLNode to better support XPath. Handles basic XPath locator expressions for elements and attributes; returns a collection of XMLNodes matching the expression, …
SqueakMap
squeak
A basic XPath library for Squeak, leveraging the XML parsing capabilities now included in the base image. Modifies XMLNode to better support XPath. Handles basic XPath locator expressions for elements and attributes; returns a collection of XMLNodes matching the expression, …
SqueakSource
squeak
Re-implements the XPMReadWriter from Duane Maxwell.Does the right thing and registers as a service for FileList.
SqueakMap
squeak
This package adds the ability to read and write XPM image files.
SqueakMap
squeak
Yadis (http://yadis.org/) is a service discovery system allowing relying parties to determine automatically, without end-user intervention, the most appropriate protocol to use.Examples of such services are:Single sign-on across web sitesProfile exchange and form fillingBlog anti-spamYadis provides the first step for …
SqueakSource
squeak
Quinto test from Squeak By Example.
SqueakSource
squeak
Yates is an extremely simple persistence engine - what you want to 'persist' you can send to Yates with 'YPTransactionLog add: #foo', and it is written to a transaction log that belongs to the image. The transaction log is a …
SqueakMap
squeak
This is yet another incarnation of Ward Cunningham´s Wiki server. It draws heavily on my Squeak Mail Archiver. I wrote it just to get some ideas out of my head.
SqueakMap
squeak
adopted the code provided by Simon to have proper name space handling. Largely untested, might break some of the existing applications. That's why it is turned off by default.
SqueakMap
squeak
Squeak client library for theYubico Web Service API.CurlPluginis recommened for SSL support.SetupYKYubicoVerifier key: myYubicoKey "eg. '42'". YKYubicoVerifier secret: myYubicoSharedSectret "eg. (SeasidePlatformSupport base64Decode: 'AAAAAAAAAAAAAAAAAAA=') asByteArray"UsageYKYubicoVerifier new verfiy: aOneTimePassword
SqueakSource
squeak
Categoring system influenced by Ted Nelson's ZigZag with graphical visualisation.
SqueakMap
squeak
A zipper gives one fast local modifications and navigations through an arbitrary immutable hierarchical data structure. Modifications also share as much structure as possible with the original version of the structure, making zippers memory efficient ways of editing a structure.
SqueakMap
squeak
A Zooming menu. Read the class comments for more.
SqueakMap
squeak
Zurb is an implementation of https://foundation.zurb.com/sites/docs/ CSS examples using the Zurb Foundation CSS framework in Squeak. This is extremely useful for building Seaside Websites with the Zurb Foundation tools. Shoot me an email if you would like to hack at …
SqueakSource
squeak