24394 packages — page 653

Services-Base

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

Services-Base

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

Services-Base

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

Services-Base

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

Services-Base

Comprises the latest code in the 3.9 Squeak (basic) image.
Squeak Trunk squeak

Services-Base

Stable Squeak 4.5 ("Theodore") repository. If you "load updates" from Squeak 4.5, this is where they are fetched from. Only important fixes will be committed here, ongoing work happens in the "Trunk" repository.
Squeak Trunk squeak

Services-Base

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

Services-Base

Comprises the latest code in the 3.9 Squeak (basic) image.
Squeak Trunk squeak

Services-Base

Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk squeak

Services-Base

Comprises the latest code in the 3.9 Squeak (basic) image.
Squeak Trunk squeak

Services-Base

Maintenance updates for the Squeak 5.2 release.
Squeak Trunk squeak

Services-Keymapping

Allows services to be triggered by keyboard shortcuts.Allows those shortcuts in the World too (in addition to TextMorphs).Defines a few convenience shortcuts (insert ifTrue: ....)
SqueakMap squeak

Services-OB

Allows OmniBrowser to use browser services(class menu, method menu code pane menu).So you can use Refactorings, Navigation, SLint and BrowseUnitservices if you have them installed. Depends on services-baseand omnibrowser
SqueakMap squeak

Services-RB

Defines the refactorings as Services, so that they can be used in a wider number of places.Hopefully all browsers (this is the case for all standards browsers).Install Services-OB or Services-Whisker to have them in those Browsers. Depends on the RB …
SqueakMap squeak

Services-Whisker

Services for whisker. With this you can use (if you installed the packages) : There are still a few problems in this release for keyboard shortcuts, but menusworks well.
SqueakMap squeak

setup

This offers some support to store and use a script for setting up the Squeak image.
SqueakSource squeak

Seuss

Seuss is a Dependency Injection framework, not dissimilar to Google's Guice, but for Smalltalk.Install Seuss:Gofer it squeaksource: 'phexample'; package: 'Phexample'; squeaksource: 'Seuss'; package: 'Seuss'; load
SqueakSource squeak

Sextant

Sextantis a Seaside2 application which serves SVG clients.The project's homepage is-here.Great news! Dan Ingalls and his team created a Morphic GUI which runs on SVG clients, find it-here.
SqueakSource squeak

SFR

Goal of this project is describe open fundraising system on squeak. It tend to have low entry barrier. I.e., it should be quite easy to install it for begginers - with minimum of functionality, of course. As your experience and …
SqueakSource squeak

SGrid

Working on lots of business apps and using the ODBC for Squeak package it became clear that we needed a morphic grid. I couldn't find one so I worked one up here. This is just a few hours of work …
SqueakMap squeak

SGrid

A morphic grid for Smalltalk anyone?Working on lots of business apps and using the ODBC for Squeak package it became clear that we needed a morphic grid. I couldn't find one so I worked one up here. This is just …
SqueakSource squeak

Shapes

NOTE: uptodate versions of this package are on SqueakSource!Adds classes representing ESRI shapefiles. Commonly used types are handled: Polygon, Polyline, Point and MultiPoint shapes. Shape data are read from files and simply kept as-is in ByteArrays in ShapeMap objects, or …
SqueakMap squeak

shapes

Reading and writing GIS data in ESRI's Shape file format. For displaying a Shape (as Form) the DBF file format and ColorLegend packages are required (to be found on SqueakSource)
SqueakSource squeak

SharedStreams

SharedStreams introduces SharedBufferStream and SharedBidirectionalStream. SharedBufferStream is like a SharedQueue (FIFO) but for a stream ofbytes/characters instead of separate objects. It can be used as a "socket"between Squeak processes in order for them to communicate with a streamprotocol. A SharedBidirectionalStream …
SqueakMap squeak

ShooterGame

ShooterGame exercise as described in Turning a Fun Project into Lessons: Programming a Space Shooter in Squeak/Smalltalk, Scott Gibson
SqueakSource squeak