819 packages — page 21

QC

This package aims to help package maintainers with quality control. It starts out simple, but will almost certainly grow into something useful :)
SqueakMap squeak

QuA Component Middleware

This package contains a work-in-progress implementation of QuA, a Quality-of-Service (QoS) Aware component middleware architecture. Like any middleware, this implementation provides a high-level interface to access system services such as remote communication. The primary goal of QuA is to support …
SqueakMap squeak

QuA QRMI

This package contains a proof of concept remote protocol for the QuA Component Middleware platform. It depends on the following packages:QuA Component Middleware (0.1)KOMServices (1.0)
SqueakMap squeak

QuA Test Components

Separated from the QuATests package as there was some notion that the same components may be reused by multiple tests, or perhaps not needed at all.
SqueakMap squeak

QuA Tests prototype

This package contains test suites that demonstrate minimal functionality of the QuA Component Middleware. Depends on the following packages:QuA Component MiddlewareQuA QRMI
SqueakMap squeak

Quaternion

This class library add the ability to handle Quaternion as easily as Complex numbers. They can be formed with real and unreal part same as Complex:1 + 3 i - 2 j + 1 k Quaternion can do arithmetic (non …
SqueakMap squeak

Quinto

SqueakMap squeak

Quotes

A simple package that displays Quote/Author pairs in a window. The quotes are displayed sequentially or in a random order. The speed of the display is adjustable via a slider.
SqueakMap squeak

Raspberry Pi GPIO SUpport

The Raspberry Pi has a useful set of gpio pins to which we can attached a wide range of devices, inputs and sensors. This package provides support for many of them. The original version was written by Doug McPherson to …
SqueakMap squeak

RayTracing

A quick port of David Buck's raytracing package for VW. See http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&entry=3243310836for more info. RayTraceExamples example1 This will take a bit of time...
SqueakMap squeak

Redundant1

A personal experiment in Project-based documentation. HTTP and Project linkswithin GeeMails contained in a Book packaged with a changeSet in a Project.
SqueakMap squeak

Refactoring Browser for 3.2

See more information in the general Refactoring Browser package.
SqueakMap squeak

Refactoring Browser for 3.4/3.5

The Refactoring Browser is a variant on the class browser which automates common operations that people do (change the name of a variable) to modify the design of code (extract a portion of a longish method into it's own method) …
SqueakMap squeak

Refactoring Browser for 3.7

This is the Refactoring Browser for 3.7
SqueakMap squeak

Refactoring Browser for 3.8

This is the Rb for 3.8. This contains the RB parseTrees and RB Parser, the refactory Engineand a subclass of browser. changes:- uses AppRegistry.
SqueakMap squeak

Refactoring Engine

This is the Refactoring Engine. (It's the Refactoring Browser without the Browser and AST).(Actually, this first version will come with the Browser, but it will be removed soon) This depends on package AST, and it needs Squeak 3.9.For 3.8, install …
SqueakMap squeak

Refactoring Tools

Refactoring tools functionality integrated directly into Squeak's modern browsers.
SqueakMap squeak

ReflectiveDesigns

http://homepages.cwi.nl/~ralf/rd/http://homepages.cwi.nl/~ralf/rd/paper.pdf We render runtime system adaptations by design-level concepts such that running systems can be adapted and examined at a higher level of abstraction. The overall idea is to express design decisions as applications of design operators to be carried …
SqueakMap squeak

ReflectiveTesting

This is a simple package that requires SUnit, Lint, and the Refactoring Browser. It is meant to aid in testing your design via SUnit. It also includes a few metrics that can be run complete with results. If you have …
SqueakMap squeak

Registries

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) This is a pretty simple class to let us do registries a little bit more flexibly than the current systems that …
SqueakMap squeak

Regular Expression Plugin

This package is extensively documented, and comes with a large test suite. From the comments in the package: Regular expressions are a language for specifying text to ease the searching and manipulation of text. A complete discussion of regular expressions …
SqueakMap squeak

RemoteBroadcastingToolkit (RBT)

RBT (Remote Broadcasting Toolkit) is a very simple toolkit for writing UDP applications. RBT is suitable for sending small data (less than 1024 bytes) lightly. Features:- Very small footprint, no prerequisites.- Both peer-sending and broadcasting are supported.
SqueakMap squeak

RemoteFrameBuffer

Provides RFB (VNC) server and client, written entirely in Squeak.Both server and client implement a superset of the latest (version3.3.7) RFB protocol published by RealVNC.com (with extensions tosupport local cursor handling in the popular TightVNC client). The server transmits (or …
SqueakMap squeak

RemoteMessagingToolkit (RMT)

Toolkit itself can be used for doing simple RPC.You can subclass connector(client) and acceptor(server) forcustomized behavior. Prerequisites: KomServicesNOTE: If you fail to install KomServices to Squeak 3.7, try KomHttpServer instead, which includes KomServices.
SqueakMap squeak

RepeatTimesMorphicTile

A tile for etoys scripting that gives the same functionality as the Smalltalk timesRepeat: selector.
SqueakMap squeak