362 packages
— page 12
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
some extensions to the RBParser in Pharo
GitHub
pharo
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
This is a browser for reflective methods uses and assessing their relevance
GitHub
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
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
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
Simple Benchmark for MetaLinks
GitHub
New experimental implementation of Reflectivity based on pure ast manipulation
GitHub
MIT
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
Originally this was part of the Traits package in Pharo. Implemented by Nathanael Schaerli.
SqueakSource
pharo
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
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
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
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 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
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