45320 packages — page 1340

Sound

This set of packages makes upSqueakland's Etoys image. We intend to bring them closer to the Trunk release so eventually we can share a code base.You need at least anEtoys 4.1 dev image. Then load updates. Use Monticello to commit …
Squeak Trunk squeak

Sound

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

Sound

This set of packages makes upSqueakland's Etoys image. We intend to bring them closer to the Trunk release so eventually we can share a code base.You need at least anEtoys 4.1 dev image. Then load updates. Use Monticello to commit …
Squeak Trunk squeak

Sound

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

Sound

This set of packages makes upSqueakland's Etoys image. We intend to bring them closer to the Trunk release so eventually we can share a code base.You need at least anEtoys 4.1 dev image. Then load updates. Use Monticello to commit …
Squeak Trunk squeak

Sound

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

Sound

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

Sound

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

Sound

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

SpaceWar

SqueakMap squeak

Spare Widgets

These are some random (very raw) Morphic widgets. Mainly they are here because Trike depends on them (vs. because they are ready for public consumption).
SqueakMap squeak

Speech

This is the speech package that is present in Squeak images up to and including Squeak 3.9. It is packaged here to make it available as a MC package, and allow the VMMaker package to access the Speech shared pool …
SqueakSource squeak

spelling-correction

A spelling correction algorithm that can identify and fix spelling mistakes
GitHub pharo MIT

spider-gittest

Test repository for the Smalltalk source graph
GitHub MIT

Spiral

This is a rewrite of BookMorph. Not all the functionality is here yet, but I'm publishing it because Trike depends on it.
SqueakMap squeak

SPL PDF Library

Write PDF files directly from within Squeak using the PDF Library. The latest version has support for text, lines and TIFF images. The library was developed and extended at SPL WorldGroup for specific projects, and does what was needed for …
SqueakMap squeak

SplitJoin

Split and Join of the split and join projects by Keith, Damien and Oscar.See also:Ruby ShardsMantis page for Join
SqueakSource

Sport

SqueakMap squeak

Spotify-Smalltalk-Lucia-Oses

Spotify Smalltalk Lucia Oses Metodologias Programacion II
GitHub

Spread Group Communications Plugin

This is a Plugin and supporting classes to allow Squeak to work withthe Spread (http://www.spread.org) group communications system. It is designed so that you can have background threads waiting forincoming messages without blocking all of Squeak. I have only written …
SqueakMap squeak

Spy

A flexible and open framework for designing and implementing program monitor. The default package comes with type extractor, code profiling and code coverage.For Pharo >= 1.4:Gofer new squeaksource: 'Spy'; package: 'ConfigurationOfSpy'; load. (Smalltalk at: #ConfigurationOfSpy) project lastVersion loadFor Pharo 1.3:Gofer …
SqueakSource pharo

SpyWare

SpyWare is the research prototype I implement for my PhD. The goal is to monitor the very fine-grained evolution of a program by monitoring the developer's actions in the IDE (hence the name "SpyWare"). Traditional approaches analyse evolution by using …
SqueakMap squeak

SqCVS

NOTE: This code is not maintained anymore and IMHO not interesting since CVS and its pserver protocol must be totally uninteresting these days. SqCVS is a clean implementation of the CVS pserver protocol in Squeak. It is written on top …
SqueakMap squeak

SQLAnalyzer

Interaction with Microsoft SQL Server
SqueakSource

SQLite

Requires the FFI plugin and the sqlite shared library, fromhttp://www.hwaci.com/sw/sqlite . Provides SQLiteConnection: db := SQLiteConnection fileNamed: 'test.db'.arrayOfDicts := db executeQuery: 'SELECT * FROM foo'.
SqueakMap squeak