1142 packages — page 37

RoassalCompositeLayout

SmalltalkHub

RoassalExploraBuilder

SmalltalkHub

RoassalExtension

SmalltalkHub

RoassalOrangeDatathon

SmalltalkHub

RoassalPdfExporter

SmalltalkHub

RoassalPdfExporter2

SmalltalkHub

RoassalProposals

SmalltalkHub

RoassalPrototypes

SmalltalkHub

RoassalSeaside

SmalltalkHub

RoleS

RoleS is an experimental extension of Squeak for role modeling. It builds on AspectS. One of the interesting properties of RoleS is that when one or more roles are added to an instance, the instance's identity does not change (no …
SqueakMap squeak

Rome

Rome is a vector graphics framework supporting various backends. One of the backends is a plugin that currently uses Cairo for rendering.Rome is distributed under the MIT License:Copyright (c) 2006 Viewpoints Research Institute and ContributorsPermission is hereby granted, free of …
SqueakSource

RotaryDialMorphs

Rotary dials are good for displaying some kinds of data. Temperature, pressure, voltage, stuff like that. This package provides a generic foundation class along with several data specific subclasses for temp. humidity, air pressure and compass heading. Any morph can …
SqueakSource squeak

RS3Benchmarks

Benchmark suites to profile performance of Roassal3
GitHub MIT

RTPDFExporter

PDF exporter for Roassal2 with Artefact from pharo-contributions
GitHub pharo

RunCautiously

Highly experimental code to limit the iterations of suspect code. Useful for debugging code that can kill an image, such as UI.
SqueakSource

Safara

DescriptionSafarà is an add-on component for Squeak whose mission is to create an editor at the level of the great Squeak IDE and the traditional ones, like TextMate, Eclipse and Emacs.FeaturesHighly configurable and customizable using Smalltalk code or a graphical …
SqueakSource squeak

SampleImageViewer

A simple image-viewer application, demonstrating how to code a Morphic application, how to access the filesystem, how to manipulate images, and how to manage a multi-threaded application. Version 1 required a couple of newish features (String>>startsWith: and Collection>>select:thenDo:), so I've …
SqueakSource squeak

Sandcastle

since the latest discussion on Seaside showed that we should make the overall experience to work with the framework a little bit easier and help newbies with tutorials, docu and examples. I think this is the main problem compared to …
SqueakSource squeak

SandstoneDb

SandstoneDb is a lightweight Prevayler style embedded object database with an ActiveRecord API that doesn't require a command pattern and works for small apps that a single Squeak image can handle. The idea is to make a Squeak image durable …
SqueakMap squeak

ScaffoldingPort

Gerhard Obermann developed this framework on Gemstone. It adds to Seaside & Magritte to give CRUD (create read update delete) functionality out of the box. The GUI is in Scriptaculous. see http://seaside.gemstone.com/ss/ScaffoldingGS.html and http://vimeo.com/2231019 Ported for Pharo by Stan Shepherd …
SqueakSource pharo

Scheduler

An easy-to-use task scheduler that can run arbitrary blocks: * Every so often (e.g. every hour starting now)* Daily at a given time* Periodically starting at a given time (e.g. every other hour starting a noon)* Per a provide schedule …
SqueakMap squeak

Scheduler

An easy-to-use task scheduler that can run arbitrary blocks:Every so often (e.g. every hour starting now)Daily at a given timePeriodically starting at a given time (e.g. every other hour starting a noon)Per a provide schedule (e.g. using Schedule instance you …
SqueakSource squeak

Scratch Lists

This package adds list support to MIT Scratch v. 1.2.1. After you file in this changeset you will be able to create user-lists and programm them in Scratch with custom command blocks and reporter blocks. You can find some documentation …
SqueakMap squeak

Scratch Options

a small changeset for Scratch v.1.2.1 with an improved editing feature: Right clicking on any command block will add options to the pop-up menu to turn the current block into a similar one of the same category, without having to …
SqueakMap squeak

ScratchPatchXML

This change set enables Scratch to export scripts (block stacks) into an xml format, and to import scripts from xml files. Once this change set is filed in, you will get an additional menu entry in the right button blocks …
SqueakMap squeak