922 packages — page 6

Arena

Learning UI Framework
SqueakSource

Assembly-Language-Emulator-Smalltalk

UIC Course Project
GitHub

ateubner

Personal code from working on the Squeak By Example tutorial.
SqueakSource squeak

AutomaticMethodCategorizer

This package allows you to categorize uncategorized methods based on rules.For example you can put all uncategorized methods in SomeTest that begins with “test” under the “tests” category. See the release notes for details. Acknowledgments: The idea of method categorization …
SqueakMap squeak

AvigoQuinto

This game is in the "Squeak by Example" book.
SqueakSource squeak

Axel

A little simple project that I've done with the help of the tutorial: Squak By Exemple.
SqueakSource

Baby-Phexample

GitHub pharo MIT

BabyIdeAllInOne

This package includes BabyIDE as well as a number of examples. Seehttp://fulloo.info/Examples/SqueakExamples/index.htmlfor details.
SqueakMap squeak

Balloon3D

The Balloon3D package, including the Squeak3D plugin. Please check thewikifor more information.This project is covered by the MIT License:Copyright (c) 1999 - 2009 The Squeak CommunityPermission is hereby granted, free of charge, to any person obtaining a copy of this …
SqueakSource squeak

BBProjectDescription

This is a project which contains one class: a Build Bot Project description. Both the BuildBot project depends on it and a project which wants to be build botted should depend on it. So that the project under buildbot knows …
SqueakSource

billgkohlSBEQuinto

Learning game
SqueakSource

BitmapCharacterSet

BitmapCharacterSet is a set for characters that uses a bitmap for storing wide characters and an array of truth values for byte characters. Used by XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap squeak

BitSyntax

Erlang-inspired Smalltalk embedded domain-specific language for bidirectionally mapping binary data structures to objects. Useful, for example, for parsing network or telephony packet structures or other binary files or formats. See also: https://wiki.squeak.org/squeak/6649
SqueakSource squeak

BKokSBEQuinto

Squeak by Example example game: Quinto
SqueakSource squeak

BLCUQuinto

The Quinto game from Squeak by Example.
SqueakSource squeak

bloccatwalk

Simple example with Bloc in Pharo that shows direct positioning of elements, separation of model and elements and moving elements by animation.
GitHub pharo

bmdbQuintoFromSBE

Following along in Squeak By Example, it says to create an account and a project here. So I am.
SqueakSource squeak

botArena

An attempt to build a bot battle programming game using Morphic. One can feed different bots with different pieces of code, then send them to an arena and watch them fight. Please check the wiki for usage and examples. *** …
SqueakSource squeak

bp-greeting-example

Example of Behavioral Programming (BP) in Glamorous Toolkit using Gt4Bp: waits for a name event and requests a greeting event in response.
GitHub MIT

bp-tictactoe-example

Example of Behavioral Programming (BP) in Glamorous Toolkit using Gt4Bp: play tictactoe.
GitHub MIT

BrowserExample

a package browser
SqueakSource

BrowseUnit

This package adds a few buttons to the browsers in order to have a betterintegration of unit tests during class developpement. It enables you to easilyswitch back and forth from a class and it's unit test, allowing the same thinga …
SqueakMap squeak

BTree

This is an implementation of the BTree data structure as a Smalltalk collection. It provides log(n) inserts, deletes, and retrieves of values by key. The keys have to be sortable (ie, Magnitudes). This is useful in situations where you want …
SqueakMap squeak

BuildBot

Updates a 'Project' to latests, runs all tests of the project and commits a new version of the project.Please also load BuildBtMockProject which is a mock project, to run the tests of BuildBot; and BBProjectDescription because BuildBot uses that project …
SqueakSource

CampSmalltalkLondon

Sample code used in Camp Smalltalk London 17/7/2010 to teach Smalltalk. The code is a small Seaside app which takes a live feed of transport data http://www.highways.gov.uk/rssfeed/SouthEast.xml, parses the data and provides a number of different renderers. The aim isn't …
SqueakSource