24394 packages
— page 367
A Squeak Client for Kyoto Tycoon.Kyoto Tycoon is a newly-introduced lightweight KVS. It is a successor of Tokyo Tyrant.It has nice features as follows:- Auto data expiration- Asynchronous replication between servers- On memory data snapshot- Backup while running- Extensible by …
SqueakSource
squeak
Try to pass through a labyrinth - or let the program find the way... This puzzle should work in all newer Squeak images (the oldest I tried was 3.2gamma), though it is necessary to file in the Matrix class to …
SqueakMap
squeak
A different way to group different existent packages / classes for specific goal. Example: What I wish the minimal possible sound , network, player of Etoys system ? I doing this in SqueakLight, now what Pavel do new Squeak3.9g-7061-basicMorphic.image, start …
SqueakSource
squeak
This package implements a specialized MessageSend subclass and an associated API for functional programming in Squeak. .. see the test cases in FunctionalTalkTest for comprehensive documentation
SqueakMap
squeak
A project that explains ( and demonstrates ) the Language Game. See Yoshiki Ohshima's post to the Squeak email list for more details on Language Game: http://lists.squeakfoundation.org/pipermail/squeak-dev/2003-March/055110.html
SqueakMap
squeak
This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) As described by Yoshiki Ohshima in a post to the Squeak email list: "It reads a BNF description and(if I remember …
SqueakMap
squeak
Editor for Babel's languages. World Menu open... Language Editor (to open on default language)World Menu open... Language Editor for... (to choose the language) LanguageEditor openOnDefault.LanguageEditor open.
SqueakMap
squeak
This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) This package adds several classes to Squeak to enable it to better handle collections that contain a very large number of …
SqueakMap
squeak
This package modifies the PluggableListMorph hierarchy so that arbitrarily large lists may be displayed efficiently. All large lists benefit automatically. To get the largest benefit, however, the model of the list morph must have an extra method that supplies one …
SqueakMap
squeak
The LatexMorph makes use of Latex and Ghostscript, which must be installed on your system, to format Latex commands, and display the output in the morph. The output is anti-aliased (thanks to Ghostscript). All errors in Latex commands are caught …
SqueakMap
squeak
LatexMorph is an extensive adaptation of Simon Guest's LatexMorph to the world of Etoys. Teachers and children can use this Etoy to typeset complex symbols like Math, Indic or Arabic in paragraphs or button labels. LaTeX commands can be entered …
SqueakSource
squeak
The idea for LazyCollection is very simple. It takes a functionalapproach to the common collection protocol of select:, collect:, andreject:. By functional, I mean the collection is not changed nor is a newone created. The blocks are kept around until …
SqueakMap
squeak
LDAP client library written fully in squeak.
SqueakMap
squeak
You might want to read aboutSqueak's Community Development Model. If you are not a core developer here is where you can submit suggested changes to Squeak. This repository is open to all reasonable submissions.Tests are always appreciated.Once a package is …
Squeak Trunk
squeak
A set of artifact modeling learning situation. The artifacts are scriptable with Etoys tiles. It is a base unit to elaborate learning Etoys projects.
SqueakSource
squeak
Yet another lazy collections. A blog post for the library is availablehttp://propella.blogspot.com/2009/06/lazy-list-and-data-flow-in-squeak.html
SqueakSource
squeak
Squeak by Example Quinto game
SqueakSource
squeak
Squeak bindings forlibnotify. Requires FFI.
SqueakSource
squeak
An importer for files to Smalltalk objects. Please make sure you have installed the Grease package before installing.InstallationGofer new squeaksource: 'Phantasia'; package: 'InstanceEncoder'; squeaksource: 'CodeGenerator'; package: 'CodeGenerator'; squeaksource: 'LibraryImporter'; package: 'LibraryImporter'; load.
SqueakSource
squeak
A port of Dan Ingalls' implementation to Morphic.
SqueakSource
squeak
A simple implementation of Life Game. It is based on Dan's original Life Game for Smalltalk-80.
SqueakMap
squeak
My first try at SqueakSource. Just the PBE-LightsOut example.
SqueakSource
squeak
An light and simple xml rpc client that supports XML-RPC.This package only supports for client, but may support server later.Supports SSL if you install Cryptography package and SSL package. Note:This is made by one people, and does not support official …
SqueakMap
squeak
Implements a TextMate like UI for command invocation. Execute "LUICommandSelection install" to install. Ctrl-/ triggers, esc cancels, use arrow keys/home/end to navigate (no need to move out of the filter field). Filter text will intelligently filter, '/' selects sub structure …
SqueakMap
squeak
GUI works only in MVC. GUI works in MVC and Morphic both.On MVC, no longer 'Pluggable-Support' needed.MVC, Morphic version runs on 3.8 #6665 later. Morphic version developed Squeak 3.10.2-7179dev08.09.1 image.
SqueakMap
squeak