1844 packages
— page 68
Enhancements to TPainter. I'm sure better things are coming for Croquet,but this is fun for now.
SqueakMap
squeak
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 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
Support for eCompletion and Shout in Techo (originally written by Takashi Yamamiya)
SqueakMap
squeak
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 - 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 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
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
Testing SqueakSource
SqueakSource
squeak
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 represents an enhanced TestRunner for Squeak.
SqueakSource
squeak
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
Teste de Funcionamento do sistema de storage remoto provido pelo squeaksource
SqueakSource
squeak
Quinto game, Squeak By Example
SqueakSource
squeak
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
testing the use of SqueakSource
SqueakSource
squeak
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
Gofer new squeaksource: 'textlint'; package: 'ConfigurationOfTextLint'; load. (Smalltalk at: #ConfigurationOfTextLint) perform: #loadDefault.
SqueakSource
squeak
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
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
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
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
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
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
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