24272 packages — page 706

ST80Tools

Stable Squeak 4.6 repository. If you "load updates" from Squeak 4.6, this is where they are fetched from. Only important fixes will be committed here, ongoing work happens in the "Trunk" repository.
Squeak Trunk squeak

ST80Tools

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

ST80Tools

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

ST80Tools

Squeak Trunk squeak

StackWatcher

Every once in a while, I crash my image with an infinite recursion. The StackWatcher class starts a high priority process that checks the depth of all process stacks every few seconds, and forces a process to throw a DeepStackNotification …
SqueakMap squeak

stamp

A Mailing List Manager for Squeak.
SqueakSource squeak

stamp-stimport

A mailing list manager written in Squeak Smalltalk (imported from squeaksource.com)
GitHub squeak

StarBrowser

This is the original work of Roel Wuyts and original version for Squeak belongs to Ned Kontz You should see http://homepages.ulb.ac.be/~rowuyts/StarBrowser/ and http://wiki.squeak.org/squeak/2935 Here i put a Monticello version for 3.10 and newer images
SqueakSource squeak

StarBrowser

The goal of the Star Browser is to allow you to browse your Smalltalk environment and classify anything you encounter while doing so. Therefore it has full drag&drop support to allow you to classify software elements such as classes and …
SqueakMap squeak

StarMorph unbound

The old StarMorph debugged and rewrit.Now you can have any number of points.Stars can be as pointy or as fat as you likeor look just like regular polygons.Provisions have been made for creating regular polygonswith odd sides as well as …
SqueakMap squeak

StarSqueak

Comprises the latest code in the 3.9 Squeak (basic) image.
Squeak Trunk squeak

StarSqueak

Comprises the latest code in the 3.9 Squeak (basic) image.
Squeak Trunk squeak

StarSqueak

Comprises the latest code in the 3.9 Squeak (basic) image.
Squeak Trunk squeak

StarSqueak

Comprises the latest code in the 3.9 Squeak (basic) image.
Squeak Trunk squeak

StarSqueak

Comprises the latest code in the 3.9 Squeak (basic) image.
Squeak Trunk squeak

StarSqueak

Comprises the latest code in the 3.9 Squeak (basic) image.
Squeak Trunk squeak

State Replication Protocol (SRP)

SRP serializes the state of a network of objects into a stream of data. Serialization starts with a root object and traverses all objects referenced directly or indirectly down to a user defined level. As object state is serialized, it …
SqueakMap squeak

Stave

Provides an editable WebDAV interface to Squeak's class system. With the use of a WebDAV filesystem or sufficiently powerful editor, this enables a file-based view on Squeak.
SqueakSource squeak

StOMP

Smalltalk Objects on MessagePack.The aim is to provide portable, fast, compact serializer for major Smalltalk dialects.StOMP is optimized for small/medium sized data. It is especially suitable for KVS or RPC.Prex: MessagePack
SqueakMap squeak

StompProtocol

WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/StompProtocolat 2012-12-18!!! There may be newer code there.StompProtocol implements the STOMP protocol for message queues: http://stomp.codehaus.org/Protocol If you want to play and run the tests you need to install RabbitMQ+STOMP adapter and get that running, …
SqueakSource squeak

StringEnh

Some util enhancements for Strings. New messages: #asByteString and #zipped.
SqueakMap squeak

StringFormat

An extensible and customizable utility for string formatting a few simple examples: simple replacements (no arguments)'line one&rline two' sformat=='line oneline two' replacements with arguments'%s+%s=%s (or not)' sformat: {7. 2. 8}== '7+2=8 (or not)' replacements with inlined arguments'%s[6+1]+%s[2] indeed is %s[4*2]' …
SqueakMap squeak

StSearch

StSearch is a search engine for Smalltalk. Unlike the existing search facilities in Squeak, StSearch constructs an index for all the glossary contained in the image in advance, and provide searching based on the index. StSearch, as its name suggests, …
SqueakSource squeak

Stuff

nothing fancy, just some very basic classes I need everytime I start something new in Squeak: Matrix2D - just that, I guess everybody has one of their ownOrderedTreeNode - nothing sophisticated, just plain basic functionalityXMLObject - a very simple and …
SqueakMap squeak

Sudoku

SqueakMap squeak