819 packages
— page 28
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
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
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
Some util enhancements for Strings. New messages: #asByteString and #zipped.
SqueakMap
squeak
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
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
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
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
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
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
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 is a new implementation of SuperSwiki.
SqueakMap
squeak
SuperSwikiClient will add ServerDirectories to the existing Squeak image, which enables you to access SuperSwiki2.
SqueakMap
squeak
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
First attempt to inject some SVG goodness into Squeak!
SqueakMap
squeak
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
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
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
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
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 (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
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 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