24282 packages
— page 21
The Quinto Game from "Squeak by Example" Chapter 2
SqueakSource
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
Attempt at Advent of Code 2022 in Squeak/Smalltalk
GitHub
squeak
Advent of Code 2023 in Squeak!
GitHub
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
This is the old AOStA port for Squeak
SqueakSource
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
Squeak front-end to Applescript, version for squeak 3.8
SqueakSource
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
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
My stuff. Not yours. Mine.All code in this repository is (c) copyright Andreas Raab, 2010.MembersCreator:Andreas RaabAdmin:Andreas Raab,Ron TeitelbaumDeveloper:Ron TeitelbaumRegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/ar'user: ''password: ''PackagesConfigBrowser, DnsClient-Core, DnsClient-Hacks, DnsClient-Tests, Facebook, Games-Atomic, Games-ChineseCheckers, Games-CrosticPanel, Games-FreeCell, Games-Mines, Games-SameGame, Games-Tetris, KomServices, Mewa, Qwaq-Client, Qwaq-ODBC, Qwaq-Service, Qwaq-Tools, SQLSource, …
SqueakSource
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
Arbitrary precision floating point arithmetic for Squeak Smalltalk
GitHub
squeak
This is the new version of the VersionsBrowser for use with 3.10 and beyond. It has been refactored to support the (future) archaeological work over the entire history of the Squeak source code.
SqueakSource
squeak
A Squeak interface to the Arduino board.Arduino-Core:(essential) contains the core classes to communicate using a serial port. It also includes an implementation of the Firmata protocol. It needs the SerialPlugin fix from:http://bugs.squeak.org/view.php?id=7266.Arduino-Etoys:(optional) an Etoys interface. It requires the latest version …
SqueakSource
squeak
A little videogame using Morphic and FluidDB. A final project of Computer Science.
SqueakSource
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