59825 packages — page 1808

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

SmalltalkHub

Sokoban

SmalltalkHub

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

SokobanGame

SmalltalkHub

SokobanGamePharo

GitHub pharo

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

SOLHashTable

This is an algorithm for a hash table that expands automatically and lazily as needed to maintain a desired load factor in each hash bucket. It does not require any re-hashing or re-bucketing as part of expansion, in some cases …
SqueakSource

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

Solitario

SmalltalkHub

Solitario

Juego Solitario para el curso de Tecnologia de Objetos
SqueakSource

SomeBrowsers

This package contains some browsers built with ToolBuilder. They may serve as examples to learn to use ToolBuilder as well as general components to be extended by you.
SqueakSource

someQuintogameSBE

The SBE Quinto game
SqueakSource

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

Sonar

SmalltalkHub

Sonarqube-Pharo-API

GitHub pharo

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

SophieGoldDig

License: All contributions to this repository will automatically be under the MIT licence. However, the bulk of this code is taken from OpenSophie, , whose license states: OpenSophie Source License OpenSophie is open-source software licensed under the new BSD license. …
SqueakSource

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

Sorrow

SqueakSource

Sort an integer array

Rosetta Code

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

Sort using a custom comparator

Rosetta Code