3619 packages
— page 15
The FileSystem API is a replacement for Squeak's FileDirectory API. It separates the concerns of navigation and path manipulation from the actual accessing of the underlying file system implementation, be it the disk or a zip file. FileSystem has been …
SqueakMap
squeak
Additional tests for Pharo DiskFileAttributes
GitHub
pharo
MIT
monticello file tree
GitHub
Most functional programming languages like Haskell or ML allow to define functions using pattern matching. Instead of testing arguments in the body of a message, this allows to specify case-based function definitions in a very elegant way.Read more at:http://renggli.freezope.org/programming/smalltalk/fpm
SqueakSource
(N.B. This is only for Windows/Linux. Mac OS X users should use a VM that already includes the FT2Plugin e.g. 3.8.15beta6U. As the modified BitBlt plugin is currently unavailable for Mac OS X, sub-pixel anti-aliasing will not work on OS …
SqueakMap
squeak
Monticello package from fs repository
Lukas Renggli Source
pharo
Monticello package from fs repository
Lukas Renggli Source
pharo
Monticello package from fs repository
Lukas Renggli Source
pharo
Monticello package from fs repository
Lukas Renggli Source
pharo
Repository for new releases of the Git implementation for Pharo (previously dubbed GitFS). Changes to FS-Git for the new Filesystem implementation in Pharo belong into this repository. To load FSGit you can use the following expressioin:(Gofer new squeaksource: 'FSGit'; package: …
SqueakSource
pharo
This is a repackaging of Scott Crosby's full-text packages posted to the mailing list in late 2002. These classes have been verified to work in Squeak 3.7, but have not been extensively tested. In addition, only the bare minimum of …
SqueakMap
squeak
Most functional programming languages like Haskell or ML allow to define functions using pattern matching. Instead of testing arguments in the body of a message, this allows to specify case-based function definitions in a very elegant way. An example of …
SqueakMap
squeak
SBE test game
SqueakSource
Depends on- Games ;-)
SqueakMap
squeak
Prerequisites -Gardner (the swiki by Cees on which this is based)SmallWiki (the swiki parsing stuff by Lukas and Roel on which Gardner is based) Gardner claims to need Seaside, but unless you actually want to make this swiki publically available, …
SqueakMap
squeak
Unit and function tests suit for Gawain Directoire
SqueakSource
Smyslem je zaměřit se v projektu GeKon na reprezentaci a implementaci spojitých struktur (ulice, silnice, řeky, el. vedení, atd.) a navrhnout a implementovat jejich lepí řeení vzhledem k potřebě simulace pohybujících se objektů na těchto strukturách. Například tedy, pokud se …
SqueakSource
GemStone extensions test - for showcasing
GitHub
gemstone
Fixes:Enhances failure code for elementsExchangeIdentityWith:.Enhances Interval + and -.Enhances LinkedList species, at: and add:before:.Enhances LookupKey name.Enhances Message printOn:.Moves tryNamedPrimitive... from Object to ProtoObject so simulator will work correctly for all objects.Enhances Object copy by calling postCopy.Fixes Object newFrom: and copySameFrom: …
SqueakMap
squeak
Testing pharo smalltalk and gitpod together
GitHub
pharo
The goal of this project is to provide a new set of tools for developing with Pharo.You can download the latest version by:Gofer new squeaksource: 'glamoroust'; package: 'ConfigurationOfGlamoroust'; load. (Smalltalk at: #ConfigurationOfGlamoroust) perform: #loadDevelopment.
SqueakSource
pharo
Define global keystroke sequences to invoke arbitrary code blocks.The code blocks associated with a keystroke sequence can perform such functions as cycling through desktop windows, invoking Monticello, executing tests -- anything you can put in a code block.Includes theGlobalKeysToolGUI for …
SqueakSource