1844 packages
— page 73
Squeak by Example Quinto Game
SqueakSource
squeak
The Quinto game from the squeak by example book.
SqueakSource
squeak
This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) WorldExplorer open.or use as StarBrowser component.
SqueakMap
squeak
Provides a menu registry for the World project and appearance menus. Used extensively by several of my packages.
SqueakMap
squeak
This is a SAR that contains the Worlds Of Squeak project and its subprojects from the 3.5 image. It also has the readme windows and the Squeak Logo, but the Squeak Logo cannot be filed back in because of a …
SqueakMap
squeak
This is the removal script from the readme window, enhanced to actually remove everything.Load the Worlds Of Squeak package (a SAR) to get everything back).
SqueakMap
squeak
Exploring type inference in Squeak. (Experimental code)
SqueakSource
squeak
WriteBarrier provides a way to watch for changes to the state of individual objects. It's intended for use with persistence, transactional, or indexing mechanisms where you're managing a discrete set of objects of varied classes, and want to be notified …
SqueakMap
squeak
It's not finished, but some basic applications works - xsysinfo, xview, xlogo, xclock, partially xpdf, xterm, gv, xpp.It doesn't work yet in latest Squeak, because of Socket changes. If somebody is interested, feel free to ask any questions about it.
SqueakMap
squeak
This is a driver that allows you to remotely control Squeak with X10 wirelessremotes. Using the included RemoteControl application, you can bind objects tobutton presses. Using OSProcess, you can control external processes (like Winampor XMMS). This is designed to work …
SqueakMap
squeak
A pure-Smalltalk implementation of theX Window System Protocol(X11).The protocol messages and X11 data types are compiled using thexcb-shimJSON protocol definitions, an easier-to-work-with form of the officialxcbproto XML protocol definitions.At present, the client side of a client/server conversation is implemented. This …
SqueakSource
squeak
SAR containing various X11 fonts using ISO-8859-15 encoding(similar to Latin-1 but the Euro sign is where it should be). Install from this archive to add TimesRoman, Helvetica, Courierand Fixed to the available system fonts, in various point sizes.Note that this …
SqueakMap
squeak
This package contains a single class (XBaseFile) that allows you to read and create/edit files in XBase/dBase format. See the class comment for an explanation of the functionality and structure.
SqueakMap
squeak
XDisplayControlPlugin provides primitives for controlling the connection to an X display server for Squeak. Currently, this is useful for the Unix VM, but in principle can be used for any platform that can provide an X server, such as Win32, …
SqueakSource
squeak
The XDisplayControlPlugin package provides primitives for controlling the connection to an X display server for Squeak. Currently, this is useful for the Unix VM, but in principle can be used for any platform that can provide an X server, such …
SqueakMap
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