59798 packages
— page 1156
Simple access to the weather data provided by OpenWeatherMaps.org. Requires JSON handling as provided by the JSON project on this repository www.squeaksource.com/JSON though presumably other JSON approaches should work. Note that as of Squeak 6 the JSON package is installed …
SqueakSource
squeak
OperaORB provides very simple API for distributed computing.You can send messages to local/remote objects in transparent way. OperaORB runs on not only well-known HTTP, but also SQTP, a Squeak specificbinary transport protocol. SQTP is extremely fast in bulky objects sending,but …
SqueakMap
squeak
OperaORB-native is a lightweight ORB. It serves as a wrapper of messaging layers (currently SOAP and RMT)to provide very simple API for distributed computing. You can send messages to local/remote objects in a transparent way. This version is for RMT. …
SqueakMap
squeak
A simple OPML parser. The parser conforms to the OPML 2 spec (http://www.opml.org/spec2). Depends on Chronos (http://www.chronos-st.org/) and YAXO (from SqueakMap).
SqueakSource
squeak
A port of the Pharo OrderedDictionary for compatibility with other smalltalks such as Gemstone
GitHub
pharo
MIT
This is a dictionary based on the binary search, made for fast enumeration of elements.
SqueakSource
OrderedSet for Pharo Smalltalk
GitHub
pharo
MIT
This package contains an order-preserving Dictionary that remembers the order in which key-value associations are added to it.
SqueakSource
This package has ordered dictionary classes that behave like OrderedDictionary and OrderedIdentityDictionary in Pharo, but are portable to Squeak and Gemstone, and other ordered dictionary classes needed by XMLParser and XMLWriter. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak
Orfeo is a graph comparer that allows you to view and highlight the differences between them.
SqueakSource
A partial implementation of an Orion server.
SqueakSource
Handling MooseModel versions incrementally
GitHub
MIT