1844 packages — page 65

Squot-CoAuthors

Extends the squot commit dialog by the option to select pre-defined co-authors.
GitHub squeak MIT

Sqystone

A straight translation of Pystone 1.1 which was originally written in ADA, then translated to C, after that to Python by Guido von Rossum and now to Squeak. This is not a scientific benchmark, Python now has a much more …
SqueakMap squeak

ss

SqueakSource is a smart Monticello code-repository for Squeak. It allows to define projects easily and set-up access rights for developers and users.
SqueakSource squeak

ss2

A port of SqueakSource to Seaside 2.8 and Magritte.
SqueakSource squeak

SSImageInit

SSImageInit collects various ad-hoc initializations and background processes previously started from workspace scripts in the squeaksource.com image. These are consolidated here in a class under version control. SSImageInit is used for the squeaksource.com image, and may not be compatible with …
SqueakSource squeak

SSP

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) This change set enables servlet style methods to be written in the classbrowser. I named it SSP because of it's likeness …
SqueakMap squeak

SsRss

A library to generate RSS easily. It depends on SoXML (http://squeaksource.blueplane.jp/SoXML).
SqueakMap squeak

ST2JS - Smalltalk to Javascript translator

To take full benefit of current internet browser, tons of lines of Javascript have to be written. We (the Smalltalkers) don't like to edit files to program, we want to code in the refactoring browser! This project is an attempt …
SqueakMap squeak

ST80Date

Original Date related classes harvested fromSqueak 3.6 and renamed to e.g. ST80Date to allow loading in a newer image with Chronology. This package be safely loaded without any modification to Chronology classes. Original method stamps have been preserved where possible.
SqueakSource 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

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

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