1844 packages — page 42

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

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

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

OmniBase

OmniBase is a portable (Dolphin, VAST, VW and now Squeak) Object Database.It has everything you need (good concurrency support, large collections,etcetera) and has been in use at many production sites for quite some time. The version distributed here is a …
SqueakMap squeak

OmniBaseUnix

This patch to OmniBase allows locking of files outside the image in Unix/Linux systems, allowing collaborative work between many Squeak instances. This project is fully operational, but untested, any feedback will be appreciated.
SqueakSource squeak

OmniBrowser

OmniBrowser is a ground up rewrite of the classical system browsers providedin Smalltalk. It's designed to be flexible and extensible, so as to encourageexperimentation with new types of development tools, language extensions,and runtime environments. It features modern refactoring support.
SqueakMap squeak

Oondir

This is my first project on SqueakSource created with the sole intention of learning how to manage projects using this facility.
SqueakSource squeak

OOP_HW3

Advanced squeak
GitHub squeak

OOP-EX3-Advanced_Squeak

GitHub squeak

OOP3

Advanced Squeak
GitHub squeak

OpenCL

OpenCL bindings for Squeak. For more details, see: https://sites.google.com/site/schwaj/home/opencl-binding-for-squeak
SqueakSource squeak