839 packages — page 33

Tutorials – The Weekly Squeak

Posts about Tutorials written by Scott Gibson, Ron Teitelbaum, and Michael Davies
Web Discovered squeak

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

VectorEngine

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

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

Wiki-Counter

Example for Wiki page for Pharo
GitHub pharo

wkmSBEQuinto

Squeak by Example Quinto Game
SqueakSource squeak

wobbolSBEQuinto

The Quinto game from the squeak by example book.
SqueakSource squeak

Woden-Example

SmalltalkHub

WordLearning

Example used in the Smalltalk lecture at the University of Bern
SqueakSource

WorldMenuRegistry

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

wut-game-smalltalk

Assignment for WUT "Programming Paradigms" course. A simple text adventure game in Smalltalk.
GitHub

X36OBPExpressions

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