819 packages — page 4

BRegexp for Squeak

BRegexp is Perl5 compatible regular expression library for Squeak.
SqueakMap squeak

Broken entry for testing - DON'T INSTALL!

SqueakMap squeak

Browser Booster

Browser Booster is a set of services improving your developer experience in squeak. It enhances every browser with: YOU MUST INSTALL THESE PACKAGES FIRST:
SqueakMap squeak

BrowserInheritanceIcons

I can't remember the color codes of the inheritance button in the browser. The balloon description does not help too much, because I don't know how mauve or tan are supposed to look like. And I think even synaesthetic people …
SqueakMap squeak

BrowseUnit

This package adds a few buttons to the browsers in order to have a betterintegration of unit tests during class developpement. It enables you to easilyswitch back and forth from a class and it's unit test, allowing the same thinga …
SqueakMap squeak

BrowsingSourceStringInCategory

Browsing source string in all code of squeak is boring.So here is a piece of code allowing you to restrict searchingsource string in a category. You can add this facility by editingyour personal menu (middle button of your mouse)personalizeand add …
SqueakMap squeak

BTree

This is an implementation of the BTree data structure as a Smalltalk collection. It provides log(n) inserts, deletes, and retrieves of values by key. The keys have to be sortable (ie, Magnitudes). This is useful in situations where you want …
SqueakMap squeak

ByteSurgeon

ByteSurgeon is a library to transform binary code in Smalltalk. It takes full advantage of the flexibility of the Squeak environment to enable bytecode transformation at runtime, thereby allowing dynamic, on-the-fly modification of applications. ByteSurgeon operates on bytecode in order …
SqueakMap squeak

CalculatorMorph

A simple numerical calculator with additional mathematical functions and a single memory.Use menu option 'switch tape on' to record the calculations in a Transcript window.
SqueakMap squeak

CaptchaDotNet

A simple class to use the captcha service from captcha.net.
SqueakMap squeak

CassandraClient

Depends on Thrift. 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 stripped. I have added "FB" prefixes on …
SqueakMap squeak

Cassowary

This is a port of the Smalltalk version of Cassowary 0.60. As the original authors put it, 'Cassowary is an incremental constraint solving toolkit that efficiently solves systems of linear equalities and inequalities.'. More information can be found at: http://www.cs.washington.edu/research/constraints/cassowary/
SqueakMap squeak

Categorical SM Package Loader

A slightly more elaborate Squeak Map package browser and loader, aiming to hit the sweet spot in UI goodness between SMLoader and the original Package Browser. NOTE: This has now (December 1, 2006) been folded into the main SqueakMap Package …
SqueakMap squeak

Celeste

Before installing this package, you must:- remove any Squeak-3.6-or-older versions of Celeste from your image (just by removing the 'Network-Mail Reader' system category)- install MCInstaller- install Large Lists
SqueakMap squeak

Celeste Removal

This package is ONLY meant for a 3.4 or 3.5 image. If you want to remove Celeste from a 3.6 or later image, just remove the system category (or use Monticello to unload the package). Before installing this package, you …
SqueakMap squeak

Celeste Tests

Some tests for Celeste.
SqueakMap squeak

CelesteAddressBook

CelesteAddressBook can be used to browse your email addresses, auto collect them and sort by frequency.
SqueakMap squeak

ChangeSet Revision Tag for Squeak 3.5

Provides an automatic mechanism for creating version history in a change-setpreamble and a consequent mechanism allowing for queries on a change set fora latest revision level tag. Also can create a preflight check for a change setto better support prerequisite …
SqueakMap squeak

Chess Castling Fix

I added two new methods to ChessMoveGenerator and a bunch of constants to ChessConstants. Briefly, a bug in the chess game is that it will castle when either the king or rook is under attack, or any of the intermediate …
SqueakMap squeak

Chess Game

This is the original version of the chess game in Squeak. It is smaller and faster than the versions found in Squeak 3.6 or later and also fixes various bugs in the game by reverting all the so-called "cleanups" that …
SqueakMap squeak

ChickenEyes

A little cursor watcher :-)Based on the Smalltalk-X implementation by Claus Gittinger and a result of Camp Smalltalk at OOPSLA 2000.
SqueakMap squeak

Chip-8 emulator for Smalltalk

This project is a Chip 8 emulator (interpreter) written in Smalltalk. The original goal of these project was to learn how to code a simple emulator in smalltalk. You can get Chip-8 roms at https://www.zophar.net/pdroms/chip8/chip-8-games-pack.html Execute:Chip8Presenter runProgram: '/path/to/rom/filename'. The original …
SqueakMap squeak

Chronology classes

Introduces the ANSI DateAndTime and Duration classes.Refactors existing Date,Time and TimeStamp classes for backward compatibility. Supports arbitary Timespan classes, including Year, Month, Week, Date.Support for arbitary Schedules.See homepage for examples. Tested on 3.6 gamma, latest update 5420. Included in the …
SqueakMap squeak

Chronos

Chronos is an industrial strength Date/Time library: * Implements the ANSI-Smalltalk Standard DateAndTime, DateAndTimeFactory, Duration and DurationFactory protocols.* Supports the full functionality of the Olson Timezone Database (the native time zone database of UNIX)--including time zone rules that vary from …
SqueakMap squeak

Chuck

Chuck is a type inferencer for Squeak program code. Type inference allows programmers and tools to find the type of a variable or expression in the program. This information is useful directly, and it is also helpful for improving tools …
SqueakMap squeak