30224 packages — page 137

Collectable

Collectable is an application project to manage / display / get informations for stuff collector in Pharo. Targeting is video games collection.
GitHub pharo MIT

CollectionArithmetic

Extensions defining the arithmetic protocols over collections, extracted from the original Collections library. This protocol implements vector operators on collections, such as: #(1 2 3) + #(4 5 6) -> #(5 7 9)
SqueakSource

CollectionArithmetic

SmalltalkHub pharo

CollectionExtensions

Some class extensions to the Collection framework in Squeak/Pharo, used by Moose principally.
SqueakSource pharo

CollectionExtensions

SmalltalkHub

Collections

Rosetta Code

Collections-Arrays

SmalltalkHub

Collections-Misc

Ported from the old collections-misc goodie by Mario Wolczko. This goodie contains a variety of methods and classes whichadd functionality to collections. Nothing is particularly startling,but you may find the odd useful method. I use these quite a lot.
SqueakMap squeak

Collections-RobinHood

Collections with Robin Hood hashing for Pharo
GitHub pharo MIT

CollectionTests

Assignment 2
SqueakSource

CollectiveBehavior

Extension of Squeak with CollectiveBehavior
SqueakSource squeak

CollectiveIntelligence

SmalltalkHub

Collector

To manage simple collections.
GitHub pharo

Collector

SmalltalkHub

Color of a screen pixel

Rosetta Code

ColorDevTools (CDT)

SqueakMap squeak

ColorLegend

converting different types of attribute values (nominal, numerical) into Colors
SqueakSource

ColorMixer

The ColorMixer uses a palette of colors for automatically mixing some base colors of your choice. It helps finding the right nuance or finding the right color at all - some colors are hidden in Squeak's standard color picking tool. …
SqueakMap squeak

Colors

This package simply adds about 1500 more named colors to Squeak. To see all of them do:Color displayNamedColors
SqueakMap squeak

Colors

SmalltalkHub

COM

Using the Microsoft COM Object Model
SqueakSource

Comanche

This package has been deprecated. The latest version of Comanche is registered as a SqueakMap package called KomHttpServer. For more details on all versions of Comanche, see: http://squeaklab.org/comanche The package (Comanche 5.1.1) that was previously installable from this SqueakMap entry …
SqueakMap squeak

Combinations

Rosetta Code

combst

Some combinators for Smalltalk's BlockClosure objects
GitHub MIT

ComedorUNQ-Smalltalk

Este proyecto implementa un sistema para gestionar el comedor de la Universidad Nacional de Quilmes, desarrollado en Smalltalk bajo el entorno académico CuisUniversity.
GitHub cuis