923 packages — page 5

Unlimited-Tic-Tac-Toe

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

_ponyatov

Pharo Smalltalk learning
GitHub pharo

2. Using Squeak in Production

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

2. Web Development with Seaside

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

9dar9quinto

squeak by example sample
SqueakSource squeak

A Tutorial for GNU Smalltalk

Web Discovered gnu_smalltalk

Aconcagua

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

ADayAtTheBeach

Code related to the articles 'A Day At The Beach', 'Reddit.st' and various other examples, patches to public packages and small hacks.
SqueakSource

AdvancedProgramming

PSU Advanced Programming Course
SqueakSource

AdvProg2009

PSU Advance Programing Course Winter 2009
SqueakSource

AGPBELO

From the book "Pharo by Example"
SqueakSource pharo

aidawebtutorial

SmalltalkHub

AioPlugin

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

Alien

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

alternative word jump

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

aMentoringCourseOnSmalltalk

SmalltalkHub

anfQuinto

The Quinto Game from "Squeak by Example" Chapter 2
SqueakSource squeak

ANLS1

Using this project for my files for learning Seaside.
SqueakSource

AnnouncementBugExample

SmalltalkHub

AnnouncerExample

How to work with announcements
GitHub MIT

Appearance Menu Registry for Squeak 3.4

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

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

APriori

An implementation of the APriori learning machine algorithm
GitHub pharo

ArbitraryPrecisionFloat

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

ArdIrda

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