14435 packages — page 145

ContactBook

SmalltalkHub

ContactBook

SmalltalkHub

ContactBook.st

A simple contact book web app, from the Pharo Mooc
GitHub pharo MIT

ContactBookMooc

SmalltalkHub

ContactManager

SmalltalkHub

ContactManager

SmalltalkHub

ContactManager

SmalltalkHub

Container

Monticello package 'Container' in the unsorted repository at source.lukas-renggli.ch. Latest Container-lr.7.mcz; 7 versions.
Lukas Renggli Source

Container-Core

Monticello package 'Container-Core' in the container repository at source.lukas-renggli.ch. Latest Container-Core-lr.117.mcz; 118 versions.
Lukas Renggli Source

Container-Tests-Core

Monticello package 'Container-Tests-Core' in the container repository at source.lukas-renggli.ch. Latest Container-Tests-Core-lr.120.mcz; 121 versions.
Lukas Renggli Source

Containers

SmalltalkHub

Containers-BinarySearchTree

An Efficient Binary Search Tree Implementation for Pharo
GitHub pharo MIT

Containers-BTree

underway...
GitHub pharo

Containers-BTree2

An alternate BTree implementation
GitHub

Containers-Deque

Deque, or Double Ended Queue, is a generalized version of Queue data structure that allows insert and delete at both ends
GitHub MIT

Containers-HeapQ

An implementation of priority queues based on the Python 3.9 version, supporting the "change-key" operation.
GitHub MIT

Containers-Immutable

WIP....rescued from SmalltalkHub for now
GitHub

Containers-KeyedTree

An implementation of KeyedTree
GitHub pharo MIT

Containers-LazyList

GitHub pharo

Containers-LList

To play with a kind of lispish lists.
GitHub pharo MIT

Containers-OrderedMultiMap

GitHub pharo

Containers-OrderPreservingDictionary

An implementation of multiple dictionaries preserving the order of addition of elements.
GitHub pharo

Containers-Queue

GitHub pharo

Containers-RedBlackTree

An Efficient Red Black Tree Implementation for Pharo
GitHub pharo MIT

Containers-Rope

An implementation of ropes extracted from bloc graphics system
GitHub