2821 packages — page 14

CircularReasoning

The Circular Reasoning package is a port from a java package I wrote to help kids relate different representations of angles, including sectors, segments, arcs, line segments connected at a point, satellites, and turns. Porting to Squeak allows me to …
SqueakSource squeak

CIS

Firemen equipt management system
SqueakSource

CISupport

This project contains packages for support code used on continuous integration servers for building VMs, images run tests etc.This repository is globally writeable , so anyone can add own commands.Just make sure to not destroy others work.
SqueakSource

Citezen

BibTeX replacement. See the wiki page for detailed status and information.
SqueakSource

CKMetrics

SqueakSource

ClaseUseDiscovery

It is a little tool which can be used to discovering used and unused classes during a period of time. If you want to build minimal images, it is useful also to detect for example, the amount of classes that …
SqueakSource

Classbox

An implementation in Squeak of the the Classbox Model
SqueakSource squeak

ClassboxBrowser

SqueakSource

ClassboxJava

Compiler to generate Java classbox code. If you are interested in that, send me an email
SqueakSource

ClassDoc

SqueakSource

Classloader

Manage binary format instead of soure code. When installing there is no compilation phase.
SqueakSource

Classroom

Generator of exercises to be used in a classroom with a communication tool to allow easy transmision from Teacher to a bunch of students
SqueakSource

ClassSelectorSets

Regroup methods on Behavior, Class, Trait... that provides browsing helpful functionalities like: conflicting selectors, overrides selectors...
SqueakSource

CLInterface

Command Line Interface for pharo. It allows you to execute a pharo image from a console and interact as it is a workspace, executing scripts, storing variables... etc.
SqueakSource pharo

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

ClosedVMMaker

The ClosedVMMaker project is a subproject of VMMaker (http://source.squeak.org/VMMaker), specifically of the VMMaker.oscog JIT VM (a.k.a. Cog) and its generated source at OpenSmalltalk-VM (https://github.com/OpenSmalltalk/opensmalltalk-vm). Currently this project contains the source for the ARMv8 code generator for Cog.Copyright © 2019 Eliot …
SqueakSource pharo

Cloudfork

This project has moved to http://smalltalkhub.com/#!/~JanVanDeSandt/Cloudfork The goal of Cloudfork is to make it easy to use the various API's related to Cloud Computing. Initially the focus will be on the Amazon AWS services. The first services that are supported …
SqueakSource

CMQG

SqueakSource

CO2

GSoC 2010 project
SqueakSource

Coccinelle

Coccinelle model and visu
SqueakSource

CodA

Jeff McAffer CodA model
SqueakSource

CodAFramework

"A meta-level architecture for describing a wide range of object behaviour models. CodA can be thought of as a generic object engine framework in wich users define, on a per-object or even per-user basis, how object's behave computationally." This is …
SqueakSource pharo

CodeGenerator

SqueakSource

CodeJava

An attempt to represent java code using smalltalk, in order to support java code generation later on
SqueakSource