1844 packages — page 32

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

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

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

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

MiniMorphic

SmalltalkHub squeak

MiniMorphicWrapper

A minimal version of MorphicWrapper for my book
SqueakSource squeak

MiniToDo

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

MiniTraits

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) MiniTraits is a small implementation of Traits functionality. It enables you to create a set of behavior and state that can …
SqueakMap squeak

MinneStore

Object Database Management System forVisual Smalltalk 3.1, Dolphin Smalltalk, VisualAge Smalltalk, VisualWorks Smalltalk and Squeak. Its licensed under the MIT License Download the 2.7, 2.8 and 2.9 version port from the Stephen Pope's site ftp://ftp.create.ucsb.edu/pub/stp/OODB/
SqueakMap squeak

mjhQuintoGame

Quinto Game from Squeak by Example
SqueakSource squeak

MklBnkExamples

Proyecto para practicar con Squeak y sus utilidades
SqueakSource squeak

MockTurtle

Some simple scripted turtle graphics for Croquet. See the class comment for MTurtle and the MockTurtleTea initialization for more info.
SqueakMap squeak