2821 packages — page 16

Compiler

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

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 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

Conman

A tool to aide the creation of a Convention programme
SqueakSource

Connectors

Ned Konz's original Connectors packages, without the bitmaps.
SqueakSource

Conrad

Magritte based conference registration
SqueakSource

Context

SqueakSource

ContIntegration

Stuff to report continuously squeak health: - run all test cases, xml reporting - code coverage - metrics ...
SqueakSource squeak

Contracts

SqueakSource

Control

This project demonstrates an implementation of the shift/reset control operators used for constructing and evaluating partial continuations. It owes a great deal to the extensive literature on the subject, but in particular toFinal Shift for Call/cc: Direct Implementation of Shift …
SqueakSource

ControlLab

A simple Etoys interface with the Lego Dacta Control Lab.It requires the Physical Etoys package as well as the fix for named serial ports.
SqueakSource squeak

COPASignUp

SqueakSource

Coral

Pharo Scripting (was Saphir). See Wiki for instructions.
SqueakSource pharo

CoralSqueak

CoralSqueak supplies some adjustments to Coral (a CLI for Pharo) and Squeak to allow Coral to load in a Squeak image.
SqueakSource pharo

CORC

We are planning to create a framework for Squeak to specify class/object relations & constraints in a logical manner. This framework can then be used to check/enforce these relations & constraints in the runtime objects and classes. Also, one can …
SqueakSource squeak

corewar

The legendary Core War game.About Core WarCore War infopagePackages Dependencies: Vasili's Regex
SqueakSource

CorruptVM

Project codename CorruptVM goal: * implement a system, contained in itself, capable of compiling methods down to metal without need to use any external tools.
SqueakSource

COTDC

NO LONGER MAINTAINED. FOR REFERENCE ONLY. A few classes to manage the fun contest on the Pharo developer mailing list where a different uncommented class is chosen and commented every day.
SqueakSource pharo

CouchDB

This is a client to the CouchDB database (http://couchdb.org). Create, Read and Update is complete. It needs the CurlPlugin to work. See the CouchDBDocumentation class in the package.
SqueakSource

Countryside

Extensions to seaside
SqueakSource

Coverage

This project/tool is also known as "Christo".Based on the prototype developed in "SimpleCoverage". This implementation is flexible/extendible and is compatible with most wrapper/simulation approaches. It allows to transparantly wrap any Squeak "element" (methods, classes, packages, mc-class-extensions, ...). It is still …
SqueakSource squeak

CoverageTestCase

Contains a subclass of TestCase which test the degree of coverage of the tests and a subclass of TestRunner with some improvements. Requires package MockO. Documentation at http://www.documentosyobjetos.com.ar/
SqueakSource

Covid19ApiClient

A client for https://disease.sh/v3/covid-19. It uses PlotMorph to show information about each country.Covid19Morph new openInHand and select a country from list.
SqueakSource

CPHLightsOut

SqueakSource