2821 packages — page 6

ATEO

Projekt "Arbeitsteilung Entwickler-Operateur", Humboldt Universität zu Berlin
SqueakSource

ateubner

Personal code from working on the Squeak By Example tutorial.
SqueakSource squeak

Athena

Athena is a minimal headless Smalltalk virtual machine written in Java. Interaction are enabled through a network connection with Squeak.
SqueakSource squeak

AthenaS

Simple virtual machine written in Squeak.An overview of AthenaS is:a simple vm implementation that execute a reduced set of bytecode (cf. AthenaSVM>>run:)a compiler (based on the RB AST) that translates Smalltalk code into this bytecode.What I personally think is the …
SqueakSource squeak

Athens

A vector graphics framework for Pharo with nice little back-ends such as Cairo.
SqueakSource pharo

ATM

Group work of Aleksey Myakushko and Vyacheslav Dzyadok
SqueakSource

ATOLIS

private project for producing current awareness pages via Bayes
SqueakSource

atolisTaskers

some task management code
SqueakSource

AtolMarchettiPaulo

Projeto
SqueakSource

Atom

Support for the Atom feed format and the Atom Publishing Protocol
SqueakSource

AtomFeed

A packaged based on the design of RSRSS for Seaside 2.8. This is not a full atom implementation but just enough to support the Atom feeds on my blog, http://onsmalltalk.com. It's basically like a mini sessionless Seaside, you subclass the …
SqueakSource

Atomics

This package contains a lock-free implementation of two kinds of queues: FIFO and LIFO.There is no hard guarantees from currently existing VMs about an atomicity of certain operations.However, a current VMs implementation can't interrupt a running process between two simple …
SqueakSource

AtomManager

A tool for parsing quicktime atoms.
SqueakSource

Aton

Aton is a set of classes for accessing CDS/ISIS databases. Its name comes from the egyptian god Aton (or Aten), which was the first one god, and the first dead god as well. In spanish, my language, is spelled "Atón" …
SqueakSource squeak

Audiotron

Control software for the Turtle Beach AT-101.
SqueakSource

AuDSL

this is an internal domain specific language, a pidgin, for Harel statecharts embedded in Helvetia It uses - the petitParser in Pharo and - the editor integration and syntax highlighting of helvetia Requires: - Pharo 1.1 - Helvetia-loader-lr.40 and packages …
SqueakSource pharo

AuDSL3

this is the pharo 1.1 compatible edition of the AuDSL, a domain specific language for Harel Statecharts. It contains an AuDSL3-Parserscript as well as the equivalent PetitParser methods. Requires: PetitParser-lr.194 (source.lukas-renggli.ch/petit) _ for documentation see wiki
SqueakSource pharo

AuthorChecker

SqueakSource

AuthorshipViewer

A Seaside application that shows history of methods.
SqueakSource

AutoBugFinder

SqueakSource

AutoInitialization

Add the capability to let class variables auto initialize themselves when first accessed by declaring an #<initialize> annotation on a class side initialization method
SqueakSource

automatingtapetes

Senoir project
SqueakSource

autoMethodCat

Applies categories to methods based on rules.
SqueakSource

Autosaver

Autosaver files out your desired category automatically every X minutes.
SqueakSource

Autotest

Autotest is a live testing tool (similar to Ruby Autotest, but the Smalltalk way, more dynamic). Autotest automatically runs tests related to the method you edit. Screencast to see it in action: http://magaloma.blogspot.com/2010/06/autotest-for-pharo.html
SqueakSource pharo