922 packages
— page 6
Learning UI Framework
SqueakSource
UIC Course Project
GitHub
Personal code from working on the Squeak By Example tutorial.
SqueakSource
squeak
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
This game is in the "Squeak by Example" book.
SqueakSource
squeak
A little simple project that I've done with the help of the tutorial: Squak By Exemple.
SqueakSource
This package includes BabyIDE as well as a number of examples. Seehttp://fulloo.info/Examples/SqueakExamples/index.htmlfor details.
SqueakMap
squeak
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
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
Learning game
SqueakSource
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
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
Squeak by Example example game: Quinto
SqueakSource
squeak
The Quinto game from Squeak by Example.
SqueakSource
squeak
Simple example with Bloc in Pharo that shows direct positioning of elements, separation of model and elements and moving elements by animation.
GitHub
pharo
Following along in Squeak By Example, it says to create an account and a project here. So I am.
SqueakSource
squeak
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
Example of Behavioral Programming (BP) in Glamorous Toolkit using Gt4Bp: waits for a name event and requests a greeting event in response.
GitHub
MIT
Example of Behavioral Programming (BP) in Glamorous Toolkit using Gt4Bp: play tictactoe.
GitHub
MIT
a package browser
SqueakSource
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
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
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
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