922 packages
— page 36
Pharo lab for Centrale Lille SDIA course.
GitHub
pharo
Trey's version of the Quinto game from "Squeak by Example".
SqueakSource
squeak
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
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
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
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
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
# 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
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
An example of Slots usage for Pharo
GitHub
pharo
MIT
A small DB-like app to manage things related to playing e.g. songs, lessons, tabs
GitHub
pharo
GPL-3.0
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
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
Projects to show examples of use for user interfaces.
SqueakSource
Game created with the Pharo by example...
SqueakSource
pharo
Exercises with Smalltalk
SqueakSource
This is the sample application from the Sueak by Example book.
SqueakSource
This is my collection of example code for using Morphic.
SqueakSource
squeak
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 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
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 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