819 packages — page 14

LoFPlayer1

Implementation of G. Spencer-Brown's "Laws of Form". Requires prior Installation of Connectors 2.x
SqueakMap squeak

LoFPlayer2

SqueakMap squeak

LogEngine

A powerful and small LogEngine for Squeak!A Sample usage islc := LogClient getInstance: 'Client'.lc debug:'test1'.lc info:'test2'. When you create a LogClient, you must use the getInstance: method, passing a "Category Name"used to create a special category log file. LogClient features:+ …
SqueakMap squeak

Logging

Logging for squeak, a front end to Toothpick OR SimpleLog (apologies to LogEngine)usage: self log this.self log x: 10 y: 20.
SqueakMap squeak

Logic expressions

This is a model of first order logic expressions, allowing you to manipulate them as objects instead of just strings. Prerequisites:Refactoring BrowserSmaCC Runtime PackageSmaCC Development Package For example, inspect the following lines to get the expression correspondingto "(p = q) …
SqueakMap squeak

Logic's Gate

Logic's Gate is a simple logic computer aided design tool. Logic's Gate allows the designer to lay out and test logic circuits containting AND, OR, and NOT gates
SqueakMap squeak

LookEnhancements

Cool-look window enhancements that make Squeak just that much more exciting to work in. It includes a corner-grip in the bottom right corner of windows as the way to resize windows, splitter morphs for pane resizing, and gradient color on …
SqueakMap squeak

Lucy Font Set

From the class comment by Jay:I am a small font, suitable for use on low resolution screens such as PDAs. Originally, I was 10 point Lucida. Jay Carlson (nop@nop.com) condensed most of my glyphs by one pixel, and reduced my …
SqueakMap squeak

Ma client server

This framework allows client-server programs to be written very easily. It provides a layer for sending ByteArray request/responses and another layer for sending objectified requests. It takes care of all of the networking and/or object serialization transparently. It supports events …
SqueakMap squeak

Ma Serializer

The Ma Serializer is a mature serializer for Squeak that is used by several other Squeak frameworks.
SqueakMap squeak

Ma Time Objects

Time Objects can help you deal with aspects of time using a pleasant API. The core domain class is MaCalendarTime, represents either a point on the Gregorian calendar, MaDuration represents a duration of Gregorian time (e.g., seconds, days, etc.). It …
SqueakMap squeak

Ma3.9FixPack

These are a minimum set of fixes to bring the 3.9-final-7067 image into proper, solid working order. The fixes were provided by multiple members of the Squeak community.
SqueakMap squeak

MaBase

MaBase provides a set of useful extensions to Squeak. The following are descriptions of the included packages: Ma exception handling -
SqueakMap squeak

Macros

Macros is a framework which provides compile-time macros for Squeak. It is primarily focused on macros that need to generate additional methods or check constraints. Basic integration with OmniBrowser and the Squeak Debugger is provided. Already exemplarily implemented use-cases are: …
SqueakMap squeak

Magma

SqueakMap squeak

Magritte

SqueakMap squeak

MailArchiver

The Squeak Mail Archiver is based on my Squeak web server. Its purpose is to archive and cross reference mailing lists. Messages are kept for 400 days and are grouped by topic and by author. For easy access recent additions …
SqueakMap squeak

MandelMorph2

MandelMorph2 draws a Mandelbrot set . The drawing code was originally from FracApp a MacApp program that implemented the Mariani/Silver algorithm. To run, from the World menu choose new morph.../Demo/MandelMorph2. When you create a MandelMorph2, you are given a choice …
SqueakMap squeak

Manzana

Really simple physics simulations with Morphs. Every Morph with mass contained in ManzanaUniversePasteUpMorph or in ManzanaPlanetPasteUpMorph with mass will be part in a simple simulation.
SqueakMap squeak

MAPIClient

This is a simple package allowing you to send already composed MailMessagesthrough your registered default email client on Windows (such as Outlook orEudora). To invoke it, merely ask it to MAPIClient sendMailMessage: aMailMessage. and it will take you from there. …
SqueakMap squeak

Marvin

Marvin is a new prototype-based programming language which combines characteristics of Self and Smalltalk-80. It is compiled directly to the native bytecodes of Squeak. Marvin requires special virtual mechine version enhanced with support of delegation and prototypes.
SqueakMap squeak

MaSarPackage

SqueakMap squeak

MaSarPackageWithGui

MaSarPackage is a tool for creating SAR files. SAR files are a good way to publish code and objects to SqueakMap.
SqueakMap squeak

MathMorphsRevival

The Morphic Wrappers Revival is project setup to collect MathMorphs and related projects, convert them, if possible, to Monticello format, and make them run on 3.9. Hopefully having those projects in Monticello format will facilitate community changes. MathMorphs and related …
SqueakMap squeak

Maui

Naked objects framework. Build UI's straight from your domain objects. See the home page for more info.
SqueakMap squeak