59732 packages
— page 849
A ProgressMorph subclass to display the current VM memory in use. I wrotethis because the vm statistics menu item in the help menu is static; itdoesn't periodically update. "MemoryUsage new openInWorld."
SqueakMap
squeak
Small seaside application that enable to upload a report mse file, and then display this report using glamour for seaside
SqueakSource
A small GitHub App written in Pharo that can be the starting point for creating your own app
GitHub
pharo
OBSOLETE: FOR REFERENCE ONLY. NO LONGER MAINTAINED. Ported to http://www.smalltalkhub.com/#!/~SeanDeNigris/aMentoringCourseOnSmalltalk/ Contains the following examples from the book: * string matching * validation * perceptions
SqueakSource
A set of changes to menus. See http://minnow.cc.gatech.edu/squeak/3128 for screenshots.
SqueakMap
squeak
Tinyblog tutorial from pharo
GitHub
pharo
MEPS is a parser combinator for Smalltalk. MEPS consists of an interface used to build parsers, plus a set of method extensions in PositionableStream which combine the parsers. MEPS has been used for everything from one-liners to complete Java parsers. …
SqueakMap
squeak
This is acredit card processing library.I needed this forairflowing, aSeasideapplication fromflowingso here it is under a MIT License.If you don't find your preferred gateway provider you are encouraged to add it yourself or contract someone to do it for you.Provided …
SqueakSource
Experiments needed to get a nice case study for supporting the merging process
SqueakSource
pharo
Merlin is a generic library to create wizards
SqueakSource
A Squeak MessagePack serializer implementation (http://msgpack.org/).It does not include MessagePack-PRC.
SqueakSource
squeak
MessagePack serialization library for various Smalltalk dialects. Current supported dialects are: SqueakPharoVisualWorksVA SmalltalkDolphin Smalltalk(Still in Beta - GNU Smalltalk)
SqueakMap
squeak
An implementation of the Packrat parser in Squeak. It takes a grammar definition roughtly in PEG and generates a parser. The parser generator is written in itself in very compact manner. An example of Squeak Smalltalk-80 parser is included. Now, …
SqueakMap
squeak