819 packages — page 15

MazeArray

A couple of methods for building simple mazes. One is the builder and one is a morph that calls the builder and displays the result. Try "MazeMorph test1".
SqueakMap squeak

MCInstaller

Provides file list and SM registrations for the .mcz file type, allowing easy installation of Monticello packages.
SqueakMap squeak

MediaView

Jon Hylands MediaView Web Browser, as released to the public Squeak community.This was developed for a highly customized Squeak environment, and we hope toadapt it to mainstream Squeak.
SqueakMap squeak

MedRoot

SqueakMap 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 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

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

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

MockTurtle

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

ModStars

Just a toy, of sorts.
SqueakMap squeak

Mondrian Tables

A couple of objects to render html tables in an easy way. See MTableTest and MTableSamples for examples.
SqueakMap squeak

Monticello

Monticello is a distributed concurrent versioning system based on a declarative representation of Squeak source code. It allows packages to be safely saved, loaded and updated, and provides tools for branching and merging package versions. It does not depend on …
SqueakMap squeak