452 packages — page 8

GraphViz

1. You must download and install GraphViz from http://www.graphviz.org for your platform (Win32, Unix, Linux, or Mac OS should be supported). The binaries (e.g. dot, fdp, neato, twopi, dot2gxl) should be in your environment path as well.2. On the Unix …
SqueakMap squeak

gt4cloudflare

Glamorous Toolkit client for Cloudflare's Browser Rendering REST API — render pages, scrape content, extract structured data with AI, discover links, take screenshots, generate PDFs, and crawl websites with GT inspector views.
GitHub

gt4phlow-rs

Integration of phlow-rs with Glamorous Toolkit and ability to render views in GT Inspector
GitHub MIT

GTDebuggerEventRecorder

SmalltalkHub

GTDebuggerPharo4

SmalltalkHub pharo

gtoolkit-chrome

Gtoolkit specific functionality for Chrome Dev Tools access
GitHub MIT

Gutenberg

Pretty-printing algorithm (ported/adapter from Philip Wadler's prettier printer in Haskell). The project includes a pretty-printer for Smalltalk code based on the refactoring browser abstract syntax tree. This project is also available for VW, on the SCG store.
SqueakSource

Hermes

Hermes Encrypted IMAP Email Client is a Tweak-based email client using C libraries (via Canard plug-in) for encrypted email server communication. It can be run as a stand-alone application, or via a web browser (via NPSqueak plug-in). Designed to be …
SqueakMap squeak

Hermes

Hermes IMAP Email Client is a Tweak-based email client using C libraries (via Canard plug-in) for encrypted email server communication. It can be run as a stand-alone application, or via a web browser (via NPSqueak plug-in).
SqueakSource squeak

Hermion

Hermion browser, a new IDE for Squeak.
SqueakSource squeak

HTML+CSS Validating Parser

This is an HTML and CSS parser and DOM that handles rotten HTML and broken CSS quite well. I wrote it to provide validation of web pages and it is the underlying technology behind http://www.badpage.info. The tag nesting and attribute …
SqueakMap squeak

Image Browser

Select an image file in the FileList and choose 'browse squeak image'.Typical usage is to add classes from the class pane menu, then choose 'remove unmodified categories' to delete the identical methods with in the image.
SqueakMap squeak

ImageForDevelopers

This project helps building Squeak images for developers. It installs usefull packages by default (completion, syntax highlighting...). Then, it provides a way to install more packages easily.Images generated by this package can be found at:http://damien.cassou.free.fr/squeak-dev.htmlThe process to generate this images …
SqueakSource squeak

InspectorEnh-ajh

Adds #inspectorClass protocol that #inspect calls to find the appropriate inspector for the receiver. #basicInspect uses a new generic inspector called BasicInspector. CompiledMethods use a new inspector class call CompiledMethodInspector, which display mnemonic bytecode instructions and literals. An inspector will …
SqueakMap squeak

intelliwhisker

Adding some of the IntelliJ goodness to the whisker browser
SqueakSource

Jacaranda

DiagramBrowser is an environment in which the user can view, edit, organize within categories and file-in/out Ned Konz Connectors drawings. DiagramBrowser is the first step of a bigger development that I named Jacaranda. With Jacaranda I attempt to integrate DiagramBrowser …
SqueakMap squeak

JSON

Monticello package 'JSON' in the omnibrowser repository at source.lukas-renggli.ch. Latest JSON-lr.20.mcz; 1 version.
Lukas Renggli Source

Kats

Prerequisites: Runtime Environments, IvapParser (for non Chango VMs) Kats is a transaction service that operates entirely in memory. It allows you to organize the mutations of objects into logical units of work that transition the system from one consistent state …
SqueakMap squeak

Kerala

Kerala is a visualization tools for Squeak that is coupled with SUnit tests.When you a sunit test, a trace is generated. You can visualize this trace using different color maps.A short demonstration:Load Kerala (http://www.squeaksource.com/Kerala)Pick any SUnit (subclass of TestCase) and …
SqueakSource squeak

KomHttpServer

Prerequisite packages: KomServices(which in turn needsDynamicBindingsand, if you are using a pre-3.7-image,Named Process) KomHttpServer is the Comanche web server package. To get a simple web server running, install this package and evaluate the code below. A simple file serving web …
SqueakMap squeak

Large Collections

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) This package adds several classes to Squeak to enable it to better handle collections that contain a very large number of …
SqueakMap squeak

LatestInspector

SqueakSource

LightweightClasses

An Instances Browser which could be used to view or edit instances behavior inside a classic System Browser-like user interface (you will need to have installed the OmniBrowser framework in your image).Preview:InstallationPharo users:Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfInstancesBrowser'; load. ConfigurationOfInstancesBrowser …
SqueakSource pharo

LispKit

a kit for building one's own custom Lisp implementation 1) LispKernel, a minimal Lisp-2 interpreter with- dynamic scoping- all fundamental special forms: let, setq, and, or, if, defun, defmacro ...- 100+ basic functions: list, car, funcall, null ...- catch/throw, unwind-protect- …
SqueakMap squeak

Lockdown

This change set makes it easier to lock down an image for application delivery. By executing:Preferences disableProgrammerFacilitiesfrom your personalized World menu and saving the locked image under a new name, the following features are disabled: * Halos* Meta and Debug …
SqueakMap squeak