24282 packages
— page 611
Quinto like you've NEVER SEEN IT*! *unless you've read "Squeak By Example"
SqueakSource
squeak
I followed the Instructions in the E-Book "Squeak by Exapmle" to write this game. So all the code is acutally from this book.
SqueakSource
squeak
That silly game from Squeak by Example. :)
SqueakSource
squeak
This is the Quinto game from the Squeak by Example book
SqueakSource
squeak
Creating the Quinto game by following the tutorial on https://github.com/hpi-swa-lab/SqueakByExample-english/releases/download/6.0/SBE-6.0.pdf
SqueakSource
squeak
exercise from Squeak By Example
SqueakSource
squeak
A project to learn Squeak. The Quinto game from SBE-5.3.
SqueakSource
squeak
A simple package that displays Quote/Author pairs in a window. The quotes are displayed sequentially or in a random order. The speed of the display is adjustable via a slider.
SqueakMap
squeak
open university - oop Squeak
SqueakSource
squeak
The Raspberry Pi has a useful set of gpio pins to which we can attached a wide range of devices, inputs and sensors. This package provides support for many of them. The original version was written by Doug McPherson to …
SqueakMap
squeak
I implement a ray casting engine. I can be used for 2D lighting effects and line of sight testing. I can also be used to render pseudo-3D scenes, either natively in morphic with solid colors or with the help of …
SqueakSource
squeak
A quick port of David Buck's raytracing package for VW. See http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&entry=3243310836for more info. RayTraceExamples example1 This will take a bit of time...
SqueakMap
squeak
A personal experiment in Project-based documentation. HTTP and Project linkswithin GeeMails contained in a Book packaged with a changeSet in a Project.
SqueakMap
squeak
AJAX/Javascript framework for seaside. Documentation, tutorials, etc. can be found at:Home PageTo load Reef:Gofer it squeaksource: 'Reef'; package: 'ConfigurationOfReef'; load. "Use this if you already have Seaside30 and JQueryWidgetBox installed" ((Smalltalk at: #ConfigurationOfReef) project version: #bleedingEdge) load. "This loads everything, …
SqueakSource
squeak
See more information in the general Refactoring Browser package.
SqueakMap
squeak
The Refactoring Browser is a variant on the class browser which automates common operations that people do (change the name of a variable) to modify the design of code (extract a portion of a longish method into it's own method) …
SqueakMap
squeak
This is the Refactoring Browser for 3.7
SqueakMap
squeak
This is the Rb for 3.8. This contains the RB parseTrees and RB Parser, the refactory Engineand a subclass of browser. changes:- uses AppRegistry.
SqueakMap
squeak
This is the Refactoring Engine. (It's the Refactoring Browser without the Browser and AST).(Actually, this first version will come with the Browser, but it will be removed soon) This depends on package AST, and it needs Squeak 3.9.For 3.8, install …
SqueakMap
squeak
Refactoring tools functionality integrated directly into Squeak's modern browsers.
SqueakMap
squeak
Monticello package from rb repository
Lukas Renggli Source
squeak
Monticello package from rb repository
Lukas Renggli Source
squeak
You might want to read aboutSqueak's Community Development Model. If you are not a core developer here is where you can submit suggested changes to Squeak. This repository is open to all reasonable submissions.Tests are always appreciated.Once a package is …
Squeak Trunk
squeak
Note:This repository is obsolete. Please refer tohttp://www.squeaksource.com/rbfor the latest code.The refactoring engine of the old RB. This does not include the AST. This needs Squeak 3.9.
SqueakSource
squeak
The Refactoring Browser for Squeak This is the one used in 3.8. For 3.9 onwards, look at "Refactoring Engine".
SqueakSource
squeak