1844 packages
— page 69
Tirade is a "small subset of the Smalltalk language" that is intended for file formats. Tirade does "streaming parsing" (like SAX) of an input stream which consists of a sequence of Smalltalk messages with literals as arguments - expressions are …
SqueakMap
squeak
WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/Tiradeat 2013-01-06!!! There may be newer code there.Tirade is a parser/reader/writer for a small subset of Smalltalk that is very easy to use for readable but fast object serialization/deserialisation but also configuration. In some respects …
SqueakSource
squeak
TLM's version of the Quinto section of 'SqueakByExample'.
SqueakSource
squeak
This is an implementation of the Tokyo Tyrant binary socket protocol making it trivial to use Tokyo Tyrant/Cabinet as a database from within Squeak. The Tokyo Tyrant/Cabinet is an extremely fast and scalable new database written by Mikio Hirabayashi at …
SqueakMap
squeak
WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/TokyoTyrantat 2013-01-06!!! There may be newer code there.An implementation of the binary Tokyo Tyrant protocol for Tokyo Cabinet/Tokyo Tyrant - a very fast and cool database.MembersCreator:Göran KrampeAdmin:Göran KrampeTagspersistency,protocolLicenseCode commited to this repository will be automatically …
SqueakSource
squeak
Tool builder is a simple framework to achieve cross-framework support for a limited number of widgets which are critical for various Squeak tools, including (but not limited to) Browser, Debugger, ChangeSorter, SqueakMap, Monticello and more.Please see theWikifor more information.ToolBuilder is …
SqueakSource
squeak
Toothpick is a simple tool for logging things of interest in Smalltalk. It's easy to use, very lightweight, and highly configurable.
SqueakMap
squeak
This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008)
SqueakMap
squeak
The new stable implementation of traits in Squeak
SqueakSource
squeak
* Prerequisite packages: Monticello * Please find more information and papers about Traits at:http://www.iam.unibe.ch/~scg/Research/Traits Our implementation consists of the following parts: As an alternative you can also use the normal fileOut mechanism which supports traits as well. - There are …
SqueakMap
squeak
This browser is designed to allow the developer to see the trait composition as well as the class inhertance structure. It does so by creating virtual categories for the methods in the third pane, by showing traits hierarchally within the …
SqueakMap
squeak
This extends the Omnibrowser to work with Traits enabled Squeak. Prerequisites: OmniBrowser package installed on Squeak with Traits
SqueakSource
squeak
Very simple project that prints all Transcript content to stdout. This can be very usefull when doing continous integration builds or other headless stuff..(Gofer new) squeaksource: 'TranscriptToStdOut'; package: 'ConfigurationOfTranscriptToStdOut'; load. ((Smalltalk at: #ConfigurationOfTranscriptToStdOut) project version: #development) load. (Smalltalk at: #TranscriptToStdOut) …
SqueakSource
squeak
Trey's version of the Quinto game from "Squeak by Example".
SqueakSource
squeak
Basing on the Aardworks-Gossip package, this chat client works on a fully decentralized peer-to-peer network. You make yourself available under your developer initials, and that's it - the network takes care of finding you, routing chats between you and the …
SqueakMap
squeak
This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) The RefractoringBrowser comes up empty initially. You can add packages and class categories to show, and hide stuff again. Classes you …
SqueakMap
squeak
Threat modeling is a method for performing high level security analyses or driving an overall security analysis or development process. Trike is a threat modeling methodology which allows partial automation of threat model creation. This package is the engine and …
SqueakMap
squeak
Threat modeling is a method for performing high level security analyses or driving an overall security analysis or development process. Trike is a threat modeling methodology which allows partial automation of threat model creation. This package is the user interface …
SqueakMap
squeak
This change set will allow you to use TrueType based outline glyphs as a TextStyle. Once you load this change set, you will see 'ComicSansMS' style in the 'Change font' halo menu of the TextMorphs. You can add new styles …
SqueakMap
squeak
As of the release of Squeak 5.0, trunk development proceeds in the Spur image format. Squeak 4.6, which was released immediately prior to 5.0, is the last released image in the V3 image format. Because of basic changes in the …
SqueakSource
squeak
Applicazione fatta con WxSqueak per permettere la visualizzazione tabellare di tracciati a colonna di dimensione fissa. La versione di WxSqueak usata è la 0.4.1 ed è stata testata su Windows e Mac OS X
SqueakSource
squeak
A small framework allowing business object collaborations and instance variables to be declared declaratively Ruby On Rails style, resulting in a domain model kind of matching the style of the Streamlined Object Modeling book. Relationships between objects are reified as …
SqueakMap
squeak