1844 packages
— page 49
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
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
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
See more information in the general Refactoring Browser package.
SqueakMap
squeak
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 the Refactoring Browser for 3.7
SqueakMap
squeak
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
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 functionality integrated directly into Squeak's modern browsers.
SqueakMap
squeak
Monticello package from rb repository
Lukas Renggli Source
squeak
Monticello package from rb repository
Lukas Renggli Source
squeak
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
The Refactoring Browser for Squeak This is the one used in 3.8. For 3.9 onwards, look at "Refactoring Engine".
SqueakSource
squeak
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 …
SqueakMap
squeak
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
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
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
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
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
A tile for etoys scripting that gives the same functionality as the Smalltalk timesRepeat: selector.
SqueakMap
squeak
Provides telnet access to a simple evaluate-print loop. Use "REPLServer startOn:". The default password is "squeak". Requires KomServices.
SqueakMap
squeak
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
This is a Project named "Richard's Geemail Example" that Alan Kay posted to Bob's SuperSwiki.
SqueakMap
squeak
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