839 packages
— page 33
Posts about Tutorials written by Scott Gibson, Ron Teitelbaum, and Michael Davies
Web Discovered
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 repository is holding a port of the VectorEngine graphics rendering from Cuis, mostly unchanged. It also include the SVG rendering which can be used as an example. The license is that of Cuis, MIT.
SqueakSource
cuis
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
Example for Wiki page for Pharo
GitHub
pharo
Squeak by Example Quinto Game
SqueakSource
squeak
The Quinto game from the squeak by example book.
SqueakSource
squeak
Example used in the Smalltalk lecture at the University of Bern
SqueakSource
Provides a menu registry for most of The World Menu extension points including menus for: project, appearance, changes, and help. It also modifies the open menu registry to use the same design. This package, when installed, will dynamically handle any …
SqueakSource
Assignment for WUT "Programming Paradigms" course. A simple text adventure game in Smalltalk.
GitHub
This project is an example of lazy evaluation depicted on Expression evaluation. It contains simple parser of expressions like (x 2 3 + -). It also demonstrates interpreter pattern.
SqueakSource