2821 packages
— page 111
A simple FFI interface that allows you to access the windows registry.
SqueakSource
A Seaside GUI for controlling feature tracing
SqueakSource
squeak
A simple application to suscribe publications on the DCC (University of Chile) database.
SqueakSource
Squeak by Example Quinto Game
SqueakSource
squeak
The Quinto game from the squeak by example book.
SqueakSource
squeak
Example used in the Smalltalk lecture at the University of Bern
SqueakSource
A totally useless program which gives you the words with the greatest number of letter repetitions. You can print-it! the following expression: (WordsRepeat new loadFromFileNamed: 'english.words') greatestWords You can download wordlists on: http://www.sandroid.org/GutenMark/download.html
SqueakSource
i'm tired of this
SqueakSource
Meta model for workflow. Intended to work with Moose and Mondrian
SqueakSource
Efficiently manages the code entities you work with at any given moment.
SqueakSource
Store workspace contents in a method (as a String so the contents does not have to be valid code). Method updated whenever you "accept" the workspace contents. See the Workspaces class-side "documentation" category to get started.
SqueakSource
This object implements a timer that will inform the user when they have been working for a set amount of time and tell them to take a break. After a number of cycles they will be told to take a …
SqueakSource
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
Exploring type inference in Squeak. (Experimental code)
SqueakSource
squeak
Guess what. Requires ML-Sudoku
SqueakSource
A pure-Smalltalk implementation of theX Window System Protocol(X11).The protocol messages and X11 data types are compiled using thexcb-shimJSON protocol definitions, an easier-to-work-with form of the officialxcbproto XML protocol definitions.At present, the client side of a client/server conversation is implemented. This …
SqueakSource
squeak
bin. tree homework to x36obp
SqueakSource
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