819 packages — page 28

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

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

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

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

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

Sudoku solver and generator

a morphic editor, solver and generator for standard (9 x 9) sudokus. I did this to get reaquainted with Smalltalk after a ten year abstinence, and to learn about Squeak's deployment possibilities. An installable binary version for windows is available …
SqueakMap squeak

SUnit

This is for Squeak3.7 This will not work on Squeak3.6 (you allready haveSUnit 3.1 in the 3.6 Image. No need to install this one).
SqueakMap squeak

SUnit active tutorial

Requires that SUnit 3.1 be installed (it is preinstalled in 3.6). This is a two part tutorial. Test Driven Programming consists of two activities -1. Extending the code so that it passes the tests.1. Extending the test suite to cover …
SqueakMap squeak

SuperPartsBin

Super Parts Bin allows you to share morphs among differernt Squeak image.You can exchange your morph through the internet with SuperSwiki server.The storage can any server directory like SuperSwiki or local directory. Do it the code;SuperPartsBin openAsTab. My Bin --- …
SqueakMap squeak

Superscripts and subscripts

These are true type fonts based on the free Bitstream Vera Sans Mono fonts. This package adds a BitstreamVeraSansSuper and a BitstreamVeraSansSubs font allowing the representation of superscripts and subscripts in Squeak. Mathematical text are the main target of these …
SqueakMap squeak

SuperSwiki2

SuperSwiki2 is a new implementation of SuperSwiki.
SqueakMap squeak

SuperSwiki2Client

SuperSwikiClient will add ServerDirectories to the existing Squeak image, which enables you to access SuperSwiki2.
SqueakMap squeak

SuperSwiki2Discovery

By installing this to SuperSwiki2 client images, the clients will automatically find SuperSwiki2 servers. You do not have to setup anything if SuperSwiki2 server is running on the same network segment.
SqueakMap squeak

SVGMorph

First attempt to inject some SVG goodness into Squeak!
SqueakMap squeak

SVI

Now works in 3.9, gohereFor Squeak 3.7 or 3.8, usethis.If you want a version that works in Squeak 3.6, gohere. SVI is a text editor for squeak that can be used in place of the PluggableTextMorph. SVI is designed to …
SqueakMap squeak

SwaLint

SqueakMap squeak

Swazoo

Swazoo (Smalltalk Web Application Zoo) is an open source, vendor agnostic, dialect neutral Smalltalk web server with resource and web request resolution framework. More on http://www.swazoo.org
SqueakMap squeak

Swazoo-HTTP

A portable set of classes that model HTTP requests and responses, that form a base on which a web server could be built. With suitable extensions, these could also be used for an HTTP client library. SeeSwazoo-Serverfor the original, portable …
SqueakMap squeak

Swazoo-Listener

A simple web server that uses the Swazoo HTTP classes. RequiresSwazoo-HTTP. This provides the bare minimum Squeak-specific functionality to listen for and process HTTP requests on a Socket. Users should subclass the SwazooListener class and override the #responseForRequest: method. To …
SqueakMap squeak

Swazoo-Server

The portable Camp Smalltalk web server based on the Swazoo HTTP classes. RequiresSwazoo-HTTP. See alsoSwazoo-Listenerfor a much simpler, Squeak-specific server using the same base classes.
SqueakMap squeak

Swiki

Swiki (Squeak + Wiki) is a wiki implementation that runs under the old Comanche 5.1. Swiki is often also called CoWeb, short for Collaborative Web-site. Both Comanche and Swiki are implemented by Mark Guzdial's Collaborative Software Laboratory at Georgia Tech.
SqueakMap squeak

SystemChangeNotification

The SystemChangeNotification mechanism allows clients to receive notifications (events) when changes are made to the system. Such changes are additions, removals, renaming, ... of classes, events, instance variables, ... Eventually this system will be used as the foundation for the …
SqueakMap squeak

SystemEditor

SystemEditor is a mechanism for atomically loading a set of changes to the system.It's intended to be used by tools such as that move classes (or parts of classes) betweenimages, such as Monticello, Monticello2, change sets, fileIns etc. It provides …
SqueakMap squeak