915 packages — page 18

LatestInspector

SqueakSource

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

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

LifeGame

A port of Dan Ingalls' implementation to Morphic.
SqueakSource squeak

LinearRegressionVis

Visualizing data points with Roassal2 and fitting them with PMLinearRegression
GitHub pharo

linked-data-visualizer

Linked data visualizer for Pharo 7/8 using Roassal2.
GitHub pharo

Lisp

GUI works only in MVC. GUI works in MVC and Morphic both.On MVC, no longer 'Pluggable-Support' needed.MVC, Morphic version runs on 3.8 #6665 later. Morphic version developed Squeak 3.10.2-7179dev08.09.1 image.
SqueakMap squeak

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

ListPaneDemoMorph

Example of hard-coding in Squeak using morphic to create a simple interface having a list pane, a text field and add and remove buttons.
SqueakMap squeak

LiveSpec

SmalltalkHub

lnu-roassal-extensions

Roassal2 extensions used by LNU-SparseMatrix and LNU-LinkedData-Visual packages.
GitHub

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

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

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

Lumiere

Lumiereis a lightweight framework for rendering 3D graphics usingAlienOpenGL, based on a stage metaphor.It provides a scene graph implementation, high-level abstractions, programmatic scene modeling and user interactions with keyboard and mouse. Lumiere integrates seamlessly with Morphic.Lumiere is currently under construction, …
SqueakSource 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

MaConcession

Projet codé en Pharo, ayant pour but de représenter un véhicule dans une fenêtre interactive (IHM), de façon dynamique (l'interface graphique change selon les spécification du véhicule et de ses composants). Il est aussi possible d'inspecter les spécifications d'un composant …
GitHub pharo

Magritte-JQueryWidgetBox

Monticello package 'Magritte-JQueryWidgetBox' in the magritte2addons repository at source.lukas-renggli.ch. Latest Magritte-JQueryWidgetBox-jmck.46.mcz; 23 versions.
Lukas Renggli Source

Magritte-Spec

SmalltalkHub

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

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

MathMorphsRevival

Project Goal:The MathMorphsRevival 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.Project History:MathMorphs and related projects …
SqueakSource squeak

MemoryGame

A repository containing Bloc sample packages.
GitHub

MemoryGame

A Pharo project for the 'Live OOP with Pharo' course from PU 'Paisii Hilendarski'
GitHub pharo