897 packages — page 35

SeasideAsync

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync2.6

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync2.6

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync2.6

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync2.7

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync2.7

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync2.7

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync2.7

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync2.7

Monticello package from seaside repository
Lukas Renggli Source pharo

SeasideAsync2.7

Monticello package from seaside repository
Lukas Renggli Source pharo

Services

A service is an executable object, which can be used in various places, such as menus, buttons, commands or shortcuts. This framework provides an easy way to define services and to classify them. If it is adopted in Squeak, this …
SqueakSource squeak

Services-OB

Allows OmniBrowser to use browser services(class menu, method menu code pane menu).So you can use Refactorings, Navigation, SLint and BrowseUnitservices if you have them installed. Depends on services-baseand omnibrowser
SqueakMap squeak

Services-RB

Defines the refactorings as Services, so that they can be used in a wider number of places.Hopefully all browsers (this is the case for all standards browsers).Install Services-OB or Services-Whisker to have them in those Browsers. Depends on the RB …
SqueakMap squeak

ShapeFactory

This is a Seaside interface for a modified shape factory experiment. Work in progress...
SqueakSource

SiliconSqueak

Event driven simulator optmized for the SiliconSqueak processor core but which I hope will become more general in the future.
SqueakSource squeak

SimpleMorphicSqueak

SimpleMorphic is created by Juan Vuletich, with initial release for Pharo (and Squeak) supported by ESUG. For the latest versions of Juan's work, refer to Cuis Smalltalk, available at http://www.jvuletich.org/Cuis/Index.html.This project started with the original SimpleMorphic release for Pharo, adapted …
SqueakSource squeak

Singletons

*The delegation methods of this package make use of the ObjectsAsMethods VM support. In a 3.6 image, you must call #recreateSpecialObjectsArray before using this package.* This package adds the #becomeSingleton method to Object, which will transform the receiver into an …
SqueakMap squeak

Slide Auditor

Allows you to select slides as you view them. Easier to use than the other slideshow program "friendlier". Future versions will allow you to invert the selected set to review deleted slides and undelete them. Also to copy the set …
SqueakMap squeak

SmaCC Development for <=3.8

SmaCC (Smalltalk Compiler-Compiler) is a freely available parser generator for Smalltalk.Use this package if you want to develop a new parser/scanner/compiler. It is a replacement for the T-Gen parser generator. T-Gen has several limitationsthat make it difficult to produce parsers. …
SqueakMap squeak

SmaccDevelopment

SmaCC (Smalltalk Compiler-Compiler) is a freely available parser generator for Smalltalk. To get started loadSmaCC(Runtime) andSmaCCDev(Development Tools). The development tools also depend on the refactoring engine.
SqueakSource

SmalltalkInge1

Smalltalk Excercises for Inge1 (Software Engineering 1). The exercises are about TDD, refactoring code, removing if statements and applying several design patterns
GitHub

SOLHashTable

This is an algorithm for a hash table that expands automatically and lazily as needed to maintain a desired load factor in each hash bucket. It does not require any re-hashing or re-bucketing as part of expansion, in some cases …
SqueakSource

spiral

Spiral, as in notebook, is a refactoring of BookMorph & friends
GitHub squeak MIT