59825 packages
— page 1856
An experimental format for FileTree (obsolete in Pharo 7)
GitHub
pharo
MIT
First Kata proposed by the 12meses12katas (12 months 12 katas) initiative: http://www.12meses12katas.com.
SqueakSource
Simple String classifier in Pharo Smalltalk
GitHub
pharo
MIT
Some util enhancements for Strings. New messages: #asByteString and #zipped.
SqueakMap
squeak
An extensible and customizable utility for string formatting a few simple examples: simple replacements (no arguments)'line one&rline two' sformat=='line oneline two' replacements with arguments'%s+%s=%s (or not)' sformat: {7. 2. 8}== '7+2=8 (or not)' replacements with inlined arguments'%s[6+1]+%s[2] indeed is %s[4*2]' …
SqueakMap
squeak
Support code for a study of API methods
GitHub
gnu_smalltalk
Use http://www.stripe.com as a payment gateway for processing credit cards. At this time stripe.com only works with USA based cards and expects amounts in USD denominations. Requires a stripe.com account, Zinc, Zodiac, and the SqueakSSL plugin. You'll need to specify …
SqueakSource
pharo
Adding alternating dark and light background to menus, like those in iTunes.
SqueakSource
Strongtalk is a high-performance smalltalk implementation.
Launchpad
Displays in the Transcript the different classes and traits and their methods. Example: StructureExporter new runOnCategories: #('RFStreams-Traits' 'RFStreams-Base').
SqueakSource
StSearch is a search engine for Smalltalk. Unlike the existing search facilities in Squeak, StSearch constructs an index for all the glossary contained in the image in advance, and provide searching based on the index. StSearch, as its name suggests, …
SqueakSource
squeak
Pharo Smalltalk implementation of todobackend.com
GitHub
pharo
Just a place for experimentation
SqueakSource
nothing fancy, just some very basic classes I need everytime I start something new in Squeak: Matrix2D - just that, I guess everybody has one of their ownOrderedTreeNode - nothing sophisticated, just plain basic functionalityXMLObject - a very simple and …
SqueakMap
squeak