2821 packages — page 12

CampSmalltalkLondon

Sample code used in Camp Smalltalk London 17/7/2010 to teach Smalltalk. The code is a small Seaside app which takes a live feed of transport data http://www.highways.gov.uk/rssfeed/SouthEast.xml, parses the data and provides a number of different renderers. The aim isn't …
SqueakSource

CAnalyzer

CAnalyzer is an analyzer for C code. CAnalyzer comprises:an extension to the Moose FAMIX metamodel to cope with C modules, C functions, C variables...an importer for Moose that takes as input .xml files generated by srcMLinvocation resolution since srcML does …
SqueakSource pharo

CardCombat

A game that simulates a fight using dice and a specialized deck of cards
SqueakSource

CardsGame

SqueakSource

Carrack

SqueakSource

Cartographers

Team project for OBP course
SqueakSource

CashFlow

SqueakSource

CassandraClient

CassandraClient depends on Thrift. Cassandra (http://code.google.com/p/the-cassandra-project) client bindings for Squeak. Not what you get if you run thrift yourself! Reflection limited message needed refactoring as it was over 1K of bytecode, making Squeak complain. Underscores in message names have been …
SqueakSource squeak

Cassowary

Cassowary is an incremental constraint solving toolkit that efficiently solves systems of linear equalities and inequalities. Constraints may be either requirements or preferences. Client code specifies the constraints to be maintained, and the solver updates the constrained variables to have …
SqueakSource

cb2ewe

ChangeBox reloaded. With support of class reshaping and changebox switching.
SqueakSource

CBCTimeLogging

This is a small package to keep track of how long things take (such as test, individually and in groups). Hopefully useful in tracking down exceptionally long running parts for further analysis.
SqueakSource

CC68S

Repository used by the CC68S lecture at the University of Chile
SqueakSource

CCSE

Collaborative Curved Space Explorer (CCSE) - is the full-featured multi-user toolbox for exploring the structure of curved spaces in 3D (based on Croquet) with real-time rendering in curved spaces (Jeff Weeks algorithm) in the core.MembersCreator:Nikolay SuslovAdmin:Nikolay SuslovRegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/CCSE'user: ''password: ''PackagesCCSE-BaseCCSE-CroquetCCSE-DemoCCSE-MathPackCCSE-ObjectsCCSEtestLinkshttp://www.squeaksource.com/CCSE.htmlhttp://www.squeaksource.com/CCSEGlobal:ReadStatisticsRegistered:18 …
SqueakSource squeak

Cdcquinto

SqueakSource

CDdata

Collect dependent data
SqueakSource

Cecinestpasunepomme

Cecinestpasunepomme is a collection of extensions to Magritte2- DDD (aggregateroots)- autoversioning on aggregateroots- Seaside helperclasses that allow you to quickly write a form (any layout you want) and bind variables to the object/aggregateroot you're editing
SqueakSource

Celeste

An e-mail client. Please look athttp://blog.objectsroot.com/celestefor more information
SqueakSource

CelestialObject

Classes and test classes for computing planetary positions. The classes can be instantiated by calling new: aDayNumber withLatitude: aLatitude withLongitude: aLongitude atUTC: aUTC. eg. Sun new: -3543 withLatitude: 60 withLongitude: 15 atUTC: (0)*15. The day number is an instance of …
SqueakSource

CellGame

Esempio Morph da manuale Pharo by Example
SqueakSource pharo

cemCounter

simple seaside counter app
SqueakSource

cemiContacts

seaside book iContacts application
SqueakSource

CenteredIntervalTree

Fast queries to find the set of overlapping intervals in a collection of intervals. The interval could be of class Interval or Timespan. As of Oct 13 2011 does not include methods to insert or delete an interval from the …
SqueakSource

Cephei

Toy box that comes with all the building blocks and tools required for creating data-driven automatons that are easy to suspend, restart, and file in/out. I take a declarative approach to modeling state; tell me what states you have and …
SqueakSource squeak

CGMSBEQuinto

SqueakSource

Chaff

Small utility class to save the image when the VM is killed (using SIGTERM). Requires OSProcess (and utility methods depend on Gofer).
SqueakSource