4344 packages — page 71

MediaView

Jon Hyland's web browser, as released to the public Squeak community. This browser was developed for a highly customized Squeak-based environment. We hope to adapt it to mainstream Squeak. It may be possible in the future to also adapt it …
SqueakSource squeak

MedRoot

SqueakMap squeak

MemoryAccess

Monticello package 'MemoryAccess' in the VMMaker repository at source.squeak.org. Latest MemoryAccess-dtl.7.mcz; 7 versions.
Squeak Trunk squeak

MemoryGame

A repository containing Bloc sample packages.
GitHub

MemoryMonitor

Graphical tool to visualize the memory activity. Very close to the activity monitor present in most operating systems.Gofer new squeaksource: 'MemoryMonitor'; package: 'ConfigurationOfMemoryMonitor'; load. ((Smalltalk at: #ConfigurationOfMemoryMonitor) project perform: #lastVersion) load.
SqueakSource squeak

MemoryUsage

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

MEPS

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

Merchant

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

MergingInPharo

Experiments needed to get a nice case study for supporting the merging process
SqueakSource pharo

MessagePack for Smalltalk

MessagePack serialization library for various Smalltalk dialects. Current supported dialects are: SqueakPharoVisualWorksVA SmalltalkDolphin Smalltalk(Still in Beta - GNU Smalltalk)
SqueakMap squeak

Meta

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

Meta

Monticello package 'Meta' in the etoys repository at source.squeak.org. Latest Meta-bf.1.mcz; 1 version.
Squeak Trunk squeak

Metaboard

Metaboard is a generic board for games use board. Most of games use the same board, this is a meen to stop rewrite the same code.
SqueakSource

metacello

Project and Configuration management for Monticello. See http://code.google.com/p/metacello/ for detailed information about Metacello. See http://seaside.gemstone.com/ss/metacello.html for the primary repository. This project is being maintained as an alternate source for Metacello in case the primary repository is inaccessible.
SqueakSource pharo

Metacello-Base

Monticello package 'Metacello-Base' in the inbox repository at source.squeak.org. Latest Metacello-Base-ct.126.mcz; 2 versions.
Squeak Trunk pharo

Metacello-Base

Monticello package 'Metacello-Base' in the treated repository at source.squeak.org. Latest Metacello-Base-dkh.109.mcz; 1 version.
Squeak Trunk pharo

Metacello-MC

Monticello package 'Metacello-MC' in the inbox repository at source.squeak.org. Latest Metacello-MC-ct.740.mcz; 2 versions.
Squeak Trunk pharo

MetacelloRepository

Metacello configurations repository
SqueakSource pharo

Metaclass Bootstrap

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

MetaClassBuilderFix

This fixes a rather obscure bug with reshaping the entire classhierarchy from ClassBuilder. The problem was introduced by accidentallybreaking the superclass/subclass invariant. The CS fixes this problem, bydoing so actually removes some code and documents the critical invariants(both by putting …
SqueakMap squeak

MetaRepoForPharo10

Repository of Metacello Configurations for Pharo 1.0
SqueakSource pharo

MetaRepoForPharo11

Repository of Metacello Configurations for Pharo 1.1
SqueakSource pharo

MetaRepoForPharo12

Repository of Metacello Configurations for Pharo 1.1
SqueakSource pharo

MetaSource

A possible SqueakSource successor for Metacello
SqueakSource pharo

Method Annotations

Optional annotation for methods. Allexpressions are now treated as property of the compiled method. In other words, a method may look like: Objectmumblecategories: #(basic eToy)index: 42value: 123.45returnType: Array After the method is compiled we may query it for those properties …
SqueakMap squeak