1844 packages — page 49

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

Reef

AJAX/Javascript framework for seaside. Documentation, tutorials, etc. can be found at:Home PageTo load Reef:Gofer it squeaksource: 'Reef'; package: 'ConfigurationOfReef'; load. "Use this if you already have Seaside30 and JQueryWidgetBox installed" ((Smalltalk at: #ConfigurationOfReef) project version: #bleedingEdge) load. "This loads everything, …
SqueakSource 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

Refactoring-Squeak-Platform

Monticello package from rb repository
Lukas Renggli Source squeak

Refactoring-Squeak-Platform

Monticello package from rb repository
Lukas Renggli Source squeak

RefactoringEngine

Note:This repository is obsolete. Please refer tohttp://www.squeaksource.com/rbfor the latest code.The refactoring engine of the old RB. This does not include the AST. This needs Squeak 3.9.
SqueakSource squeak

Refactory

The Refactoring Browser for Squeak This is the one used in 3.8. For 3.9 onwards, look at "Refactoring Engine".
SqueakSource 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

REPLServer

Provides telnet access to a simple evaluate-print loop. Use "REPLServer startOn:". The default password is "squeak". Requires KomServices.
SqueakMap squeak

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

Richard's Geemail Example

This is a Project named "Richard's Geemail Example" that Alan Kay posted to Bob's SuperSwiki.
SqueakMap squeak

Rikaiko

RDF is an essential part of the new web technologies and a fundamental layer of the semantic web and of the Web 2.0 . Smalltalk, notably thanks to Seaside, has proven its usability in the new web technologies area. The …
SqueakSource squeak