2821 packages — page 111

WinReg

A simple FFI interface that allows you to access the windows registry.
SqueakSource

WireSqueak

A Seaside GUI for controlling feature tracing
SqueakSource squeak

Wisdom

A simple application to suscribe publications on the DCC (University of Chile) database.
SqueakSource

wkmSBEQuinto

Squeak by Example Quinto Game
SqueakSource squeak

wobbolSBEQuinto

The Quinto game from the squeak by example book.
SqueakSource squeak

WordLearning

Example used in the Smalltalk lecture at the University of Bern
SqueakSource

WordsRepeat

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

workbench

i'm tired of this
SqueakSource

WorkflowModeling

Meta model for workflow. Intended to work with Moose and Mondrian
SqueakSource

WorkingSet

Efficiently manages the code entities you work with at any given moment.
SqueakSource

WorkspaceAsMethod

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

WorkTimer

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

WorldMenuRegistry

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

WorldOfGames

SqueakSource

WorldOfMemory

SqueakSource

WorryWart

Exploring type inference in Squeak. (Experimental code)
SqueakSource squeak

WriteBarrier

SqueakSource

WseMachine

SqueakSource

Wudoku

Guess what. Requires ML-Sudoku
SqueakSource

X11

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

x19290aaSandbox

SqueakSource

X36OBP

SqueakSource

X36OBPBinaryTree

SqueakSource

x36obpbintree

bin. tree homework to x36obp
SqueakSource

X36OBPExpressions

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