819 packages — page 10

Golgi

Once you have installed Golgi, do 'Golgi open' to start using it.
SqueakMap squeak

GOmiscChanges

A bunch of new classes and a few changes to existing ones.
SqueakMap squeak

GOODS

GOODS is a distributed, language-neutral object database from Konstantin Knizhnik. It's available from http://www.garret.ru/~knizhnik/goods.html . This client provides transparent storage of Smalltalk objects, or, given some extra type information, compatibility with the GOODS Java interface storage conventions, for easy sharing …
SqueakMap squeak

GoodsServer

Launch the GoodsServer directly from Squeak. You can even instantiate a newserver or a temp server as well with minimal code. Requires Squeak.NET which,of course, requires the Windows platform (LINUX is now supported in the form of a user contribution). …
SqueakMap squeak

Goya

Goya lets you color the executed methods of the running image. See the class side of InstrumentingAssociation for examples on how to color methods. Color some interesting methods and do something with them such that they are indeed executed by …
SqueakMap squeak

Gradient Window Look

An attempt for a (hopefully better) look for the Squeak environment.Tries to deal with Windows, ScrollBars and some buttons using gradients formost graphical elements.
SqueakMap squeak

GraphQL

GraphQL allows interoperation of systems with built-in discovery. This package is a full-spec GraphQL Parser, Server, Client, and Schema-Generator.
SqueakMap squeak

Graphs

Ported from the Graphs.st goodie by Mario Wolczko.Fixes and SAR by Samir Saidani These classes add a collection category to representcollections that do not necessarily have a sequence, but are morestructured than sets. See the examples in Graph and RootedGraph.
SqueakMap squeak

Graphs-Morphs

This package includes Morphs that layout themselves as graphs. Currently, there are two layout methods: a springs-gravity model (based on the MathMorphs graphs originally implemented by Gerardo Richarte), and a animated radial layout inspired by http://citeseer.nj.nec.com/yee01animated.html
SqueakMap squeak

GraphViz

1. You must download and install GraphViz from http://www.graphviz.org for your platform (Win32, Unix, Linux, or Mac OS should be supported). The binaries (e.g. dot, fdp, neato, twopi, dot2gxl) should be in your environment path as well.2. On the Unix …
SqueakMap squeak

GravatarDemo

Interact with the Gravatar API demo.
SqueakMap squeak

Grease

SqueakMap squeak

GreenNeon

A simple web page maker combining HttpView2 and the Seaside2.6 canvas.
SqueakMap squeak

Grid Layout

A GridLayout is very similar to a TableLayout. Here are the differences:- rowCount and columnCount in GridLayoutProperties explicitly control the number of rows and columns- each row and column is of uniform height or width, i.e. all Morphs in a …
SqueakMap squeak

Growl

Sockets client to Growl notification system.Requires install of http://www.growlforwindows.com/gfw/default.aspx
SqueakMap squeak

HaltOnce

The most common method of "breakpointing" is to modify the code you are working on and include a self halt in the right place. Sometimes, however, you find you have a looping operation or some kind of recursive operation and …
SqueakMap squeak

HandySimulator

A simplified "handy simulator" answering the threadon http://lists.squeakfoundation.org/pipermail/squeak-dev/2005-August/093838.html
SqueakMap squeak

Hashing Framework

This framework provides better performing and more consistent hashing throughout the system. It is a dual license SqueakL + Microlingua License see - http://www.microlingua.com/files/microlingualicensev1
SqueakMap squeak

HC HTTPClient

HTTPClient is an almost unconditionally compliant HTTP/1.1 client for Squeak 3.6 and possibly 3.7, though I haven't tried it lately. RequirementsHTTPClient requires:- MCInstaller (or something that reads .mcz files)- The Cryptography package (to support encrypted authentication)HTTPClient supports:- Persistent connections- Automatic …
SqueakMap squeak

HelpViewer

SqueakMap squeak

Hermes

Hermes Encrypted IMAP Email Client is a Tweak-based email client using C libraries (via Canard plug-in) for encrypted email server communication. It can be run as a stand-alone application, or via a web browser (via NPSqueak plug-in). Designed to be …
SqueakMap squeak

Hexconverter

A simple dual panel ascii-hex conversion utility.
SqueakMap squeak

HID Plugin

This package can access any device that supports the Human Interface Devices specifications, such as joysticks, graphic tablets, car wheels and remote controls. It is based on a library written by Apple and requires Mac OS X 10.3 or better. …
SqueakMap squeak

Hierarchy List Morph - Lines

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) Add a preference called showLinesInHierarchyViews. When true, feintlines are drawn in hierarchy views to make it more clear how theelements in …
SqueakMap squeak

Hierarchy List Morph - Navigation

Provides similar behavior as for PluggableListMorph and other nice usability enhancements for navigation.
SqueakMap squeak