1142 packages — page 14

Gtk

The GtkPlugin is an attempt to port Gtk+ GUI in Smalltalk Squeak. Please visit the homepage at: http://squeakgtk.pbwiki.com
SqueakSource squeak

gtoolkit-chrome

Gtoolkit specific functionality for Chrome Dev Tools access
GitHub MIT

gtoolkit-debugadapterprotocol

Gtoolkit specific functionality for Debug Adapter Protocol access
GitHub MIT

gtoolkit-remote-python

Gtoolkit specific functionality for Python integration
GitHub MIT

gtoolkit-webview

WebView element for Bloc
GitHub MIT

GuidedLayout

This set of classes subclass existing Morphic Layout classes and provide a way to make sensible grids, with easily understandable semantics. Several demos are included.
SqueakSource squeak

GuidedLayout

SmalltalkHub

GuilleUtils

useful things to me
SqueakSource

HaltOnce

Simple enhancements adds methods like #haltOnce and #inspectOnce. Uses debug menu to control. See http://squeak.preeminent.org/
SqueakSource squeak

HardwarePeripherals

The Raspberry Pi has a useful set of gpio pins to which we can attached a wide range of devices, inputs and sensors. This package provides support for many of them. NB - since around the beginning of 2023 the …
SqueakSource squeak

HelpCenter

A framework to document your Spec widgets using pragmas.
GitHub MIT

hessian

The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need …
SqueakSource

HeuristicCompletion-Weights

HeuristicCompletion-Weights introduces a new methodology that assigns a specific weight to each feature.
GitHub pharo MIT

HID Plugin

This package can access any device that supports the Human Interface Devices specifications, such as joysticks, graphic tablets, car wheels and remote controls. It is based on a library written by Apple and requires Mac OS X 10.3 or better. …
SqueakMap squeak

How to find stuff in GT in 7'

We show how to query and explore Smalltalk code within GT using a number of complementary tools and techniques. Specifically, we look at:
Web Discovered

HQ9plus

HQ9+ was designed by Cliff L Biffle, who wanted a language where the canonical programs (Hello World, 99 Bottles Of Beer and a quine) were easy to write. The language has four instructions -- H, Q, 9 and + -- …
SqueakMap squeak

httpexplorer

HttpExplorer is a Pharo based application for sending and inspecting HTTP requests. It is modeled after the HttpClient application for Mac OS X.
GitHub pharo NOASSERTION

IcebergAndSpecTests

The aim of this repository is to discover Iceberg and Spec tools (Pharo)
GitHub pharo

IGLecture

Intelligent Games Lecture (UniBe 2006). This package contains the algorithm to evaluate a formal description of a finite, neutral combinatorical game, means calculate followers and grundy values of a game (see Game Theory).Besides, some supportive code to (polymorphically) calculate mex-values, …
SqueakSource squeak

ImageSnapshot

An ImageSnapshot is a snapshot copy of the state of the running object memory and its interpreter state. It is equivalent to the data that is written to an image file when the image is saved, except that it is …
SqueakSource

IMAP

Allows retrieval of messages from IMAP servers. You can read messages with: imap := (IMAPAccount server: 'imap.server.com' emailAddr: 'me@myemail.address.com' username: 'me' password: (Passwords for: 'me@myemail.address.com')). "the next statement logs in and selects the Inbox" imap login. "remembers the latest message …
SqueakSource

InformationSpace

This is a causal set exploration package. It currently supports 2 dimensional information spaces, and is designed to eventually support 3 dimensional information space. A common causal set is John Conway's Game of Life. This is implemented in this package, …
SqueakMap squeak

InspectedProtoObject

SmalltalkHub

Inspecting objects with contextual views in 7'

Every object in Glamorous Toolkit offers a variety of contextual views, each providing a different perspective of the object. This brief tutorial explores the API to define these views, and walks you through a practical example of implementing contextual views.
Web Discovered

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