1844 packages
— page 70
Backport from http://hedgehog.software.umn.edu:8888/Homebase/Multilingual-ar.17.mcz
SqueakMap
squeak
This is a refactored version of TTFontReader and friends. You may find it useful, if you want to load Unicode ttf in image. Here is a short story: I tried to load unicode ttf using stock TTFontReader (to render Russian …
SqueakMap
squeak
just a space to learn squeak
SqueakSource
squeak
* Prerequisite Packages OSC 5.1 or later * An implementation of the Tuio protocol, a Tuio client and Tuio demonstration programs to work with the reacTIVision computer vision system for tracking physical objects in real time. Tuio for Squeak makes …
SqueakMap
squeak
A Tumblr blog read-write HTTP based interface. Also available at http://code.google.com/p/tumblr-clieent/
SqueakMap
squeak
With TurtleMorph you can add methods to the class TurtleMorph and so simply programme new turtle actions. The normal kind of behaviour that occurs with scripting now happens with methods. This means that initial teaching of Smalltalk can be done …
SqueakMap
squeak
Tweak for Squeak 4.x.
SqueakMap
squeak
Repository for the core Tweak packages.InstallationFetchthe latest trunk imageand update it. Then load Tweak by executing:MCMcmUpdater updateFromRepositories: #( 'http://squeaksource.com/TweakCore' ).Once loaded (it'll take a while) you can fire up the sample application by running:CProjectMorph open: CSampleAppLicense: Tweak is distributed under …
SqueakSource
squeak
Repository for additional Tweak packages.InstallationFetchthe latest trunk imageand update it. Then load Tweak by executing:MCMcmUpdater updateFromRepositories: #( 'http://squeaksource.com/TweakCore' 'http://squeaksource.com/TweakExtras' ).Once loaded (it'll take a while) you can fire up the sample application by running:CProjectMorph open: CProjectBuilderLicense: Tweak is distributed under …
SqueakSource
squeak
It posts the system change events to Twitter.Twitter account for tests:TwitChangesProject page:TwitChanges projectMembersCreator:Koji YokokawaAdmin:Koji YokokawaTagsclientLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/TwitChanges'user: ''password: ''PackagesTwitChangesLinkshttp://www.squeaksource.com/TwitChanges.htmlhttp://www.squeaksource.com/TwitChangesGlobal:Read And WriteStatisticsRegistered:29 April 2008 12:37:24 pmTotal Releases:0Total Versions:4Total Downloads:104
SqueakSource
squeak
Twitter REST API based client with UI.Requires SGrid, VB-Regex, PlotMorph and Soup XML parser.Obsoleted by Twitter since OAuth was deployed.Now works with Identi.Ca (Twitter clone based on Status.Net)Full runnable image is found athttp://code.google.com/p/twitter-client/
SqueakMap
squeak
TwosComplementRegister implements a twos complement register of arbitrary width. It consists of an array of bits (boolean values) and methods to perform bit arithmetic. A register accumulates the results of successive operations, and maintains an overflow bit to indicate status …
SqueakMap
squeak
Twos Complement demonstrates twos complement arithmetic as implemented in logic registers. Registers operations, including basic arithmetic and logical functions, are implemented with boolean operations without use of numbers.A BitRegister represents on single-bit register with a value (set or not set) …
SqueakSource
squeak
This is Francisco Garau's TypeInferencer, as a SAR package. This does not contain the Morphic-Wrapper dependendparts. For more information, see http://typeinference.swiki.net/1
SqueakMap
squeak
TZ-Olson is an Olson time zone database for Squeak. See https://en.wikipedia.org/wiki/Tz_database for background and general information. The class comment for TimeZoneDatabase provides additional details. The Squeak Chronology package, especially class DateAndTime, represents time in terms of magnitude (seconds relative to …
SqueakMap
squeak
Provides support for selectable user interface themes in Morphic, extra widgets to support a consistent look-and-feel and a framework for easily creating UIs in code. Check here for instructions and comments:http://wiki.squeak.org/squeak/6005
SqueakSource
squeak
Allow you to undo changes made by a changeSet. Only cs added on the top of this package will uninstall correctly. See http://wiki.gnulinex.org/squeakros/110
SqueakSource
squeak
The Units package allows you to represent, convert, and perform arithmetic with physical unit values (e.g. distances, velocities, accelerations, etc). There is not much formal documentation, but most of the classes in this package have comments. The most important methods …
SqueakMap
squeak
Package universes is a toolset that supports reliable, automatic installation of packages via a package-browsing tool. The approach of the tools is that users operate within one universe, and each universe only has a large but limited set of packages …
SqueakMap
squeak
A toolkit for managing evolving sets of packages. This is infrastructure that should allow the Squeak community to generate, along with each stable release, a stable set of packages. Additionally, it lets projects use SqueakMap-like functionality within their group, without …
SqueakSource
squeak