923 packages
— page 5
Unlimited Tic-Tac-Toe is played on an infinite two-dimensional board by two players. This code is a byproduct of my learning Smalltalk and explores ways to use various language features. It's written in Squeak and portable to Cuis and Pharo.
GitHub
pharo
1 stars
MIT
Pharo Smalltalk learning
GitHub
pharo
In this tutorial, we will guide you through learning how to use Squeak in a production environment. Squeak is a powerful and dynamic open-source Smalltalk programming environment that is great for creating interactive and multimedia applications. What You Will Learn: …
Web Discovered
squeak
In this tutorial, we will learn how to develop web applications using Seaside in Squeak. Seaside is an advanced web application framework for the Smalltalk programming language, and Squeak is a powerful development environment for Smalltalk. By the end of …
Web Discovered
squeak
squeak by example sample
SqueakSource
squeak
Web Discovered
gnu_smalltalk
A measure is a concept that groups a number and a unit.Clear examples of measures are 1 meter, 200 kelvin, 1 day or 2 dollars.This model represents measures as first class objects, that is, an object that encapsulates a number …
SqueakMap
squeak
Code related to the articles 'A Day At The Beach', 'Reddit.st' and various other examples, patches to public packages and small hacks.
SqueakSource
PSU Advanced Programming Course
SqueakSource
PSU Advance Programing Course Winter 2009
SqueakSource
From the book "Pharo by Example"
SqueakSource
pharo
AioPlugin provides support for asynchronous IO event notification. When an external IO event occurs, the event registration causes a Smalltalk semaphore to be signaled. A process can wait on this semaphore, thereby acting as an event handler for the external …
SqueakMap
squeak
Alienis a new FFI interface.It supports faster call sequence, return code setting, and callbacks to execute smalltalk code from the FFI routine.Copyright 2008 Cadence Design Systems, Inc. Licensed under the Apache License, Version 2.0 (the ''License''); you may not use …
SqueakSource
pharo
This changeset modifies ParagrahEditor #nextWord: and #previousWord: so they will return the index of the next word inside a composed word (meaning for a composed word an string like this 'aComposedWord'). As an example. Imagine that you just typed the …
SqueakMap
squeak
The Quinto Game from "Squeak by Example" Chapter 2
SqueakSource
squeak
Using this project for my files for learning Seaside.
SqueakSource
How to work with announcements
GitHub
MIT
Provides a menu registry for the world appearance menu. For example...TheWorldMenu registerAppearanceCommand: {'set desktop image...'.{FileList2. #openMorphicViewWithPreviewInWorld}.'open up an image browser to choose a new desktop background'}.
SqueakMap
squeak
AppRegistry is just a simple class that emerged from our attempts to create removal packages for applications like Celeste and Scamper. An AppRegistry holds a list of applications of a certain type (for example, mail senders or web browsers), so …
SqueakMap
squeak
An implementation of the APriori learning machine algorithm
GitHub
pharo
ArbitraryPrecisionFloat is an implementation of Floating Point Numbers with a fixed number of binary digits. It can do arithmetic with other numbers and use IEEE rounding to nearest even mode. It has no limit on the exponent, except memory limitations …
SqueakMap
squeak
Simple morph for reading values via Serial Port (for example from arduino) that sets its color (from black to white) by received values. I am using it with infrared receiver in arduino.
SqueakSource