3288 packages — page 54

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

Menus Enhancements

A set of changes to menus. See http://minnow.cc.gatech.edu/squeak/3128 for screenshots.
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

MessagePack

A Squeak MessagePack serializer implementation (http://msgpack.org/).It does not include MessagePack-PRC.
SqueakSource squeak

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

Metacello

From https://github.com/Metacello/metacello Metacello is a package management system for Smalltalk Copyright (c) 2009-2012 VMware, Inc. All Rights Reserved.Copyright (c) 2013-2015 GemTalks Systems LLC
SqueakMap squeak

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

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

MethodAnnotationsBrowser

SqueakMap squeak

MethodMassage

Monticello package 'MethodMassage' in the trunk repository at source.squeak.org. Latest MethodMassage-ct.75.mcz; 17 versions.
Squeak Trunk squeak

MethodMassage

Monticello package 'MethodMassage' in the VMMaker repository at source.squeak.org. Latest MethodMassage-eem.62.mcz; 39 versions.
Squeak Trunk squeak

MethodMassage

Monticello package 'MethodMassage' in the squeak61 repository at source.squeak.org. Latest MethodMassage-ct.75.mcz; 1 version.
Squeak Trunk squeak

MethodMassageCompatibility

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

MethodRecompiler

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

MethodWrappers

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

MethodWrappers

MethodWrappers for Squeak. This is MethodWrappers from AspecS, but as a standalone package. Load package MethodWrappers for Squeak <= 3.8, for 3.9, load MethodWrappers3.9. For Squeak trunk (Squeak 4.2) load MethodWrappers4.2.
SqueakSource squeak

Metroid Clock

A clock that displays and renders the time in a style similar to that used in the new Metroid games. Just a fun way to start using Squeak Map and gain experience with Morphic.
SqueakMap squeak

Mewa

Monticello package 'Mewa' in the ss repository at source.squeak.org. Latest Mewa-cmm.17.mcz; 3 versions.
Squeak Trunk squeak

Mewa

For more information please have a look at my technical report: http://www.adrian-lienhard.ch/files/mewa.pdf (Abstract. Web-applications are very popular, lightweight applications thatentirely run in web-browsers over the internet. In today’s business, web-applications become more and more complex but they still need to …
SqueakMap squeak

MiaUnuaPasxo

Cxi tio estas la unua pasxo en la mondo Squeak. Mi estas lernanto de la mirinda softvaro kiel "Squeak"
SqueakSource squeak

Migrating projects to SqueakSource3 – Mariano Martinez Peck

Hi guys. I am one of the guys who is always criticizing www.squeaksource.com because it is down all the time. And when it is not down it is loosing versions. So it is not fair that I continue doing so …
Web Discovered squeak