2821 packages
— page 112
reading and writing data in DBF format
SqueakSource
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
Stuff to deal with trendy formats that are frequently used on the Web, and other related stuff.
SqueakSource
Xml for Smalltalk
SqueakSource
Parser implementation of the query language XML Lambda. Implementation is built using SmaCC.
SqueakSource
XMLPullParser is a streaming XML parser. Instead of building a DOM tree, the parser streams over "events" (start tag, text, end tag) on demand. For more information on the technique in general, see xmlpull.org.This code is a mashup of Antony …
SqueakSource
visualworks
The XMLRPC-Client (originally from http://bleu.west.spy.net/~dustin/projects/smalltalk-xmlrpc.xtp) and the XMLRPC-Server.
SqueakSource
XML-Support is a repository for packages that parse, manipulate and generate XML documents. The most recent release can be loaded into Pharo by evaluating:Gofer new squeaksource: 'XMLSupport'; package: 'ConfigurationOfXMLSupport'; load. (Smalltalk at: #ConfigurationOfXMLSupport) perform: #loadDefault.It can also be loaded into …
SqueakSource
pharo
This package provides a Seaside-like, block-based API for XML generation.
SqueakSource
Pharo By Example Monticello Lights out excercise
SqueakSource
pharo
XORP is a simple planer that can plan tasks and compute the level of use of resources. Its particularity is to take into account 2 kinds of "nodes" between tasks, i.e. AND node that are usual in planing software (TaskA …
SqueakSource
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
This book provides examples on coding XPath on a live XMLDocument from the web. It uses Monty's XML Suite available from the squeak metacello repository. https://www.w3.org/TR/1999/REC-xpath-19991116/#section-Introduction 1. XPath is a notation for retrieving information from a document. 2. The information …
SqueakSource
pharo
Addon for Aida/Web for dealing with file libraries and the Apache X-SENDFILE modul.
SqueakSource
Simulate landscape evolution with agents.
SqueakSource
If you are looking for the port of VW Xtreams to Squeak/Pharo please go to </a href="http://www.squeaksource.com/Xtreams.html">Xtreams projectThis project hosts SqueaXTream which is an experimental version written from scratch with a bit different strategy and a few different goals (see …
SqueakSource
pharo
Xtreams is the Squeak port of VW Xtreams. The project site (and documentation) is athttp://code.google.com/p/xtreamsHere's how to load the project using Gofer (Pharo):Gofer new squeaksource: 'Xtreams'; package: 'Xtreams-Support'; package: 'Xtreams-Core'; package: 'Xtreams-Terminals'; package: 'Xtreams-TerminalsFileSystem'; package: 'Xtreams-Transforms'; package: 'Xtreams-Substreams'; package: 'Xtreams-Parsing'; …
SqueakSource
pharo
Famix needs to model the unit tests created in any language, what classes are supposed to be tested and what classes and methods are really tested.
SqueakSource
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
A simple interface for the Yahoo! Answers API.
SqueakSource
Right now it just has a couple simple methods to use the spelling suggestion feature as described here: http://developer.yahoo.com/search/boss/boss_guide/Spelling_Suggest.html You need an API key to use it which you can register for here: https://developer.apps.yahoo.com/wsregapp/
SqueakSource