24394 packages — page 590

ObjectsAsMethods

Nothing for the faint-hearted. This package is a VM modification which allowsarbitrary objects to 'act' like CompiledMethods. In other words, if you wantto have some object to act like a method you merely add it to the appropriatemethod dictionary, like …
SqueakMap squeak

ObjectsAsMethodsWrap

Based on ObjectsAsMethods fromAndreas Raab, this should become a fast coverage browser for Squeak.
SqueakSource squeak

ObjectTools2018

An update of the BabySRE tools (http://wiki.squeak.org/squeak/2550) for Squeak 5.2. Contains currently the ObjectInspector. Relicensed as MIT by permission of Trygve Reenskaug [1]
SqueakSource squeak

objetos1model

SqueakMap squeak

objetos1modelUNLP

SqueakMap squeak

OCompletion

SqueakMap squeak

Ocompletion

You might want to read aboutSqueak's Community Development Model. If you are not a core developer here is where you can submit suggested changes to Squeak. This repository is open to all reasonable submissions.Tests are always appreciated.Once a package is …
Squeak Trunk squeak

OcompletionSqueakCompatibility

You might want to read aboutSqueak's Community Development Model. If you are not a core developer here is where you can submit suggested changes to Squeak. This repository is open to all reasonable submissions.Tests are always appreciated.Once a package is …
Squeak Trunk squeak

OcompletionSqueakCompatibility

You might want to read aboutSqueak's Community Development Model. If you are not a core developer here is where you can submit suggested changes to Squeak. This repository is open to all reasonable submissions.Tests are always appreciated.Once a package is …
Squeak Trunk squeak

Octopus Patches

This is a collection of random changes that seemed like a good idea at the time. Probably nobody but Trike cares about this.
SqueakMap squeak

octopus-patches

Patches to Squeak to support Trike; obsolete.
GitHub squeak MIT

ODBC for Squeak

Very simple framework for ODBC support in Squeak. Use FFI to talk to ODBC32.dll, no other DLL is necessary. It works in Windows and in Unix.
SqueakMap squeak

ODBCEnh

Enhancements to the ODBC package from Diego Gomez Deck. The enhancements are as follows:DSN-less connection string supportSimpler access to result sets with a single message named "run" that takes an SQL statement and returns a subclass of OrderedCollection. See ODBCConnection>>run:ODBCResultTable …
SqueakSource squeak

ODBCEnh

Enhancements to the ODBC package from Diego Gomez Deck. The enhancements are as follows: * DSN-less connection string support* Simpler access to result sets with a single message named "run" that takes an SQL statement and returns a Collection of …
SqueakMap squeak

ODE

ODE is a open source dynamics engine developed by Russell Smithhttp://www.ode.org. This package provides three layer interfaces for the ODE library.Etoy layer - You can make different kind of dynamics project from just simple objects - hinge and force field.Class …
SqueakSource squeak

ODECo

ODE plugin and etoy interface
SqueakMap squeak

OggVorbis

A pure smalltalk port of the Ogg-Vorbis decoder. It works (just) but is EXTREMELY ugly code. Refactoring is neccesary.It runs VERY slowly and it is not really usable at the moment. There will be cases that it cannot decode and …
SqueakMap squeak

OGRPNCalculator

Seaside Reverse Polish Notation Calculator tutorial from the Squeak by Example book.
SqueakSource squeak

OLLO

Squeak Rtoys for OLLOA robot programming environmentWith a simple robot simulator on the Squeak WorldSupport for state-based programmingUser programs run onOLLO robots by Robotis
SqueakSource squeak

OLPC-Display

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

OLPC-Display

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

OLPC-Display

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

OLPC-Display

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

OLPC-Display

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

OMeta

OMeta is a new object-oriented language for pattern matching. It is based on a variant of Parsing Expression Grammars (PEGs) which we have extended to handle arbitrary kinds of data. OMeta's general-purpose pattern matching facilities provide a natural and convenient …
SqueakMap squeak