922 packages
— page 18
Tinyblog tutorial from pharo
GitHub
pharo
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
This package is an example for how to create a self-contained alternative metaclass hierarchy. After loading, you will end up with the MyObject hierarchy being derived from MyBehavior and friends (to test, inspect any of these classes and notice their …
SqueakMap
squeak
This packages enables the recompilation of methods after changes in classeswithout the need to access any source code. This improves speed and in somesituations even makes it possible to recompile some classes at all (forexample, when using alternative compilers without …
SqueakMap
squeak
Method Wrappers can add hidden behavior to a method without recompiling it. They can be used to change a method's behavior. Commonly, they are used to add behavior before and after the default method executes. For example, we can create …
SqueakMap
squeak
Very simple task administration system.Developed mainly as a learning-project. A lot of features must be added.Sorry by the "spanglish" mix :)Need a PluggableListMorph. To start the app, evaluate:SistemaTareas new initialize openAViewOnMe
SqueakMap
squeak
classroom example for 36OBP and X36OBP
SqueakSource
Quinto Game from Squeak by Example
SqueakSource
squeak
Proyecto para practicar con Squeak y sus utilidades
SqueakSource
squeak
A Molecule example project to support the feedback in an industrial context.
GitHub
pharo
MIT
This is the Squeak implementation of the Mondrian engine for scripting visualizations. Several examples are contained in the ReadMe class. The official webpage of Mondrian ishttp://moose.unibe.ch/tools/mondrian.If you are using a recent version of Pharo (>= 1.3), then use the following …
SqueakSource
pharo
A couple of objects to render html tables in an easy way. See MTableTest and MTableSamples for examples.
SqueakMap
squeak
Exercise example of Money and MoneyBag
SqueakSource
Examples showing various bugs in Morphic
GitHub
squeak
Quino Game from Squeak by Example.
SqueakSource
squeak
An MQTT client and supporting infrastructure for Squeak. MQTT is a fairly simple to use publish and subscribe system for passing information between clients and a broker. As an example, I have assorted simple sensors attached to many ESP8266 micro …
SqueakMap
squeak
Tool for understanding indirect links between code.Requires Connectors.If you have trouble, please run the tests first. Documentation:Paper for ESUG 2003:http://esug2003.esug.org/academic/1-vainsencher.pdfShort description of that presentation:http://wiki.eranova.si/esug/MudPie And something like a tutorial is below: Start executing these from the top (use print it …
SqueakMap
squeak
An tool for understanding, refactoring and maintaining dependencies in code, especially indirect ones. Intended to be used for the partitioning of Squeak, for example by the Morphic-Splitters team.Requires Connectors.Documentation:Paper for ESUG 2003: http://esug2003.esug.org/academic/1-vainsencher.pdfShort description of that presentation: http://wiki.eranova.si/esug/MudPieIf you have …
SqueakSource
squeak
MultiColumnListMorph (and its related StackedStringMorph) are competitors for PluggableMultiColumnListMorph. The speed is substantially faster than the the standard Pluggable... hieararchy, and there are some additional features (most notably the ability to add a header for the list). Currently, this morph …
SqueakMap
squeak
example to create a multicore repository
GitHub
MIT
Muscle can help you to start, stop, startUI and restart images in *nix systems. It needs crab.How to load: take a fresh pharo image and load muscle (and crab and requisites) with this: Gofer it wiresong: 'mc'; package: 'Filesystem'; load. …
SqueakSource
pharo
SBE-Quinto from "Squeak By Example"
SqueakSource
squeak