3619 packages
— page 145
This puts an icon called 'WhileLoop' in the Object Catalog (under the Widgets tab) in the Scripting category. To use the while loop, drag the icon into a morphic script and then drag the commands you want into it (in …
SqueakMap
squeak
Win32StandardVMConfigurationTest consists of a series of tests for determiningwhether the current system runs the "standard" configuration for Win32VMs. "Standard" is rather loosely defined as of now and essentially means whatis contained in this test. The test case can be used …
SqueakMap
squeak
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
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
WriteBarrier provides a way to watch for changes to the state of individual objects. It's intended for use with persistence, transactional, or indexing mechanisms where you're managing a discrete set of objects of varied classes, and want to be notified …
SqueakMap
squeak
It's not finished, but some basic applications works - xsysinfo, xview, xlogo, xclock, partially xpdf, xterm, gv, xpp.It doesn't work yet in latest Squeak, because of Socket changes. If somebody is interested, feel free to ask any questions about it.
SqueakMap
squeak
This is a driver that allows you to remotely control Squeak with X10 wirelessremotes. Using the included RemoteControl application, you can bind objects tobutton presses. Using OSProcess, you can control external processes (like Winampor XMMS). This is designed to work …
SqueakMap
squeak
XORP is a simple planer that can plan tasks and compute the level of use of resources. Its particularity is to take into account 2 kinds of "nodes" between tasks, i.e. AND node that are usual in planing software (TaskA …
SqueakSource
This book provides examples on coding XPath on a live XMLDocument from the web. It uses Monty's XML Suite available from the squeak metacello repository. https://www.w3.org/TR/1999/REC-xpath-19991116/#section-Introduction 1. XPath is a notation for retrieving information from a document. 2. The information …
SqueakSource
pharo
a simple test to learn smalltalk.
GitHub
Xtreams is the Squeak port of VW Xtreams. The project site (and documentation) is athttp://code.google.com/p/xtreamsHere's how to load the project using Gofer (Pharo):Gofer new squeaksource: 'Xtreams'; package: 'Xtreams-Support'; package: 'Xtreams-Core'; package: 'Xtreams-Terminals'; package: 'Xtreams-TerminalsFileSystem'; package: 'Xtreams-Transforms'; package: 'Xtreams-Substreams'; package: 'Xtreams-Parsing'; …
SqueakSource
pharo
Famix needs to model the unit tests created in any language, what classes are supposed to be tested and what classes and methods are really tested.
SqueakSource
Yadis (http://yadis.org/) is a service discovery system allowing relying parties to determine automatically, without end-user intervention, the most appropriate protocol to use.Examples of such services are:Single sign-on across web sitesProfile exchange and form fillingBlog anti-spamYadis provides the first step for …
SqueakSource
squeak
Quinto test from Squeak By Example.
SqueakSource
squeak
adopted the code provided by Simon to have proper name space handling. Largely untested, might break some of the existing applications. That's why it is turned off by default.
SqueakMap
squeak
a random testing tools based on yeti idea.
SqueakSource