59701 packages
— page 371
Its the code from this book: Object-oriented implementation of numerical methods: an introduction with ... By Didier H. Besset - See the wiki page. - Didier Besset has released this code under the MIT license.
SqueakSource
Adds diacritical support for Pharo and Squeak Smalltalk
GitHub
pharo
Add diacritic support for latin-alphabets to Squeak. You can check for strings with diacritic characters such as accents, cedillas, umlauts, etc.Examples:-'cancion' hasAnyDiacritical. ----> false-'canción' hasAnyDiacritical. ----> true-'á' hasAnyDiacritical. ----> true-'garçon' hasAnyDiacritical. ----> true-'canción' isDiacriticalEquivalentOf: 'cancien' ----> false-'cancion' isDiacriticalEquivalentOf: 'canción' ----> …
SqueakSource
squeak
DiagramBrowser is a tool for building and classifying diagrams (or any kind of morphic drawing) in category tree fashion. DiagramBrowser is part of the Jacarandá Project but can be downloaded and used independently. Note that this package does not provide …
SqueakMap
squeak
A tool for creating and browsing diagrams (or just morphic drawings) organized in a category tree.
SqueakSource
squeak
Seaside component classes that have been removed from Seaside.
SqueakSource
http://diasuite.inria.fr/
SqueakSource
Smalltalk Week one
GitHub
A small DSL for dice rolling: a nice example to get started with Pharo
GitHub
pharo
Dice rolling exercise in Pharo Smalltalk
GitHub
pharo
Implemeting the following DSL (1 D4 + 2 D6) roll in Pharo Smalltalk
GitHub
pharo
A small DSL for dice rolling
GitHub
An implementation of a dice roller, as a design exercise. Inspired from http://weblog.jamisbuck.org/2006/9/27/1d6-more-reasons-to-love-ruby
SqueakSource