819 packages — page 18

NumberPrinter

Provide the ability to print numbers (floating point for the moment) under versatile format: Provides usual printf like options like controlling layout width, forcing sign, padding left with zeroes, etc...
SqueakMap squeak

NuScratch

This package is derived from the original Scratch 1.4 source release by MIT. The original code is subject to the "Scratch Source Code License" (google it!) and the improvements that make it able to run on a modern Squeak image …
SqueakMap squeak

NuScratchGPIO

SqueakMap squeak

OBJCroquetBuilder

An OBJ file (Alias/Wavefront) importer for Croquet.
SqueakMap squeak

ObjectAsMethodWrapper

One time and counting method wrappers are implemented.No safety nets yet, so handle with care- save often and early and do not use on kernel methods like Arrays etc...
SqueakMap squeak

ObjectInspector

The SRE Object Inspector gives you a snapshot of a single object with its identity, state, and behavior. You can edit its state as in a Squeak Inspector and its behavior as in a class Browser. The class hierarchy is …
SqueakMap squeak

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

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

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 support* Simpler access to result sets with a single message named "run" that takes an SQL statement and returns a Collection of …
SqueakMap 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

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

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

OpenDHTClient

A simple OpenDHT (http://www.opendht.org/) Client. Client API is described here:http://www.opendht.org/users-guide.html
SqueakMap squeak

OpenOffice Importer

Squeak is the new media. To be the new media Squeak has to give us the option to convert a lot already created documents. OpenOffice is an open source project and its format is well specified and it's based on …
SqueakMap squeak

OpenTypeViewer

This is the first release of a morphic tool that is used to explore the contents of.ttf and.ttc files. Not all features of OpenType fonts are supported, but the program can be used on a 'better-than-nothing' base.
SqueakMap squeak

OperaORB

OperaORB provides very simple API for distributed computing.You can send messages to local/remote objects in transparent way. OperaORB runs on not only well-known HTTP, but also SQTP, a Squeak specificbinary transport protocol. SQTP is extremely fast in bulky objects sending,but …
SqueakMap squeak

OperaORB-native

OperaORB-native is a lightweight ORB. It serves as a wrapper of messaging layers (currently SOAP and RMT)to provide very simple API for distributed computing. You can send messages to local/remote objects in a transparent way. This version is for RMT. …
SqueakMap squeak

OrderPreservingDictionary

This package has ordered dictionary classes that behave like OrderedDictionary and OrderedIdentityDictionary in Pharo, but are portable to Squeak and Gemstone, and other ordered dictionary classes needed by XMLParser and XMLWriter. For additional info and examples: http://montyos.wordpress.com
SqueakMap squeak

OSC

OSC (Open Sound Control) for Squeak.One can remote control supercollider and other sound generators implementing OSC using UDP.Also Squeak can be remote controlled by e.g. Puredata or Eyesweb.Tests are included
SqueakMap squeak