1869 packages — page 5

BogusInfo

Monticello package from omnibrowser repository
Lukas Renggli Source pharo

BogusInfo

Monticello package from omnibrowser repository
Lukas Renggli Source pharo

BreakOut

I designed this breakout slowly refactoring it step by steps because it was part of a book on OOP but I'm thinking to cancel this book and putting a draft on the web. This is the final version of the …
SqueakMap squeak

Breakpoint Support

Breakpoint support - add's a "toggle breakpoint" for methods in themethod pane of the standard browsers. This is very usefull for debugginga method without manually putting a "self halt" into it.(note that the menue does not appear in the Refactoring …
SqueakMap squeak

Browser Booster

Browser Booster is a set of services improving your developer experience in squeak. It enhances every browser with: YOU MUST INSTALL THESE PACKAGES FIRST:
SqueakMap squeak

BrowserBooster

Browser Booster is a set of services improving your developer experience in squeak. It enhances every browser with:refactoringsunit test supporthistory navigation (previous/next browsed methods)remembering and keeping track of unsaved methodshypertext navigationenvironments to narrow down senders and implementorsquick access to any …
SqueakSource squeak

BrowserExample

a package browser
SqueakSource

BrowserInheritanceIcons

I can't remember the color codes of the inheritance button in the browser. The balloon description does not help too much, because I don't know how mauve or tan are supposed to look like. And I think even synaesthetic people …
SqueakMap squeak

BrowseUnit

This package adds a few buttons to the browsers in order to have a betterintegration of unit tests during class developpement. It enables you to easilyswitch back and forth from a class and it's unit test, allowing the same thinga …
SqueakMap squeak

BrowseUnit

Set of services easing unit test integration and manipulation in most browsers.
SqueakSource

CampSmalltalkLondon

Sample code used in Camp Smalltalk London 17/7/2010 to teach Smalltalk. The code is a small Seaside app which takes a live feed of transport data http://www.highways.gov.uk/rssfeed/SouthEast.xml, parses the data and provides a number of different renderers. The aim isn't …
SqueakSource

CassandraClient

Depends on Thrift. Not what you get if you run thrift yourself! Reflection limited message needed refactoring as it was over 1K of bytecode, making Squeak complain. Underscores in message names have been stripped. I have added "FB" prefixes on …
SqueakMap squeak

CassandraClient

CassandraClient depends on Thrift. Cassandra (http://code.google.com/p/the-cassandra-project) client bindings for Squeak. Not what you get if you run thrift yourself! Reflection limited message needed refactoring as it was over 1K of bytecode, making Squeak complain. Underscores in message names have been …
SqueakSource squeak

CatalogBrowser

SmalltalkHub pharo

Categorical SM Package Loader

A slightly more elaborate Squeak Map package browser and loader, aiming to hit the sweet spot in UI goodness between SMLoader and the original Package Browser. NOTE: This has now (December 1, 2006) been folded into the main SqueakMap Package …
SqueakMap squeak

Chaski

Chaski is a tool for visualizing the execution of an object oriented program, showing the interaction between objects through messages exchanged between them, in the order they occur. This visualization helps to: understand the current behavior of the software, find …
SqueakSource

Chronology classes

Introduces the ANSI DateAndTime and Duration classes.Refactors existing Date,Time and TimeStamp classes for backward compatibility. Supports arbitary Timespan classes, including Year, Month, Week, Date.Support for arbitary Schedules.See homepage for examples. Tested on 3.6 gamma, latest update 5420. Included in the …
SqueakMap squeak

Chuck

Chuck is a type inferencer for Squeak program code. Type inference allows programmers and tools to find the type of a variable or expression in the program. This information is useful directly, and it is also helpful for improving tools …
SqueakMap squeak

ClassboxBrowser

A very first draft of a browser classbox aware
SqueakMap squeak

ClassboxBrowser

SqueakSource

CLInterface

Command Line Interface for pharo. It allows you to execute a pharo image from a console and interact as it is a workspace, executing scripts, storing variables... etc.
SqueakSource pharo

ClosureCompiler-ajh for 3.8

Prerequisites: 3.8a6315, Compiler (version 19) This package adds a closure compiler to the standard Squeak image without replacing the existing compiler. A new 'general' preference called #compileBlocksAsClosures determines which compiler to use for NEW methods only. When true the closure …
SqueakMap squeak

CodeTags

- - - - Please see CodeTags2 where I actually started to use "double-linking" of tags etc. -- Maybe I will later consolidate the two projects into one again. - - - - An attempt to allow tags for your …
SqueakSource pharo

Coverage

This project/tool is also known as "Christo".Based on the prototype developed in "SimpleCoverage". This implementation is flexible/extendible and is compatible with most wrapper/simulation approaches. It allows to transparantly wrap any Squeak "element" (methods, classes, packages, mc-class-extensions, ...). It is still …
SqueakSource squeak

CoverageBrowser

Simulation based coverage testing for Pharo
GitHub pharo MIT