1451 packages — page 34

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

IMQuinto

Squeak by example, Chapter 2, Quitno game
SqueakSource squeak

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

ingi2252

Course name: Software Measures and Maintenance. Institution: Université catholique de Louvain. Professor: Kim Mens Assistant: Sergio Castro
SqueakSource

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

Installer

Installer provides readable scripting for automating installation of monticello and squeakmap packages.Installer scripts can be run in a workspace for easy customisation and debugging.Can auto-answer for packages that have interactive questions.Usage: http://smallwiki.unibe.ch/smallwiki/pier/installer/Example: http://smallwiki.unibe.ch/smallwiki/pier/installationofseasidemagmaandpier/Example:http://smallwiki.unibe.ch/smallwiki/pier/installer/
SqueakMap squeak

InstanceEncoder

Helpers to encode and decode files or instances of any object that can be streamed (via ReferenceStream) to methods (either class or instance side). For example, did you ever want to store a graphic as a class side method so …
SqueakMap squeak