819 packages
— page 2
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
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
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
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
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 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
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
The RB AST as a standalone package
SqueakMap
squeak
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
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
Linux game ported to Squeak environment. in 3.7 load Array2D first, or try with the Games Package
SqueakMap
squeak
Superior interface to the Audiotron.
SqueakMap
squeak
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
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
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
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 lets you work with code in several projections. The most important are:
SqueakMap
squeak
This package includes BabyIDE as well as a number of examples. Seehttp://fulloo.info/Examples/SqueakExamples/index.htmlfor details.
SqueakMap
squeak
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
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
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
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
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