922 packages — page 36

TP-Pharo

Pharo lab for Centrale Lille SDIA course.
GitHub pharo

Traits Examples

SqueakMap squeak

TreyQuinto

Trey's version of the Quinto game from "Squeak by Example".
SqueakSource squeak

Tric-RefractoringBrowser

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) The RefractoringBrowser comes up empty initially. You can add packages and class categories to show, and hide stuff again. Classes you …
SqueakMap squeak

Tropo

Interface to Tropo.com With tropo.com you can have users interact with your smalltalk application using their telephones or SMS messages. See the wiki for more details and the Tropo WebAPI docs and examples at: http://www.tropo.com/docs/webapi/
SqueakSource

TrunkUpdateStreamV3

As of the release of Squeak 5.0, trunk development proceeds in the Spur image format. Squeak 4.6, which was released immediately prior to 5.0, is the last released image in the V3 image format. Because of basic changes in the …
SqueakSource squeak

ttfFontReaderRefactored

This is a refactored version of TTFontReader and friends. You may find it useful, if you want to load Unicode ttf in image. Here is a short story: I tried to load unicode ttf using stock TTFontReader (to render Russian …
SqueakMap squeak

TurtleMorph

With TurtleMorph you can add methods to the class TurtleMorph and so simply programme new turtle actions. The normal kind of behaviour that occurs with scripting now happens with methods. This means that initial teaching of Smalltalk can be done …
SqueakMap squeak

Tutorial

SmalltalkHub

Tutorials

SmalltalkHub

TwoFer

# Two Fer `Two-fer` or `2-fer` is short for two for one. One for you and one for me. Given a name, return a string with the message: ```text One for X, one for me. ``` Where X is the …
GitHub

TwosComplement

Twos Complement demonstrates twos complement arithmetic as implemented in logic registers. Registers operations, including basic arithmetic and logical functions, are implemented with boolean operations without use of numbers.A BitRegister represents on single-bit register with a value (set or not set) …
SqueakSource squeak

TypedSlot

An example of Slots usage for Pharo
GitHub pharo MIT

Ukulele-Pharo

A small DB-like app to manage things related to playing e.g. songs, lessons, tabs
GitHub pharo GPL-3.0

UnigramCompletionSorter

A sorting strategy for code completion in Pharo IDE (https://pharo.org/) based on the unigram language model (n-gram model with n=1)
GitHub pharo MIT

Update Incorporation Tool

A simple tool to be used by the Harvest Master (the person incorporating approved submissions into the update stream), in association with the BugFixArchiveViewer. (Of course, a password for the updates server is required in order to publish the updates.) …
SqueakMap squeak

UqbarPaiu

Projects to show examples of use for user interfaces.
SqueakSource

va42LightsOutGame

Game created with the Pharo by example...
SqueakSource pharo

VanLearning

Exercises with Smalltalk
SqueakSource

VladimirSBEQuinto

This is the sample application from the Sueak by Example book.
SqueakSource

VolkmannMorphic

This is my collection of example code for using Morphic.
SqueakSource squeak

walter

The Wheeled Autonomous Learning Terrain Exploring Rover. This is my development robot and all new stuff gets put on him and tried out first. My goal is to develop a Squeak code base for W.A.L.T.E.R. and other robots.
SqueakSource squeak

WaterOuzel

WaterOuzel is a Seaside-integratio of the JavaScript-based "Blackbird" logging console by G. Scott Olson. He adequately states the purpose of the project in the single sentence "You might never use alert() again." For details see the Blackbird homepage (http://www.gscottolson.com/blackbirdjs/) or …
SqueakSource

WeatherStation

A weather station that grabs data via MQTT, stores it in a postgreSQL database and displays it in PlotMorphs - or whatever you like.A nice example of pulling together several packages to make a useful application.
SqueakMap squeak

WebCodeStats

WebCodeStats counts classes, methods, average methods per class, avg lines per method, nr of tests, and many more. Used to measure code statistics in web frameworks, but can also be used more generally. Just fill the appropriate package patterns in …
SqueakSource