819 packages
— page 3
Fixes and refactors a few things in Balloon3D and then ... removes the entire enchilada.
SqueakMap
squeak
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
It takes in an OrderedCollection and produces a Bar Chart / Bar Graph Morph.
SqueakMap
squeak
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 is a small utility for storing/loading Seaside application configurations to files.
SqueakMap
squeak
This is the basis for the next generation of InterpreterProxy ;)
SqueakMap
squeak
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
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
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
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
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
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 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
It adds a new preference "binary saving"
SqueakMap
squeak
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 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
10 freely distributable True Type Fonts. For more information about the fonts and license, see http://www.gnome.org/fonts/
SqueakMap
squeak
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 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
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
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
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 - 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