20090 packages — page 32

Comet-Pharo-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Pharo-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Comet-Tests-Core

Monticello package from seaside30 repository
Lukas Renggli Source pharo

commands

A command-based system with undo/redo capability for Moose/Pharo objects
GitHub pharo

CommandShell

CommandShell is a Smalltalk simulation of a Unix command shell, with a simple dumb terminal window in Morphic and MVC. It is useful for running programs without leaving Squeak, and for piping command output directly into Squeak. Can be loaded …
SqueakMap squeak

Common Type Mapping System for Smalltalk

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence …
SourceForge

Compass

Compass bugs & todos tracking system for Squeak
SqueakSource squeak

Compiler

This is ClosureCompiler2. Please look at the "NewCompiler" project for an up-to-date version
SqueakSource

Completion Enhancements

Enhances squeak's completion system, byproposing all completions in a menu(keyboard-sensitive), includings class varsand temps vars if appropriate. Most recent version works in 3.7, but the older one works insqueak 3.2 to 3.6.
SqueakMap squeak

Complex

This package contains the Complex numbers extracted from squeak Trunk.It is useful in Pharo because Complex isn't included into Pharo kernel.It can be loaded with this incantation:Gofer newsqueaksource: 'MetacelloRepository';package: 'ConfigurationOfComplex';load.((Smalltalk at: #ConfigurationOfComplex) project version: #'stable') perform: #load.
SqueakSource pharo

ComplexExtensions

Add few functions to Complex Add efficient way of creating a Complex(1 i: 2) instead of (1 + 2 i)This will avoid useless coercion and arithmetic (sensible on huge collections)
SqueakMap squeak

ComplexExtensions

Add functions to complex - inverse trigonometric - hyperbolic - power and square root - conjugated Add more efficient method to create Complex: (1 i: 2) instead of (1 + 2 i). This avoids useless coercion and arithmetic when creating …
SqueakSource

Compression

Monticello package from magritte repository
Lukas Renggli Source pharo

configurableFormatter

Host the code of the old configurable formatted (Enlumineur is also configurable and has been cleaned).
GitHub pharo