59798 packages — page 856

MethodMassageCompatibility

Effective 05-Sept-2011, this repository is the new home for VMMaker (previously athttp://squeaksource.com/VMMaker.html)This package incorporates the Smalltalk source code (Slang) for the virtual machine, including its simulation environment, as well as the code generator and toolset for creating the VM portions …
Squeak Trunk pharo

MethodMassageCompatibility

Effective 05-Sept-2011, this repository is the new home for VMMaker (previously athttp://squeaksource.com/VMMaker.html)This package incorporates the Smalltalk source code (Slang) for the virtual machine, including its simulation environment, as well as the code generator and toolset for creating the VM portions …
Squeak Trunk pharo

MethodMassageCompatibility

Effective 05-Sept-2011, this repository is the new home for VMMaker (previously athttp://squeaksource.com/VMMaker.html)This package incorporates the Smalltalk source code (Slang) for the virtual machine, including its simulation environment, as well as the code generator and toolset for creating the VM portions …
Squeak Trunk pharo

MethodMassageCompatibility

Effective 05-Sept-2011, this repository is the new home for VMMaker (previously athttp://squeaksource.com/VMMaker.html)This package incorporates the Smalltalk source code (Slang) for the virtual machine, including its simulation environment, as well as the code generator and toolset for creating the VM portions …
Squeak Trunk pharo

MethodMassageCompatibility

Effective 05-Sept-2011, this repository is the new home for VMMaker (previously athttp://squeaksource.com/VMMaker.html)This package incorporates the Smalltalk source code (Slang) for the virtual machine, including its simulation environment, as well as the code generator and toolset for creating the VM portions …
Squeak Trunk pharo

MethodMassageCompatibility

Effective 05-Sept-2011, this repository is the new home for VMMaker (previously athttp://squeaksource.com/VMMaker.html)This package incorporates the Smalltalk source code (Slang) for the virtual machine, including its simulation environment, as well as the code generator and toolset for creating the VM portions …
Squeak Trunk pharo

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

MethodReplacement

FOR REFERENCE ONLY. NO LONGER MAINTAINED. This is an extension of the ObjectAsMethodWrapper project. I cleaned up the original code and tests, and added the ability to stub out a method on an existing class.
SqueakSource

MethodsDefiner

SmalltalkHub

MethodsDefiner

A simple Smalltalk methods generator
GitHub MIT

MethodTracer

Methods tracing using object-as-method mechanism
GitHub pharo MIT

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

Metodologias2

Practicas de MDP2 en SmallTalk
GitHub

MetricsRecorder

SmalltalkHub

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

MetroidClock

A clock in the style of the modern Metroid games.
SqueakSource

metronome

a pharo MQTT persistence package
GitHub pharo NOASSERTION

Metropolis

A stupid implementation of the Metropolis algorithm (http://en.wikipedia.org/wiki/Metropolis_light_transport). Only works as an infinitely slow, noisy, grayscale bitblt for now :)
SqueakSource

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

Mewa

Mewa: Meta-level Architecture for Generic Web-Application Construction.Technical Report: http://www.adrian-lienhard.ch/files/mewa.pdf
SqueakSource

Mewa

Version of SqueakSource running this server. This is a SqueakSource install which support .mcd (diff) file generation for faster updates. It's based on a SqueakSource version from Impara, with additional tweaks. See the Wiki page for installation instructions.
Squeak Trunk squeak

Mewa

Version of SqueakSource running this server. This is a SqueakSource install which support .mcd (diff) file generation for faster updates. It's based on a SqueakSource version from Impara, with additional tweaks. See the Wiki page for installation instructions.
Squeak Trunk squeak

Mewa

Version of SqueakSource running this server. This is a SqueakSource install which support .mcd (diff) file generation for faster updates. It's based on a SqueakSource version from Impara, with additional tweaks. See the Wiki page for installation instructions.
Squeak Trunk squeak

Mexer

Smalltalk Parser the wrong way
GitHub