2821 packages — page 19

Danaus

Mondrian extension to visualize stack frame. Few hooks are inserted in the (old) debugger to open an easel on a stack frame
SqueakSource

DancingBox

CS-520 Assignment 1 - Boxes that Dance.
SqueakSource

DancingBoxes

Assignment 1: Boxes that dance.
SqueakSource

Daniel

project from the book squeak by example.
SqueakSource squeak

dannywafulExamples

Programming examples based on Pharo by Example
SqueakSource pharo

DAOEmancuChudi

DAO
SqueakSource

DAOExercises

DAOExercises
SqueakSource

DAOExercisesResults

SqueakSource

Daskalos

Data modeling tool.
SqueakSource

DataLogger

SqueakSource

DateCollection

Date Range Collection provides a way for working efficiently with a collection of date ranges. For example, if you were writing a calendaring program, it would be able to return a list of all events taking place on a given …
SqueakSource

DaveAQuinto

Quinto game from SBE
SqueakSource

DavidLightsOut

My first projet
SqueakSource

DAVServerDirectory

A WebDAV-based implementation of ServerDirectory. Allows you to mount WebDAV directories as a remote file system. Create new DAV file systems using:s := DAVServerDirectory new type: #dav; yourself. s server: 'name.of.server'. s directory: 'path/to/dav/directory'. s url: 'http://name.of.server/path/to/dav/directory'. s user: 'username'. …
SqueakSource

DbStKernel

SqueakSource

dbus

D-Bus bindings for Squeak (seedbus.freedesktop.org)DBus-Plugin:Wrapper around libdbusDBus-Core:(essential) Low-level access to pluginDBus-Objects:(essential) High-level language bindingsDBus-Tools:(optional) interactive D-Bus explorer, create pre-compiled proxiesDBus-Etoys Scripting:(example) demonstrates how to control Etoys objects from outside SqueakDBus-Tests:(tests) rather incomplete unit testsFor older versions seehttp://source.impara.de/dbus/. The plugin was …
SqueakSource squeak

DBXTalk

Smalltalk Relational Database suite on top on the OpenDBX database driver
SqueakSource

dcd10

Dead Code Detection - Group 10 Daniele Acquaroli Tiziano Portenier Cédric Reginster
SqueakSource

DCI

Write code that specifies how objects interact to achieve a task.
SqueakSource

DeadCodeDetector

The SDE Project 2011 of Group3.
SqueakSource

DeathPit

A simple platform game
SqueakSource

DebtReduction

This program takes income, monthly expenses, and a list of debts to be paid off, and generates a payment schedule.
SqueakSource

DebugReport

for Squeak4.1 or later.(for Squeak3.x is here:http://swikis.ddo.jp:9091/DebugReport.html)You can generate more helpful debug log from Notifier or Debugger.Generated HTML document has the same view as Debugger.See sample page:http://squeak.sakura.ne.jp/etc/DebugReportSample/
SqueakSource squeak

Decisionstrategy

Subjectopia can be used to model subjective behavior in a model-independent way.
SqueakSource

DeepAquariumMVC

An MVC approach to the Summer '05 CS2340 project.
SqueakSource