819 packages — page 3

Balloon3DRemoval

Fixes and refactors a few things in Balloon3D and then ... removes the entire enchilada.
SqueakMap squeak

Banyan

The Banyan File Utility provides useful functions for * easily transferring / backing up work from one personal computer to another.* understanding space utilization.* comparing any number of directories (2 or more) simultaneously.* file-management convenience.
SqueakMap squeak

Bar Graph

It takes in an OrderedCollection and produces a Bar Chart / Bar Graph Morph.
SqueakMap squeak

BBC Radio Recorder

This application reads reads BBC Radio program schedule information and uses it to build a selection list from which the user can select a program to record in MP4 format which can be played on IPod. (BBC IPlayer did not …
SqueakMap squeak

BeachSand

BeachSand is a small utility for storing/loading Seaside application configurations to files.
SqueakMap squeak

Befunge'93

This is the basis for the next generation of InterpreterProxy ;)
SqueakMap squeak

BehavioralInspector

SqueakMap squeak

BehaviorMockup

BehaviorMockup - mock objects framework with SSpec functionality. [:mock | mock someMessage] should strictly satisfy: [:mock | mock someMessage willReturn: 'some'] [:mock | mock someMessage] should lenient satisfy: [:mock | mock someMessage willReturn: 'some'] * 5 should equals: 6* and …
SqueakMap squeak

Benchmarking

A set of Squeak benchmarks; note that they come from various sources though all are open by any reasonable standard. Benchmark - the old Green Book code, modernised a little to run on Squeak 4-ish images. MacroBenchmarks - some larger …
SqueakMap squeak

Benchmarks

This package contains some classic Benchmarks. 1). GreenbookBenchmarks, Squeak Version by Tim Rowledge The MacroBenchmarks. Now with their own class ("MacroBenchmarks"). Reports an array of times taken to run a number of macro operations indicative of typical Squeak activity, each …
SqueakMap squeak

Berkeley DB Plugin

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/3/2008) This is an interface to Sleepycat's Berkeley DB (www.sleepycat.com). Currently, it supports simple database creation and manipulation using the BTREE access …
SqueakMap squeak

BFAV2

As of summer of 2005 all new bug reporting and harvesting tracking takes place on theSqueak Mantis Server. BFAV2 can continue to be used to look at past reports but no new reports or updates will be added to the …
SqueakMap squeak

BFAV2 Installer

See the project homepage for details about the BFAV2 project. This SqueakMap package is a "load script" that loads the prerequisites for the BFAV2 and then installs the current public release of the BFAV2 from its Monticello repository.
SqueakMap squeak

Bicephale

Bicephale gives Seaside the capability to deal with simple static pages which have "REST" urls, integrating that with Seaside's sophisticated call/answer mechanism. This means that you can now use Seaside to easily build a website which has simple "normal" s …
SqueakMap squeak

BinarySavingMC

It adds a new preference "binary saving"
SqueakMap squeak

BitArray

Simple implementation of BitArray, which stores the bits. For the basic random access operations for a rather shorter array, you might want to consider ByteArray. BitArray supports the conversion from/to integers.
SqueakMap squeak

BitmapCharacterSet

BitmapCharacterSet is a set for characters that uses a bitmap for storing wide characters and an array of truth values for byte characters. Used by XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap squeak

Bitstream Vera Fonts Naked

10 freely distributable True Type Fonts. For more information about the fonts and license, see http://www.gnome.org/fonts/
SqueakMap squeak

Blackfoot

Blackfoot is a very small, commented, simple and fast SimpleCGI implementation aimed at primarily supporting Seaside in Squeak that works with at least Lighttpd, Cherokee and Nginx. Status: Works with Seaside but not fully tested.
SqueakMap squeak

BlogBrowser

BlogBrowser is a minimal blog reader which supports the following features: - Subscribe to RSS and Atom feeds - Manage subscriptions in the Squeak image and save them to a text file - Tracks read/unread items (but only in the …
SqueakMap squeak

BobsUI

SqueakMap squeak

bons - experiments in alife

some experiments in alife. There are no unit tests and the code could use some improvements but it's a fun playground to goof off in.
SqueakMap squeak

Boolean Logic

Construct, compare, simplify, and modify Boolean expressions.Use the supplied GenericActions to easily build an interface for things end users are likely to want to do.Use any type as an atom in an expression. *Register to receive change propagation notifications. * …
SqueakMap squeak

BreakOut

I designed this breakout slowly refactoring it step by steps because it was part of a book on OOP but I'm thinking to cancel this book and putting a draft on the web. This is the final version of the …
SqueakMap squeak

Breakpoint Support

Breakpoint support - add's a "toggle breakpoint" for methods in themethod pane of the standard browsers. This is very usefull for debugginga method without manually putting a "self halt" into it.(note that the menue does not appear in the Refactoring …
SqueakMap squeak