1844 packages — page 58

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

SomethingIt

SomethingIt is a kind of wrapper for external interpreters via UNIX Pipe. SomethingIt does NOT work on Windows platform due to OSProcess's limited support on Windows platform.
SqueakMap squeak

Sonora

Squeak Scripting Adds scripting ability to Squeak. People familiar with scriping languages like Javascript, Ruby, Python, or Perl should feel more at home.
SqueakSource squeak

sonyx

A toolkit to explore software systems through sonification in Squeak/Smaltalk
GitHub squeak MIT

Sorrow

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) A compiler for a language similar to Joy (http://www.latrobe.edu.au/philosophy/phimvt/joy.html) to Squeak bytecode.
SqueakMap squeak

Sort Critter

The Sort Criteria objects extend the standard SortCollection with an easy touse, simple yet powerful and dynamic sorting capability that can sortmultiple 'columns' or 'attributes' of a collection of objects. It's easy torearrange the column sort ordering and the acending …
SqueakMap squeak

Sorting Demo

A sorting graphical demo comparing efficiency (number of necessary comparing cycles) of Quick sort and Max sort. The program is not interactive and it runs for about 2 and a half minutes.(NOTE: if your Squeak window size is smaller than …
SqueakMap squeak

sourcetalk

A remake of the SqueakSource with the goal to use Monticello 2.
SqueakSource squeak

SpaceWar

SqueakMap squeak

SpaceWar

SpaceWar clone in Squeak (Smalltalk)
SqueakSource squeak

Spare Widgets

These are some random (very raw) Morphic widgets. Mainly they are here because Trike depends on them (vs. because they are ready for public consumption).
SqueakMap squeak

Sparkle

http://en.wikipedia.org/wiki/Sparkle_(software) Having Sparkle say hey your Squeak VM is stale, please update it, why that would be nice. Obviously *other* Squeak based systems would like that too.
SqueakSource squeak

SPDProjectUpdates

OBSOLETE: REFERENCE ONLY. This was a repo for fixes I made to other people's projects that I didn't have write access to on SqueakSource. All these packages have been relocated elsewhere (or saved privately by me). I'm leaving this repo …
SqueakSource squeak

Speech

Currently this is a just a SAR for the file-out of the 3.4 Speech* class categories.
SqueakMap squeak

Speech

This is the speech package that is present in Squeak images up to and including Squeak 3.9. It is packaged here to make it available as a MC package, and allow the VMMaker package to access the Speech shared pool …
SqueakSource squeak

SpeechRemoval

SqueakMap squeak

Spiral

This is a rewrite of BookMorph. Not all the functionality is here yet, but I'm publishing it because Trike depends on it.
SqueakMap squeak

spiral

Spiral, as in notebook, is a refactoring of BookMorph & friends
GitHub squeak MIT

SPL PDF Library

Write PDF files directly from within Squeak using the PDF Library. The latest version has support for text, lines and TIFF images. The library was developed and extended at SPL WorldGroup for specific projects, and does what was needed for …
SqueakMap squeak