1844 packages — page 14

clintrialsetup

registered project for monticello access in squeak. Plans to become a setup shop for administration of clinical trials.
SqueakSource squeak

ClockCalendarMorphs

Morphs that display a Clock and Calendar. The Calendar morph can be used separately or optionally with the clock morph. Requires KscAstroDataApp to calculate the sunrise and sunset times displayed in the calendar or clock. Clock morph can read a …
SqueakSource squeak

ClosureCompiler-ajh for 3.8

Prerequisites: 3.8a6315, Compiler (version 19) This package adds a closure compiler to the standard Squeak image without replacing the existing compiler. A new 'general' preference called #compileBlocksAsClosures determines which compiler to use for NEW methods only. When true the closure …
SqueakMap squeak

CodeTalk

CodeTalk allows developers to have conversations about source code elements. They can mark code sections they are concerned about and annotate them. These annotations provide entry points for an informal discourse about the strengths and weaknesses of these sections and …
SqueakMap squeak

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

CollectiveBehavior

Extension of Squeak with CollectiveBehavior
SqueakSource squeak

ColorDevTools (CDT)

SqueakMap squeak

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

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

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

CommandShell

Smalltalk simulation of a Unix command shell integrated with Squeak.
SqueakSource squeak

Compass

Compass bugs & todos tracking system for Squeak
SqueakSource squeak

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

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

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

ConflictChecker

Given a changeset filename, you can use this goodie to check an older .cs/.st file for conflicts with methods from more recent update-changesets in your image. Its output is displayed in a Transcript window. Example usage: 'FilePackage conflictsWithUpdatedMethods: 'MyChangeSet.cs'.' Or, …
SqueakMap squeak

Connectors

Connectors is an application for making structured/connected drawings in Morphic. It adds a new kind of Morph (NCConnectorMorph) that can connect other Morphs together (and stay connected). There are also a number of other shapes, flaps, and tools for making …
SqueakMap squeak

ContentPack

A utility for Cuis and Squeak Smalltalk to move resources into and out of the image file as source code.
GitHub squeak

ContextExtras

Extensions to Squeak/Smalltalk's Context
GitHub squeak MIT

ContextS

SqueakMap squeak

ContextT

SqueakMap squeak

ContIntegration

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

Continuations-ajh

Prerequisite: ContextCleanup-ajh. Thanks to Andreas Raab for separating this out of an older version of ContextCleanup-ajh. ContextTags - 'methodContext contextTag' will create a unique ContextTag object for that methodContext and hold it in its receiverMap instance variable which was previously …
SqueakMap squeak