3619 packages — page 22

Grease-Tests-Slime

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Grease-Tests-Slime

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Grease-Tests-Slime

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Grease-Tests-Slime

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Grease-Tests-Slime

Monticello package from seaside30 repository
Lukas Renggli Source pharo

Grease-Tests-Slime

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Grease-Tests-Slime

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Grease-Tests-Slime

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Grease-Tests-Slime

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Grease-Tests-Slime

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Grid Layout

A GridLayout is very similar to a TableLayout. Here are the differences:- rowCount and columnCount in GridLayoutProperties explicitly control the number of rows and columns- each row and column is of uniform height or width, i.e. all Morphs in a …
SqueakMap squeak

GSoCSqueakland

This project will contain the tools I'm making for the Google Summer of Code program.Project description:http://gsoc2010.esug.org/projects/squeakland-educationEtoys projects and screenshots:http://www.pcs.cnu.edu/~rcaton/ESUG/ESUG.htmlImportant:To load these packages you'll need to use the latestEtoys-dev image.The "GSoC" package is no longer needed and you shouldn't load it …
SqueakSource squeak

gstMemoPad

Simple memo pad applications for GNU Smalltalk. It is a mini-applications that extend the "Workspace" of Smalltalk. With that ability to save and view the code that you wrote with, it is useful for small code test.
GitHub gnu_smalltalk

gtoolkit-contribution-tracer

Examples and tests touching methods made accessible in GtCoder
GitHub MIT

Hasher

This repository is not maintained anymore.The code has been merged intoCryptography.Cryptographic hash functions written in Squeak usingRegisters.Includes MD5, SHA1, SHA224, SHA256, SHA384, SHA512, SHA512/224 and SHA512/256.All algorithms use the most efficient implementation on the given platform.MD5, SHA1 can optionally use …
SqueakSource squeak

hb21Test

Quinto Game
SqueakSource

HeuristicCompletion-Benchmarks

HeuristicCompletion-Benchmarks measures the accuracy and other metrics of code completion suggestions by testing various prefix lengths on method calls within a given scope.
GitHub pharo MIT

HJNtest

HJNtest
SqueakSource

Hobbes

Highly Objectified Blue Book Equivalent SmalltalkThis virtual machine can interpret original Smalltalk-80 Version 2 by XeroxAuthors:Vassili Bykov, Dan Ingalls, Wolfgang HelbigLicense:Attribution-Noncommercial-Share Alike 2.5 GenericMembersCreator:Pavel KrivanekAdmin:Pavel KrivanekRegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/Hobbes'user: ''password: ''PackagesHobbesLinkshttp://www.squeaksource.com/Hobbes.htmlhttp://www.squeaksource.com/HobbesGlobal:Read And WriteStatisticsRegistered:18 February 2010 11:42:39 pmTotal Releases:0Total Versions:4Total Downloads:644
SqueakSource squeak

hsTestings

This is just the well known example from the splendid book Squeak By Example.
SqueakSource 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

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

IcebergAndSpecTests

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

IcebergTest

SmalltalkHub

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