976 packages
— page 38
Topolos is Graphical modeling tool based upon NCConnectorMorph. It allows modelization of processes and objects together. Models are saved into XML files using SIXX.
SqueakSource
Trax is an object versioning tool in the spirit of Git. It uses the SHA1 of the serialized form of objects for identification (creating a kind of content addressable memory on disk). Versions of objects are are created with a …
SqueakSource
TSF-NexIO is a lightweight, robust framework for JSON-RPC 2.0 communication over WebSockets in Pharo Smalltalk. It is designed to enable 'synchronous semantics on asynchronous channels' and enforces a strict separation between transport (Server) and business logic (Delegate). TSF-NexIO supports Batch …
GitHub
pharo
Apache-2.0
The Self-Maintaining Service Node serves as a reference implementation, illustrating how the four specialized TSF components (Logger, Scheduler, FileRotator, NexIO) integrate seamlessly to create a robust, self-maintaining, and remotely controllable server application.
GitHub
pharo
Apache-2.0
Twitter REST API based client with UI.Requires SGrid, VB-Regex, PlotMorph and Soup XML parser.Obsoleted by Twitter since OAuth was deployed.Now works with Identi.Ca (Twitter clone based on Status.Net)Full runnable image is found athttp://code.google.com/p/twitter-client/
SqueakMap
squeak
A VHDL parser using PetitParser
GitHub
MIT
The Cincom/Camp Smalltalk XML Parser, ported to Squeak by Bijan Parsia
SqueakSource
squeak
NOTE: The active development of this project can now be found athttp://ss3.gemstone.com/ss/WebClient.html.Please go there to find the latest versions of WebclientWebClient and WebServer are simple, compact, and easy to use HTTP client and server implementations for Squeak.InstallationTo install WebClient and …
SqueakSource
pharo
moved to http://ss3.gemstone.com/ss/webdoc
SqueakSource
gemstone
WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/WebRobotat 2014-02-14!!! There may be newer code there.Just some classes I used when building a web robot, including a variant ofSteve Warings HTTP client code (also MIT)and a patched variant of Todd Blanchardssuperb parser. Could …
SqueakSource
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
This project is an example of lazy evaluation depicted on Expression evaluation. It contains simple parser of expressions like (x 2 3 + -). It also demonstrates interpreter pattern.
SqueakSource
A very simple XML builder/printer on Pharo
GitHub
pharo
MIT
Xml for Smalltalk
SqueakSource
An XPath-like DSL that makes navigation in XML DOM trees easier.
GitHub
MIT
For Pharo and Gemstone - copied from smalltalkhub and set to use github
GitHub
pharo
MIT
XMLParserStAX is a pull parser for XMLParser
GitHub
MIT
Parser implementation of the query language XML Lambda. Implementation is built using SmaCC.
SqueakSource
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