819 packages — page 12

IRCBot

see homepage for instructions on how to use and set up the bot.
SqueakMap squeak

IRCe

This package combines standard IRC and Enhanced IRC into one easy to install and use package.
SqueakMap squeak

IRCe-Tests

SqueakMap squeak

IRCLogViewer

This is a simple viewer application for IRC log files. It can be used to have a look at the history of IRC channels (such as #squeak) from within the squeak image. Open it using the world menu "open..." and …
SqueakMap squeak

ISO-8859-2 font hack

Modifies New York 12 font (default text font in Squeak 3.6 and older releases). DO NOT USE in Squeak 3.7 and above !!!
SqueakMap squeak

ISO-8859-2 fonts

Helvetica is set as default font. Font is patched to display assignment character properly. DOES NOT WORK with Squeak 3.8 and above!!!
SqueakMap squeak

ISO-8859-2 scamper patch

Useful only with package ISO-8859-2 fonts in Squeak versions up to 3.7.
SqueakMap squeak

Iterator

Ported from the Iterator goodie by Mario Wolczko. Occasionally you may have a block that when evaluated can betreated as a collection -- ie it takes another block as parameter,then applies that to a sequence of values. This goodie wraps …
SqueakMap squeak

IvapParser

Instructions for using the "IVAP" Parserby Stephen Pair "IVAP" is an acronym for "Instance Variable Acess Protecting"; thus what we have is an instance variable acess protecting parser. The IVAP Parser enables you to selectively compile message sends where instance …
SqueakMap squeak

Jabber

A client implementation for the OpenSource jabber im protocol (see http://jabber.org).The implementation consists of three parts: a simple IM Client framework, the non-UI JabberClient model and a very simple first UI for the Jabber client. The IM Client Framework includes …
SqueakMap squeak

Jacaranda

DiagramBrowser is an environment in which the user can view, edit, organize within categories and file-in/out Ned Konz Connectors drawings. DiagramBrowser is the first step of a bigger development that I named Jacaranda. With Jacaranda I attempt to integrate DiagramBrowser …
SqueakMap squeak

Jam Tomorrow

We propose a music generation software that allowslarge numbers of users to collaborate. In a virtual world,groups of users generate music simultaneously at differentplaces in a room. This can be realized using OpenAL soundsources. The generated musical pieces have to …
SqueakMap squeak

Japanese Environment Installer

An install script to set-up Japanese fonts, locale, and some localization patches.This is for developers who use latest Squeak but need to handle Japanese characters.For end-users, there is "Squeakland", which is located at: http://squeakland.jp/plugin/download.html
SqueakMap squeak

Java Serialization

Gives Squeak the ability to read in and write out Java serialized objects. It also includes a Java Class Loader. Great for debugging serialization problems in Java. Right now, I can load in any serialized stream, but those written with …
SqueakMap squeak

Jeff's Animation Tools

This is a suite of Animation Tools, the most prominent feature of which is the MorphAgents animation system. MorphAgents is a system for animation (Flash-style) in Squeak. A MorphAgent is like a Player, except the agent has a script that …
SqueakMap squeak

JSON

An implementation of the JSON javascript data-transfer format (http://www.crockford.com/JSON/index.html) for Squeak.
SqueakMap squeak

JunMessageSpy

JunMessageSpy observes message passings in an evaluation of a given block closure or a string, and displays a tree of contexts showing which method/block took how long in the execution. Observation sampling rate and cut-off threshold can be specified, e.g.JunMessageSpy …
SqueakMap squeak

Kabungu

An optimistic filtering dependency resolution system for Squeak packages. Currently implements: dependencies between packages, user-declaration that a given version doesn't satisfy the dependency, filtering candidates via distributions (universes), abstract dependencies (eg. depending on the presence of a 'web server').
SqueakMap squeak

Karel's World

This is a version of the Karel the Robot educational simulation done with eToys.
SqueakMap squeak

Kats

Prerequisites: Runtime Environments, IvapParser (for non Chango VMs) Kats is a transaction service that operates entirely in memory. It allows you to organize the mutations of objects into logical units of work that transition the system from one consistent state …
SqueakMap squeak

KeyBinder

KeyBinder modifies the way Squeak handles keyboard events and provides a framework for constructing keyboard bindings.
SqueakMap squeak

keyboard focus rotation

SqueakMap squeak

Keything

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) Keything allows you to store your passwords in a safe place. I also published patches for Monticello and Seaside, check the …
SqueakMap squeak

Kilauea

Kilauea is a minimalistic framework that combines Seaside, Magma and Mewa to help people quickly create web applications with persistence. Currently, the biggest sample app is Nags. Kilauea has everything you need in its list of MC dependencies, so it …
SqueakMap squeak

Knigge

USE AT OWN RISK(and test the image you're getting beforeusing it for something else). Knigge gives you the possibility to load packages fromone image to another, either precompiled (not working yet,crashes vm) or as source. Depends onClassloader(refactored)RemoteObjects(look at http://squeak.saltypickle.com/RemoteObjects/ )PackageInfo-Exporters(for …
SqueakMap squeak