819 packages — page 2

AppRegistry

AppRegistry is just a simple class that emerged from our attempts to create removal packages for applications like Celeste and Scamper. An AppRegistry holds a list of applications of a certain type (for example, mail senders or web browsers), so …
SqueakMap squeak

Aqua Theme

SqueakMap squeak

ArbitraryPrecisionFloat

ArbitraryPrecisionFloat is an implementation of Floating Point Numbers with a fixed number of binary digits. It can do arithmetic with other numbers and use IEEE rounding to nearest even mode. It has no limit on the exponent, except memory limitations …
SqueakMap squeak

ArrangedTiles

The PushMeAround Puzzle revamped. File in LittleThings61.st, find the LittleThings category and the ArrangedTilesclass in your browser and read the class comment. Or (if you are too impatientto do it) make sure you have a Transcript window opened (important!),write "x …
SqueakMap squeak

Array2D

A simple 2D-Array implementation. Neither storing nor sorting (otherwise inherited from ArrayedCollection) will work. Neither comparing nor most accessing mehods inherited from Sequenceable collection will work. Actually, it's a bad idea to inherit this class from collection at all!!! This …
SqueakMap squeak

Arrows

A relational algebra style of meta-object protocol for Squeak objects, and a free-form style of recording and relating information in general.
SqueakMap squeak

AspectS

AspectS is an approach to general-purpose aspect-oriented programming in the Squeak/Smalltalk environment. It extends the Smalltalk metaobject protocol to accommodate the aspect modularity mechanism. Weaving and unweaving in AspectS happens dynamically at runtime, on-demand, employing metaobject composition. Instead of introducing …
SqueakMap squeak

ASReddit

SqueakMap squeak

Assertions

This is the port of Vassili Bykov's assertions for Squeak, originally released for Squeak 2.7(yes, 1.0 version later ...). The port includes now a preference to toggle assertions on or off,and a unit test to show you it works ;-)
SqueakMap squeak

AST

The RB AST as a standalone package
SqueakMap squeak

Asteroid (a small Comet)

Asteroid is a small, but still functional, implementation of the new(?) technology named Comet. See more about comet at:http://en.wikipedia.org/wiki/COMET_(programming) Seehttp://minnow.cc.gatech.edu/squeak/5851for more info.
SqueakMap squeak

AsyncWrapper

A simple framework built to play around with the idea of objects living in their own process. It basically wraps around an object so that you can send it asynchronous messages. It comes with a full test suite.
SqueakMap squeak

Atomic

Linux game ported to Squeak environment. in 3.7 load Array2D first, or try with the Games Package
SqueakMap squeak

Audiotron

Superior interface to the Audiotron.
SqueakMap squeak

AudioVideoLib

This class library allows the manipulation of time based multimedia content in squeak. The main focus is on the different container formats used to package the elementary streams of video, audio and the like. The Elementary streams are only handled …
SqueakMap squeak

AutomaticMethodCategorizer

This package allows you to categorize uncategorized methods based on rules.For example you can put all uncategorized methods in SomeTest that begins with “test” under the “tests” category. See the release notes for details. Acknowledgments: The idea of method categorization …
SqueakMap squeak

AutomaticMethodCategorizerServices

Services for the Automatic Method Categorizer.Load this package if you want context menus to autocategorize methods. Requires the services framework (available in Squeak 3.9)
SqueakMap squeak

AwesomAtom

This is a Seaside 2.9 port of AtomFeed by Ramon Leon. As AtomFeed it is closely related to RSRSS, which has undergone much refactoring for Seaside 2.9. AwesomeAtom tries to cope for these changes and shall enable users to use …
SqueakMap squeak

BabyIDE

BabyIDE lets you work with code in several projections. The most important are:
SqueakMap squeak

BabyIdeAllInOne

This package includes BabyIDE as well as a number of examples. Seehttp://fulloo.info/Examples/SqueakExamples/index.htmlfor details.
SqueakMap squeak

BabySRE

See the objects and the links between them! There are three tools:1) 'SRE collaboration' lets you build a diagram of objects with links.2) 'SRE Object Browser' gives flattened description of an object with its identity, state and behavior, the last …
SqueakMap squeak

Background Loader

Provides a previewer for images that can be loaded as the desktop. Accessed via the appearance menu, just as before. The modified file browser is produced for background image browsing. This new version provides options over how the image is …
SqueakMap squeak

Background Loader with Preview for Squeak 3.4

Provides a previewer for images that can be loaded as the desktop. Accessed via the appearance menu, just as before. The modified file browser is produced for background image browsing. This new version provides options over how the image is …
SqueakMap squeak

BackupMaker

A simple multi-platform backup tool. It allows multiple backup policies: * Backup of Full files or only Delta, i.e. files changed after a date* Store backuped files in a directory or an archive (a zipfile)* Store backuped files on the …
SqueakMap squeak

Balloon3D

This is an initial attempt of providing an external SAR package for Balloon3D.WARNING: For Squeak 3.4 and 3.5 this packages requires a removal of Balloon3D before it can be safely installed; see Balloon3DRemoval package. [loadUpdatesAt: http://isgwww.cs.uni-magdeburg.de/~raab/squeak/packages/Balloon3D][storeUpdatesAt: ftp://raab@luxator.cs.uni-magdeburg.de/~/public_html/squeak/packages/Balloon3D]
SqueakMap squeak