819 packages
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
This is a class that contains a load script which should produce the Full image.
SqueakMap
squeak
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
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
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
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
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 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 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 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
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
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
Alternative Solitaire design using Morphic and custom card images. Does NOT remove original FreeCell game.
SqueakMap
squeak
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
http://lists.squeakfoundation.org/pipermail/squeak-dev/2013-January/168233.html
SqueakMap
squeak
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
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
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
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
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 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
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
Frontend to Applescript in the Mac to control other programs from Squeak.
SqueakMap
squeak
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