1142 packages
— page 14
The GtkPlugin is an attempt to port Gtk+ GUI in Smalltalk Squeak. Please visit the homepage at: http://squeakgtk.pbwiki.com
SqueakSource
squeak
Gtoolkit specific functionality for Chrome Dev Tools access
GitHub
MIT
Gtoolkit specific functionality for Debug Adapter Protocol access
GitHub
MIT
Gtoolkit specific functionality for Python integration
GitHub
MIT
WebView element for Bloc
GitHub
MIT
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
useful things to me
SqueakSource
Simple enhancements adds methods like #haltOnce and #inspectOnce. Uses debug menu to control. See http://squeak.preeminent.org/
SqueakSource
squeak
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
A framework to document your Spec widgets using pragmas.
GitHub
MIT
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 introduces a new methodology that assigns a specific weight to each feature.
GitHub
pharo
MIT
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
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
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 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
The aim of this repository is to discover Iceberg and Spec tools (Pharo)
GitHub
pharo
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
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
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
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
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
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