2821 packages — page 112

X36OBPRegExps

SqueakSource

xbase

reading and writing data in DBF format
SqueakSource

XDCP

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

XFiles

Stuff to deal with trendy formats that are frequently used on the Web, and other related stuff.
SqueakSource

XML

Xml for Smalltalk
SqueakSource

XMLLambdaParser

Parser implementation of the query language XML Lambda. Implementation is built using SmaCC.
SqueakSource

XMLPullParser

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

XMLRPC

The XMLRPC-Client (originally from http://bleu.west.spy.net/~dustin/projects/smalltalk-xmlrpc.xtp) and the XMLRPC-Server.
SqueakSource

XMLSchemaCodeGen

SqueakSource

XMLSupport

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

XMLWriter

This package provides a Seaside-like, block-based API for XML generation.
SqueakSource

xncxx12

Pharo By Example Monticello Lights out excercise
SqueakSource pharo

xorp

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

XPath

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

XPathHelp

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

xsendfile

Addon for Aida/Web for dealing with file libraries and the Apache X-SENDFILE modul.
SqueakSource

XSos

SqueakSource

xsplendor

Simulate landscape evolution with agents.
SqueakSource

XTream

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

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

XUnitFamix

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

YABreakOut

SqueakSource

Yadis

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

YahooAnswers

A simple interface for the Yahoo! Answers API.
SqueakSource

YahooBOSS

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