1870 packages — page 9

Kats

Prerequisites: Runtime Environments, IvapParser (for non Chango VMs) Kats is a transaction service that operates entirely in memory. It allows you to organize the mutations of objects into logical units of work that transition the system from one consistent state …
SqueakMap squeak

Kerala

Kerala is a visualization tools for Squeak that is coupled with SUnit tests.When you a sunit test, a trace is generated. You can visualize this trace using different color maps.A short demonstration:Load Kerala (http://www.squeaksource.com/Kerala)Pick any SUnit (subclass of TestCase) and …
SqueakSource squeak

KomHttpServer

Prerequisite packages: KomServices(which in turn needsDynamicBindingsand, if you are using a pre-3.7-image,Named Process) KomHttpServer is the Comanche web server package. To get a simple web server running, install this package and evaluate the code below. A simple file serving web …
SqueakMap squeak

Large Collections

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) This package adds several classes to Squeak to enable it to better handle collections that contain a very large number of …
SqueakMap squeak

LatestInspector

SqueakSource

LightweightClasses

An Instances Browser which could be used to view or edit instances behavior inside a classic System Browser-like user interface (you will need to have installed the OmniBrowser framework in your image).Preview:InstallationPharo users:Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfInstancesBrowser'; load. ConfigurationOfInstancesBrowser …
SqueakSource pharo

LispKit

a kit for building one's own custom Lisp implementation 1) LispKernel, a minimal Lisp-2 interpreter with- dynamic scoping- all fundamental special forms: let, setq, and, or, if, defun, defmacro ...- 100+ basic functions: list, car, funcall, null ...- catch/throw, unwind-protect- …
SqueakMap squeak

Lockdown

This change set makes it easier to lock down an image for application delivery. By executing:Preferences disableProgrammerFacilitiesfrom your personalized World menu and saving the locked image under a new name, the following features are disabled: * Halos* Meta and Debug …
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

M2TIFileBrowsers

SqueakSource

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

MagmaBrowser

A browser for object oriented databases using Magma, an OODB for Squeak and Pharo Smalltalk, built on top of the OmniBrowser framework. You may preview ademonstration videoor proceed with download/installation instructions below.InstallationGofer new squeaksource: 'LibraryImporter'; package: 'LibraryImporter'; squeaksource: 'EventsMonitor'; package: …
SqueakSource pharo

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

MediaView

Jon Hyland's web browser, as released to the public Squeak community. This browser was developed for a highly customized Squeak-based environment. We hope to adapt it to mainstream Squeak. It may be possible in the future to also adapt it …
SqueakSource squeak

MessageFlowBrowser

SmalltalkHub

MetacelloBrowser

Browser for Metacello based on Glamour. Once loaded, use the World menu to open it.Gofer new squeaksource: 'MetacelloBrowser'; package: 'ConfigurationOfMetacelloBrowser'; load. ((Smalltalk at: #ConfigurationOfMetacelloBrowser) project version: #development) load.
SqueakSource pharo

MethodAnnotationsBrowser

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

MjfCoolBrowser

SmalltalkHub

MondrianCodeBrowser

A dedicated browser for Moose-Visualizations.
SqueakSource

MongoBDBrowser

SmalltalkHub

MongoBDBrowser

SmalltalkHub

MongoDBBrowser

SmalltalkHub

MongoDBBrowser

SmalltalkHub

MonticelloBrowser

Old Monticello UI that got extracted from Pharo
GitHub pharo MIT