45115 packages — page 497

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageBoxes

Monticello package from helvetia repository
Lukas Renggli Source pharo

LanguageEditor

Editor for Babel's languages. World Menu open... Language Editor (to open on default language)World Menu open... Language Editor for... (to choose the language) LanguageEditor openOnDefault.LanguageEditor open.
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

Large Lists

This package modifies the PluggableListMorph hierarchy so that arbitrarily large lists may be displayed efficiently. All large lists benefit automatically. To get the largest benefit, however, the model of the list morph must have an extra method that supplies one …
SqueakMap squeak

LatexDocumentMetamodel

This is a metamodel of a Latex document using Moose
GitHub MIT

LatexMorph

The LatexMorph makes use of Latex and Ghostscript, which must be installed on your system, to format Latex commands, and display the output in the morph. The output is anti-aliased (thanks to Ghostscript). All errors in Latex commands are caught …
SqueakMap squeak

LatexMorph

LatexMorph is an extensive adaptation of Simon Guest's LatexMorph to the world of Etoys. Teachers and children can use this Etoy to typeset complex symbols like Math, Indic or Arabic in paragraphs or button labels. LaTeX commands can be entered …
SqueakSource squeak

Lava

Lava is a SQL query interpreter for the Magma object database. It allows the developer to create a relational schema over a Magma repository. SQL queries can then be made against the repository.
SqueakSource

Lazy Collections

The idea for LazyCollection is very simple. It takes a functionalapproach to the common collection protocol of select:, collect:, andreject:. By functional, I mean the collection is not changed nor is a newone created. The blocks are kept around until …
SqueakMap squeak

LazyCollections

This framework started out as a simple means to delay calculating collection transformations until the last possible moment. It was an exercise in some functional programming. Later, I added Higher Order Methods (http://www.metaobject.com/papers/Higher_Order_Messaging_OOPSLA_2005.pdf) and I was inspired by Micheal Lucas-Smith's …
SqueakSource

LDAPlayer

LDAP client library written fully in squeak.
SqueakMap squeak

leandro.mcm

You might want to read aboutSqueak's Community Development Model. If you are not a core developer here is where you can submit suggested changes to Squeak. This repository is open to all reasonable submissions.Tests are always appreciated.Once a package is …
Squeak Trunk squeak

Lecos

Implementation of the Pecos Component Model for Lego Mindstorms
SqueakSource

ledger

It's supposed to parse financial data that you "copy/paste" from SEB (Sweden) bank. The output will be shown in the same way"Ledger"does.How it works + pictures:Initial look:PreviewAll panels expanded look:PreviewGo to your SEB account and copy your latest expenses:Sample input …
SqueakSource pharo

ledmorph

To host the led morph package
GitHub