24282 packages — page 669

SMServer

Squeak Trunk squeak

SMServer

Squeak Trunk squeak

SMServer

Squeak Trunk squeak

SMServer

Squeak Trunk squeak

SMServer

Squeak Trunk squeak

SMServer

Squeak Trunk squeak

SMServer

Squeak Trunk squeak

SMServer

Squeak Trunk squeak

smtpserver

This is an embedable SMTP server that allows your Squeak application to receive mails.The goal behind this is to give Seaside applications the possibility to accept emails as input. It only works in delivery mode, no relaying, no gatewaying whatsoever. …
SqueakSource squeak

SnakeGame

SqueakMap squeak

Snapshot Spelunking

Send ChangeSorter buildInterestingChangeSet to construct a ChangeSet named 'Interesting' which contains all the interesting (see the method comment for details) code changes in a snapshot.
SqueakMap squeak

SnapshotServer

A SnapshotServer responds to http web service requests to resume an image snapshot, where the snapshot object is supplied in the web service request. The server will fork a VM using forkSqueak and resume the supplied image in that child …
SqueakSource squeak

Snarl

A growl-like system for displaying notifications within Squeak, using Morphic.
SqueakSource squeak

Snarl

User Notifications for Squeak
GitHub squeak NOASSERTION

SoapCore

SoapCore is a SOAP implementation for Squeak (including both client and server). It is a SOAP part of SoapOpera. It achieves some interoperability with other SOAP, such as SOAP4R, Splash/Spray, etc. Designed to be lean and simple.
SqueakMap squeak

SoapCoreClient

SoapCoreClient is a SOAP client implementation for Squeak. It achieves some interoperability with other SOAP, such as SOAP4R, Splash/Spray, etc. Designed to be lean and simple. Only YAXO is needed for installation
SqueakMap squeak

SoapCoreServer

SoapCoreServer is a SOAP server implementation for Squeak. It achieves some interoperability with other SOAP, such as SOAP4R, Splash/Spray, etc. Designed to be lean and simple. * Prerequisites: KomHttpServer6.2+ *
SqueakMap squeak

SoapOpera

SoapOpera is a multi-protocol, multi-transport SOAP with ORB, currently runs on Squeak3.x SoapOpera consists of two parts: SoapCore and OperaORB. SoapCore is a SOAP implementation for Squeak (including SOAP RPC).It acheves some interoperability with other SOAP, such as SOAP4R, Splash/Spray. …
SqueakMap squeak

SocketStreamsEnh

SqueakMap squeak

SOI

These are various examples from the Swiss Olympiad in Informatics (http://soi.ch/) and elsewhere. They are intended to show high school students how these problems can be solved with Squeak Smalltalk.
SqueakSource squeak

Sokoban

"The object of Sokoban is to push all stones (or boxes) in a maze, such as the one to the right, to the designated goal areas. The player controls the man and the man can only push stones and only …
SqueakMap squeak

Sokoban Enhanced

Sokoban is a wonderfully addictive little puzzle game. This is an enhanced version of the original version as found on Squeak Map. The original version was published for Squeak by Robert Hirschfeld. After playing it for a while I made …
SqueakMap squeak

SokobanEnh

Sokoban is a wonderfully addictive little puzzle game. This is an enhanced version of the original version as found on Squeak Map. The original version was published for Squeak by Robert Hirschfeld. See http://squeak.preeminent.org/
SqueakSource squeak

Solenodon

Bug Tracking software that uses XML files for persistence.This is my first attempt to write a full application. (A solenodon is a small animal that eats bugs.)
SqueakMap squeak

SOLHashTables

This is an implementation of an automatic, lazily expanding hash table based on Split-Ordered-Lists. It requires no re-hashing or re-bucketing to expand. It does require the use of a good hash function for your data domain. There is more information …
SqueakMap squeak