819 packages — page 11

Hobble

Hobble is a simple simulation of TCP/IP data transfer across a network circuit.See the ReadMe window in the project for more information.
SqueakMap squeak

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

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

HTML

SqueakMap squeak

HTML-Parser

Parses an HTML document into an XML DOM, using YAXO's XMLElement. This parser is HTML 4.01 compliant - it will accurately infer the structure of correct HTML, but it is not tolerant of broken markup.
SqueakMap 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

HTMLBuilder

These are the HTML builder classes from Seaside that has been reworked a bit in order to work as the base layer ofHttpView2. The idea was forSeasideandHttpView2to use the same base layer, we will see how that goes - I …
SqueakMap squeak

HTMLTableMorph

A experimental package for Scamper to build a TableMorph of a HTML table.Lot's of websites use tables as their layout format and giving Scamper thiswould be cool.
SqueakMap squeak

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

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

Hypertext Fileout

Allows fileout of text marked up with Alt-6 to be filed out as a small Smalltalk (.st) file. When loaded into an image by filein the text appears in its own window with markup intact.
SqueakMap 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

idealGas

This is a partial port of BouncingAtomsMorph to Tweak.Infection history part not implemented.To experiment with basic atom collision support look AtomPlayer's onCollision event comment.
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

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

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

INIFile

A simple parser for Windows .INI files.
SqueakMap 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

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

Instance based Class Diagrams

The goal is to get a quick overview of an already existing system, with instances alive and running. Currently it attempts a basic automatic layout and then it leaves the final arrangement to the user.
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

InternalThreadNavigationPlus

This is an addOn to InternalThreadNavigationMorph Some of this code is a reuse of Ned Konz work.
SqueakMap squeak

inverteBright

Sometimes, when working in a room with low ambient light, Squeaks desktop and windows feel too bright. By installing "Look Enhancements" 6-31 (it may work with other versions) and then installing inverteBright, a preference is added under "windows" category which …
SqueakMap squeak

IOHandle

IOHandle adds classes which represent input/output on external channels such as files or sockets. The FileStream and Socket hierarchies are modified to use IOHandle rather than to directly invoke primitives. Instances of FileStream or Socket collaborate with instances of IOHandle …
SqueakMap squeak

IRC

Just the Code from Squeak 3.7. Originally written by Lex Spoon.The Enhanced IRC package depends on it, and you really really wantto use the Enhanced IRC GUI. So if you're loading this and not justwriting bots, go load Enhanced IRC …
SqueakMap squeak