45115 packages — page 723

MorphicTests

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

MorphicTests

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

MorphicTests

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

MorphicTests

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

MorphicTests

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

MorphicTests

Stable Squeak 4.5 ("Theodore") repository. If you "load updates" from Squeak 4.5, this is where they are fetched from. Only important fixes will be committed here, ongoing work happens in the "Trunk" repository.
Squeak Trunk squeak

MorphicWiW

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

MosaicGenerator

a scratch of a mosaic generator, just for fun
SqueakSource

Movies

Open repository for Etoys development. Everyone is welcome to submit bug fixes or features here.
Squeak Trunk squeak

Movies

Open repository for Etoys development. Everyone is welcome to submit bug fixes or features here.
Squeak Trunk squeak

Movies

This set of packages makes upSqueakland's Etoys image. We intend to bring them closer to the Trunk release so eventually we can share a code base.You need at least anEtoys 4.1 dev image. Then load updates. Use Monticello to commit …
Squeak Trunk squeak

Movies

This set of packages makes upSqueakland's Etoys image. We intend to bring them closer to the Trunk release so eventually we can share a code base.You need at least anEtoys 4.1 dev image. Then load updates. Use Monticello to commit …
Squeak Trunk squeak

Movies

This set of packages makes upSqueakland's Etoys image. We intend to bring them closer to the Trunk release so eventually we can share a code base.You need at least anEtoys 4.1 dev image. Then load updates. Use Monticello to commit …
Squeak Trunk squeak

Movies

This set of packages makes upSqueakland's Etoys image. We intend to bring them closer to the Trunk release so eventually we can share a code base.You need at least anEtoys 4.1 dev image. Then load updates. Use Monticello to commit …
Squeak Trunk squeak

MPKSimulation

Simulation of public communication traffic
SqueakSource

MQTT4Squeak

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

MQTTClient

MQTT is a common socket based protocol for publishing and subscribing across networks, primarily intended for small packets of data from distributed sensors. A broker application acts as a server that receives the sensor's published data and passes it on …
SqueakSource

MTBPost

SmalltalkHub

MTFFI

Multi-Threaded FFI
SqueakSource

Muaddib

Moose data flow
GitHub

MudPie

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

MudPie

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

Multi-level Undo for TextMorph

=== RELEASE INFO PLEASE READ ===IMPORTANT: Do not try to use the 3.6 release in the 3.7 image, or vice-versa. FOR 3.6, the latest version is release 1-3.6.1, also at:http://www.swerlingphoto.com/squeak/multiundo/MultiUndo-v2-sps.1.cs.gz FOR 3.7, the lastest version is release 1-3.7.1, also at:http://www.swerlingphoto.com/squeak/multiundo/MultiUndo-v2-sps.1.cs.gz …
SqueakMap squeak

MultiColumn List Morph

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

MulticoresExample

example to create a multicore repository
GitHub MIT