30224 packages — page 144

Community

SmalltalkHub

Community | Cuis-Smalltalk

Proudly developed by Juan Vuletich and the Cuis community.
Web Discovered cuis

Compass

Compass bugs & todos tracking system for Squeak
SqueakSource squeak

Compass

GitHub pharo

CompassInstaller

an installer to install compass and relative packages
SqueakSource

Compiler

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

CompilerExamplesEfrei

SmalltalkHub

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

ComplexCondition

Code for ComplexCondition as described inAndres Valloud, "A Mentoring Course on Smalltalk".According to [1], Andres Valloud the author of the book/code said/wrote"the code didn't have a license because I meant to put no restrictions on it... The MIT license is …
SqueakSource squeak

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

ComplexNumbers

SmalltalkHub

Compo1

SmalltalkHub

Components

Component-Based Programming
GitHub pharo MIT

compress-smalltalk

Compresses and decompresses files
GitHub

Compressed Sources File

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/4/2008) CompressedSourceStream writes files as a series of GZipped segments that can be written and read sequentially like regular source files, and …
SqueakMap squeak

Compression

Monticello package from magritte repository
Lukas Renggli Source pharo

Compression-Decompression

Smalltalk program that can compress or decompress a given input file.
GitHub

compte_pharo

GitHub pharo

compteur

First TP in my pharo learning journey
GitHub pharo

Compteur

SmalltalkHub

compteurPharo

i learn pharo
GitHub pharo

ComputationalArt

Computational Art
GitHub MIT

ComputationalArt2

Computational Art 2
GitHub MIT