819 packages — page 19

OSProcess

OSProcess provides access to operating system functions, including pipes and child process creation. It is implemented using pluggable primitives in shared library (.so file) for Unix or Linux, and a DLL for Windows. The Smalltalk code, including the classes which …
SqueakMap squeak

OSProcessPlugin

OSProcessPlugin (OSPP) provides access to Unix/Linux and Windows operating system functions. OSPP is used by OSProcess for low level system access. Stub classes are provided for other operating systems (porting assistance welcome). OSProcessPlugin contains the complete source code for the …
SqueakMap squeak

OTAR

The OTAR application is designed to enable recording of Over The Air broadcasts of television signals using a stream capture device connected to an antenna and the users local network via a router. It is an experiment in cross-platform application …
SqueakMap squeak

Othello

SqueakMap squeak

Over The Air

Communicates with AT-compatible GSM modem/phone via serial/USB port. Sends and receives PDU-encoded SMS (most phones can handle only PDU-encoded ones). Has a simple Web API to controll the state and monitor incoming/outgoing queues. Custom SMS types for recognition can be …
SqueakMap squeak

PackageInfo

Provides a mechanism for categorizing Squeak code by means of a simple naming convention. Used mainly by versioning systems and analysis tools.
SqueakMap squeak

PackageInfo-Exporters

SqueakMap squeak

PackageInfo-Extras

SqueakMap squeak

PaneResizerMorph

PaneResizerMorph lets you resize two adjacent submorphs within any owner morph by dragging their common border with the mouse. By default, a PaneResizer is invisible ('transparent') and makes itself be noticed by changing the mouse cursor on 'fly over' indicating …
SqueakMap squeak

ParenBlinking

Matches [({ braces, and swaps the meaning of enter and ctl-enter. Has only been tested in Morphic.
SqueakMap squeak

Pathnames Enhancement

SqueakMap squeak

PDAMorph

The PDA from Squeak, it has been moved here as part of the big cleanup in 3.9
SqueakMap squeak

PDFReader

Beginnings of a PDF file reader.Use at your own risk.General usage:inspect (PDFReader new scan: (FileStream readOnlyFileNamed: 'Festplatte:Docs:pdf:PDFSPEC13.PDF'); xrefSectionAndTrailer)inspect the "Root" entry in that dictionary.execute "PDFPageMorph new page: (self pageAt: 1); openInWorld"to see the first page
SqueakMap squeak

Persistence

Persistence is a Object to Relational database mapping tool. Currently works with 1.11 of the Mysql Driver. See PersistenceTest class comment for a tutorial and examples.
SqueakMap squeak

Personal SqueakSource

Installation for Personal SqueakSource.Used to host source.squeak.org.See homepage.
SqueakMap squeak

PerspectiveS

PerspectiveS introduces dynamic layers of behavior into the Squeak environment. It was inspired by the layers idea of the PIE system. The main difference between the two systems is that while PIE simultaneously offers alternative designs to developers within their …
SqueakMap squeak

Phexample

The new black in unit testing. Because well designed tests expand on one another.
SqueakMap squeak

Phi Monte Carlo

Read http://code.google.com/p/pi-monte-carlo/
SqueakMap squeak

Photos Publisher

Creates a web site from a folder of pictures. You select a folder full of pictures you want to include on your web site, then select the output folder where your web site contents will be generated. The photos publisher …
SqueakMap squeak

PieChartMorph

SqueakMap squeak

Pier

SqueakMap squeak

Pier Unix Security

SqueakMap squeak

Pipes Games

Squeak Pipes Game is a little experiment I did to draw some graphics with Morphic and then use them in a game. It's using a lot of the framework/ideas from the Electricity Game with some new animation. Seehttp://squeak.preeminent.orgfor more details …
SqueakMap squeak

PLM Refactoring Forever

It is a refactoring of LargeLists changes introduced from 3.7a-5707.This patch can be loaded to 3.7a-5707 or later versions.What I have done are: (See PLMSimpleTestModel example methods).
SqueakMap squeak

Plot Morph

Morph to draw XY plots. See the methods testXXX in the class side. Try with:PlotMorph test.PlotMorph test2.PlotMorph test4.PlotMorph testWithReferences.
SqueakMap squeak