362 packages — page 12

rb

This repository contains the AST and Refactoring Engine by Don Roberts and John Brant, as well as several extensions by Lukas Renggli.Note, this repository only contains model code. The packages here do not and are not supposed to provide a …
SqueakSource

RBParsers

some extensions to the RBParser in Pharo
GitHub pharo

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

Reflection/List properties

Rosetta Code

ReflectionExperiments

SmalltalkHub

ReflectionUsesExperiment

This is a browser for reflective methods uses and assessing their relevance
GitHub

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

ReflectiveTest

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 …
SqueakSource

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

Reflectivity

SqueakSource

Reflectivity

SmalltalkHub

Reflectivity-Bench

Simple Benchmark for MetaLinks
GitHub

Reflectivity-Flatteners

New experimental implementation of Reflectivity based on pure ast manipulation
GitHub MIT

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

Requires

Originally this was part of the Traits package in Pharo. Implemented by Nathanael Schaerli.
SqueakSource pharo

RFB

Provides RFB (VNC) server and client, written entirely in Squeak. Both server and client implement a superset of the latest (version 3.3.7) RFB protocol published by RealVNC.com (with extensions to support local cursor handling in the popular TightVNC client).
SqueakSource squeak

Roassal-Extensions

SmalltalkHub

Roassal3

Roassal3 is a port of Tom Beckman's work on github https://github.com/tom95/Roassal3 Which is a branch of pharo's Roassal3 https://github.com/ObjectProfile/Roassal3 Which appears to be an extension of the work of Alexandre BergelJuan Pablo Sandoval A., Vanessa Pena, Alexandre Bergel and Tudor …
SqueakSource pharo

RoassalExtension

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

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

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

Sanitize

Sanitizeis awhitelist-basedsanitizer.Applicability:Typical usage is sanitizing user comments in sites, blogs or social applications. Could also bring some peace of mind if it's used in all the application's input (like we do atflowingforairflowingand all our apps).You send toSanitizea raw piece of …
SqueakSource

SASExtensions

SmalltalkHub

ScopedExtensions

SmalltalkHub