1844 packages — page 68

TAvatarPainter

Enhancements to TPainter. I'm sure better things are coming for Croquet,but this is fun for now.
SqueakMap squeak

Teachable

A teachable object (usefull for creating mock objects). Completed with tests and documentation and rereleased as Monticello package see original posthttp://lists.squeakfoundation.org/pipermail/squeak-dev/2002-April/038279.html
SqueakMap squeak

Techo

Techo isMultiple workspace stored plain text fileNotepad without file nameGrep tool(but not real REgexp). It is very simple tool, but useful to make a memo, to exchange oneliner among Squeak images, and to play a text base Smalltalk programming puzzle.
SqueakMap squeak

TechoShout

Support for eCompletion and Shout in Techo (originally written by Takashi Yamamiya)
SqueakMap squeak

Telnet

This package contains various components that facilitate interactive loginto a remote (or the local) machine: * a (glass) TeletypeMorph;* essentially complete emulation of vt52, vt102 and xterm terminals;* a telnet client for connecting to remote machines;* a `pseudo-tty' client for …
SqueakMap squeak

Terminus

"Terminus - the Guardian of Boundaries" This is an interface to the SqueakPeople Web Of Trust and Accounts system. Registered applications can pass in a username and password, and get back 'DENIED' or the SqP ranking of the person. Kewl, …
SqueakSource squeak

Terminus-Client

Terminus is a secure XML-RPC based system for publishing and accessing the Squeak People accounts and web of trust. With Terminus-Client, you can access the server on people.squeakfoundation.org in order to validate someone's password. If the password validates, you get …
SqueakMap squeak

Test Runner Enhancements

I didn't like the TestRunner tying up the UI.So this version runs tests in the background; I'm goingto post a TestCase subclass for UI testing soon. * adds progress notification* adds a stop button* You can select which tests you …
SqueakMap squeak

test123test

Testing SqueakSource
SqueakSource squeak

TestBrowser

TestBrowser is a enhanced TestRunner for Squeak. It supports:* Filtering test cases by class category* You can run and edit test cases/codes in one window
SqueakMap squeak

TestBrowser

TestBrowser represents an enhanced TestRunner for Squeak.
SqueakSource squeak

TestCaseCreator

After loading this package, you can use 'Create/Browse test case' command from Browser's class menu or method menu.It will create test case skeleton easily. If you use this package, I recommend you to use this with TestBrowser.
SqueakMap squeak

TesteFunc

Teste de Funcionamento do sistema de storage remoto provido pelo squeaksource
SqueakSource squeak

testsbe74

Quinto game, Squeak By Example
SqueakSource squeak

Testserver Image Tester

This is a very simple but automatic image tester. It can be started like:TSImageTester newsqueakMapPackageNames: #('BaseImage Tests').;shouldUpdateFromServer: true;setUpdateServer: 'Squeak Public Updates';smtpServer: 'asterix.unibe.ch';testSender: 'gaelli@iam.unibe.ch';testSubscribers: #('gaelli@emergent.de');runAtttention: Image quits and does not save at the end of the test-run !!!
SqueakMap squeak

testSS

testing the use of SqueakSource
SqueakSource squeak

TextFiles

TextFiles is a package for flexibly dealing with any sort of text file. Features:* Provides buffered operations for efficiently reading and writing large files* Supports automatic line end conversions* Provides a framework for various encodings such as ISO-8859 etc.* Polymorphic …
SqueakMap squeak

textlint

Gofer new squeaksource: 'textlint'; package: 'ConfigurationOfTextLint'; load. (Smalltalk at: #ConfigurationOfTextLint) perform: #loadDefault.
SqueakSource squeak

Thrift

This is a copy of Patrick Collison's hard work (http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/st). I'm only packaging it for convenience.
SqueakMap squeak

TIF-Win32

This was done for BluePlane, NSW ,Australia.This TiffImageReader could be used to open .tif format images in Squeak.I would like to thank John M McIntosh (His TiffSupport in mac was of great help) also he helped me a lot even …
SqueakMap squeak

Tiff support

This class implements an interface to the libtiff librarySee http://www.libtiff.orgAlso contains zlib 1.1.3 is a general purpose data compression library.Also contains The Independent JPEG Group's JPEG software release 6b of 27-Mar-1998 Also see the SUnit TIFFSupportSUnitJMM, refer to the web …
SqueakMap squeak

TiledMaps

Tiled maps for Squeak, backed by OpenStreetMaps, Bing Maps, etc. Includes a simple geocoder-query service, map tile cache, various tile sources, and a TiledMapMorph.
SqueakSource squeak

TimeZoneDatabase

This is a time zone database for Smalltalk, integrated with Squeak Chronology. The time zone entries answer the number of seconds offset from UTC at any point in time in the range of the database rule set, as well as …
SqueakMap squeak

TimeZoneDatabase

Complete implementation of Olson zoneinfo time zones for Smalltalk. The time zone database may be loaded from compiled zoneinfo files, widely available on unix and other operating systems. On Squeak, the time zones are integrated with Chronology to permit zoneinfo …
SqueakSource squeak

TimeZoneDBWithTimeStamp

Provides a TimeStamp class which understands time zones. Time zone rules are loaded by reading compiled tzfile files from an external source (typically found in /usr/share/zoneinfo). Compiled tzfiles files are commonly distributed with Unix and Linux systems (although those on …
SqueakMap squeak