915 packages — page 24

NewTools-Finder

New implementation of the Pharo Finder in Spec2
GitHub pharo MIT

NuScratchGPIO

This is an add-on for the NuScratch package that provides a RaspberryPi specific GPIO server which works alongside the Scratch mesh network server; either or both can be used at any time. This code is MIT licensed. You also need …
SqueakSource squeak

OB-Inspector

Monticello package 'OB-Inspector' in the omnibrowser repository at source.lukas-renggli.ch. Latest OB-Inspector-dc.4.mcz; 4 versions.
Lukas Renggli Source

OB-Morphic

Monticello package 'OB-Morphic' in the omnibrowser repository at source.lukas-renggli.ch. Latest OB-Morphic-lr.168.mcz; 95 versions.
Lukas Renggli Source squeak

OB-Morphic

Monticello package 'OB-Morphic' in the unsorted repository at source.lukas-renggli.ch. Latest OB-Morphic-lr.70.mcz; 1 version.
Lukas Renggli Source squeak

OB-Tests-Morphic

Monticello package 'OB-Tests-Morphic' in the omnibrowser repository at source.lukas-renggli.ch. Latest OB-Tests-Morphic-lr.32.mcz; 14 versions.
Lukas Renggli Source squeak

ObjectBrowser

A GUI-Tool to teach Object Oriented principles beginning with pseudo-prototypes. It's used in Universidad Tecnológica Nacional, Buenos Aires, Argentina.
SqueakSource

ObjectFinder

A new object inspector for Squeak based on OmniBrowser. Why Finder ? Because you can explore your object like in the OS X Finder ! This tool permits to explore easy an object and its linked objects (and their linked …
SqueakSource 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

ObjectModules

A proof of concept to try store objects (specially code) in modules in separate files, by writing them to disk in (almost) the same way they are stored in memory.
SqueakSource

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

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

OpenApi-Spec

SmalltalkHub

OpenDHTClient

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

OpenGL

This is the OpenGL part of Croquet which provides FFI to OpenGL functions. The special () syntax from Croquet is removed to allow loading into Squeak.
SqueakSource squeak

OpenGLSpecs

This package is a tool for parsing and analyzing the OpenGL spec files.
SqueakSource

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

OpenPonkRoassal2

Roassal2 extensions from OpenPonk
GitHub MIT

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

OPMLParser

A simple OPML parser. The parser conforms to the OPML 2 spec (http://www.opml.org/spec2). Depends on Chronos (http://www.chronos-st.org/) and YAXO (from SqueakMap).
SqueakSource squeak

OSCClient

Open Sound Control for Squeak. Includes Server and Tests, but no GUI anymore.
SqueakSource squeak

OSWindow-Bloc

SmalltalkHub

P2P

this project is about harvesting the P2P communication framework of the DGV project - aim to provide a framwork for Pharo - first steps: make it run under Pharo 1.3 locally - add test cases for remote tests - refactor …
SqueakSource pharo

PacketStudio

Packet Studio analyses TCP/IP protocol traces from pcap files. Similar to Ethereal but targetted towards specific high-level analysis, initially taking in pairs of captures from each endpoint of a TCP connection and graphing the flow of packets to show delay …
SqueakSource