819 packages

15-Puzzle

A puzzle done with one variable and 4 lines of EToy-Code How? Here some hints:Use siblings.Make cell corners rounded. Store a variable emptyCell in the main playfield.Ask if the current cell under the mouse is not the empty cell and …
SqueakMap squeak

3.7 Full Assembler

This is a class that contains a load script which should produce the Full image.
SqueakMap squeak

3D Facial Animation

This change set contains an animated face based on Waters' muscle model. Each avatar has a set of control parameters for facial muscles, eyeballs, eyelids, and mouth.Try:AvatarBuilder new openInWorld
SqueakMap squeak

AccuFonts

A set of replacement bitmap fonts unencumbered by Apple's license, including symbol fonts. Can replace the existing Squeak fonts. Please read the license text in the SAR, as this is not subject to the normal Squeak license. John McIntosh made …
SqueakMap squeak

Aconcagua

A measure is a concept that groups a number and a unit.Clear examples of measures are “1 meter”, “200 kelvin”, “1 day” or “2 dollars”.This model represents measures as first class objects, that is, an object that encapsulates a number …
SqueakMap squeak

Actalk

The Actalk testbed is designed to help understanding, classifying, designing, combining, and experimenting with various OOCP languages and constructs.Actalk is implemented and integrated within Squeak environment. The testbed includes the kernel which models basic OOCP model (that is serialized active …
SqueakMap squeak

Additional Layouts Core

SqueakMap squeak

Adhoc

Adhoc is an archetype based object system, that allows you to build objects by slapping them together. It uses a concept of sexual reproduction, where objects copy properties of other objects, and combine them independent of any formal inheritance system. …
SqueakMap squeak

AIDA/Web

AIDA/Web is a web server and framework for complex web applications with integrated Ajax support, rich collection of web components to build web pages programatically, MVC-like separation of presentation from domain, nice looking and bookmarkable url links, with integrated session …
SqueakMap squeak

AioPlugin

AioPlugin provides support for asynchronous IO event notification. When an external IO event occurs, the event registration causes a Smalltalk semaphore to be signaled. A process can wait on this semaphore, thereby acting as an event handler for the external …
SqueakMap squeak

Algernon

Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. Algernon aims to make programming in Squeak faster and more keyboard centric. It is a launcher and quick way to access any category, class, morph, or global …
SqueakMap squeak

Align Project Thumbnails

Adds a menu item to the appearance menu, "clean up project morphs". When selected the project morphs are sorted alphabetically and placed as if on a grid, evenly spaced. A preference controls whether the project thumbnails are created horizontally or …
SqueakMap squeak

alternative word jump

This changeset modifies ParagrahEditor #nextWord: and #previousWord: so they will return the index of the next word inside a composed word (meaning for a composed word an string like this 'aComposedWord'). As an example. Imagine that you just typed the …
SqueakMap squeak

AltFreeCell

Alternative Solitaire design using Morphic and custom card images. Does NOT remove original FreeCell game.
SqueakMap squeak

AMB

This is the "ambigous", "nondeterminist", "angelic" operator aka amb ... more seriously described as a declarative control flow statement able to enumerate over finite domains all values that make a program terminate. It uses continuations to walk the tree of …
SqueakMap squeak

AndreasSystemProfiler

http://lists.squeakfoundation.org/pipermail/squeak-dev/2013-January/168233.html
SqueakMap squeak

Animations

In its current development state, the Morphic implementation of Squeak does not support an extensible mechanism that allows visually appealing transitions whenever a morph's state changes, e.g., positon, rotation, color. This project provides such an extension to Morphic with the …
SqueakMap squeak

AnnotatedMethodPuller

Before you install this package, you must install MethodAnnotations. Gathers up items from class-side methods in the image with annotations saying. Useful with the Registry class.
SqueakMap squeak

ANSI Compatibility

This change set add ANSI compatibility to Squeak 3.2.Now TestRunner with ANSI tests loaded show (2777 run, 2753 passed, 24failed, 0 errors). 17 classes (8 new / 9 modified) New classes:ArithmeticError, DateAndTime, Duration, FloatingPointException,RuleDate, RuleIndexDate, RuleSelectionCodeDate, ScaledDecimal Modified Classes:BlockContext (added …
SqueakMap squeak

ANSI Tests

Sunit test for the ANSI Smalltalk part of Squeak.Prerequisite: ANSICompatibility packageTo install, set variable devDir in ACSInstl.st to the path where the change set are and then file in ACSInstl.st.TestRunner must show (in 3.4) (2830 run, 2803 passed, 27 failed, …
SqueakMap squeak

ANSIRuleDate

The RuleDate* classes are superceeded by Chronology. They are for compatibility to ANSI only. Asthey are not used anywhere in the image, we can provide them for loading here.
SqueakMap squeak

AOKI Prolog

AOKI Prolog for Morphic World. GUI works in MVC and Morphic both.MVC, Morphic version runs on 3.8 #6665 later. Morphic version developed Squeak 3.10.2-7179dev08.09.1 image.
SqueakMap squeak

Appearance Menu Registry for Squeak 3.4

Provides a menu registry for the world appearance menu. For example...TheWorldMenu registerAppearanceCommand: {'set desktop image...'.{FileList2. #openMorphicViewWithPreviewInWorld}.'open up an image browser to choose a new desktop background'}.
SqueakMap squeak

Applescript

Frontend to Applescript in the Mac to control other programs from Squeak.
SqueakMap squeak

AppleScript Media Player Interface

Interface to the Applescript class. Along with the plugins TestOSAPlugin.bundle under os-x or TestOSAPlugin in os-8/9 you can interact in an easier manner, to open a file, quit, enter or exit full screen mode or hide/show the application using Apple's …
SqueakMap squeak