839 packages — page 12

HID

This plugin adds support for HID devices like tablets, gamepads and car wheels. The package will provide three layers to the plugin:Concrete class layer - This layer represents real devices as Smalltalk objects. For example, the HIDTablet class provides access …
SqueakSource

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

HJRQuinto

Example from book.
SqueakSource

HmmOpenGLPlayground

This is some raw code to do OpenGL stuff. It uses the CroquetGL interface. For a simple example showing the speed of VBO based rendering, execute "OpenGLScene example" and have a look at its source.
SqueakSource

HOCheatSheet

The cheatsheet gives examples of how to do classic things in Pharo.
GitHub pharo MIT

HoneyGinger

Hydrodynamics Simulation Environment based on the SPH method, aiming at interactivity. A variety of visualization methods, including dots, forms, triangulated polygons, borderline polygons, graffiti, are supported. Many example programs are found in class methods of the SPHSimulator class. CogVM strongly …
SqueakMap squeak

hornbeckSBEGame

The code that I am using for squeakbyexample
SqueakSource squeak

How to use Anoma's GT Tools - Protocol Design - Anoma | Forum

I’m sure people have seen many screenshots of our GT tooling and wonder “how do I get that” Well ask no more, linked below is a small tutorial that shows you how to get up to speed in less than …
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

hsTestings

This is just the well known example from the splendid book Squeak By Example.
SqueakSource squeak

hto

hto project for learning Seaside and Smalltalk
SqueakSource

htosQuintoGame

Learning Project with SBE.
SqueakSource

HTTPClient

A Squeak port of Steve Waring's HTTP client. (The original, Dolphin package is available at http://www.dolphinharbor.org/dh/projects/httpclient/index.html.) The Squeak port is usable, but still needs a lot of cleanup work. The Squeak port must be installed using an up-to-date version of …
SqueakMap squeak

https://ccrma.stanford.edu/courses/tu/cm2008/doc/smalltalk/ArtAndScienceOfSmalltalk.pdf

Web Discovered

HttpView2

This is the new HttpView called HttpView2 that is: It also includes much better samples and comments and an upcoming article inboth Swedish and English is intended to work as a tutorial. HttpView is a lightweight web framework based on …
SqueakMap squeak

HudsonBuild

Support for automated builds using the Hudson continuous integration server (http://hudson-ci.org/). Builds are started by Hudson, and SUnit test results are viewable through Hudson. Example build scripts and howto.txt are attached to the email at: http://lists.gforge.inria.fr/pipermail/pharo-project/2010-January/018855.html **** UPDATE: non-Monticello stuff …
SqueakSource pharo

HwanPBE

Following examples
SqueakSource

hyperlexis

Learning squeak.
SqueakSource squeak

Hypertext Tutorial

This is simply a filein (.st) which loads a text window. The window holds a tutorial on Alt-6 hypertext markup, including live examples. No code in the image is changed.
SqueakMap squeak

iasa2007

Seaside exercies, I plan to hand them out as solutions for the "Internet technologies" course at my university - NTU KPI (Ukraine)
SqueakSource

IliadExamples

SmalltalkHub

Ilias

Ilias Card Game for Interactive Drama Course
SqueakSource

imacpbeexample

Example montocelli project
SqueakSource

ImageFormat

ImageFormat represents the requirements of the image in terms of capabilities that must be supported by the virtual machine. The image format version is saved as an integer value in the header of an image file. When an image is …
SqueakMap 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