1846 packages
— page 9
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
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
Note:This repository is obsolete. Please refer tohttp://www.squeaksource.com/rbfor the latest code.The RB AST for Squeak. Used by the Refactoring Engine and NewCompiler
SqueakSource
squeak
The RB AST as a standalone package
SqueakMap
squeak
See theIntroduction to the ThothCompiler.Provides ThothCompiler which offers the frontend of the NewCompiler, then transforms the AST, and feeds it into the old compiler.MembersCreator:Niko SchwarzAdmin:Niko SchwarzTagscompiler,education,researchRegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/ASTBridge'user: ''password: ''PackagesASTASTBridgeASTBridgeLoaderNewCompilerThothCompilerLinkshttp://www.squeaksource.com/ASTBridge.htmlhttp://www.squeaksource.com/ASTBridgeGlobal:Read And WriteStatisticsRegistered:24 September 2009 11:38:19 pmTotal Releases:0Total Versions:29Total Downloads:1095
SqueakSource
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
Personal code from working on the Squeak By Example tutorial.
SqueakSource
squeak
Athena is a minimal headless Smalltalk virtual machine written in Java. Interaction are enabled through a network connection with Squeak.
SqueakSource
squeak
Simple virtual machine written in Squeak.An overview of AthenaS is:a simple vm implementation that execute a reduced set of bytecode (cf. AthenaSVM>>run:)a compiler (based on the RB AST) that translates Smalltalk code into this bytecode.What I personally think is the …
SqueakSource
squeak
Linux game ported to Squeak environment. in 3.7 load Array2D first, or try with the Games Package
SqueakMap
squeak
Aton is a set of classes for accessing CDS/ISIS databases. Its name comes from the egyptian god Aton (or Aten), which was the first one god, and the first dead god as well. In spanish, my language, is spelled "Atón" …
SqueakSource
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
Clone of autotest project from squeaksource
GitHub
squeak
Projets d'apprentissage de SQUEAK par l'exemple.
SqueakSource
squeak
This game is in the "Squeak by Example" book.
SqueakSource
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