3619 packages — page 15

FileSystem

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

FileSystemExtendedTests

Additional tests for Pharo DiskFileAttributes
GitHub pharo MIT

filetreeTest

monticello file tree
GitHub

firstMontyTest

SmalltalkHub

FirstTestDGS

SmalltalkHub

fpm

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

FredsLunchTests

SmalltalkHub

FreeType Plus (plugins installer)

(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

FS-Tests-AnsiStreams

Monticello package from fs repository
Lukas Renggli Source pharo

FS-Tests-Core

Monticello package from fs repository
Lukas Renggli Source pharo

FS-Tests-Disk

Monticello package from fs repository
Lukas Renggli Source pharo

FS-Tests-Memory

Monticello package from fs repository
Lukas Renggli Source pharo

FSGit

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

Fulltext Search

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

Functional Pattern Matching

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

gamesbetestquinto

SBE test game
SqueakSource

GamesTests

Depends on- Games ;-)
SqueakMap squeak

Garden

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

GawainDirectoireTest

Unit and function tests suit for Gawain Directoire
SqueakSource

GeKonContinuousStr

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ší řešení vzhledem k potřebě simulace pohybujících se objektů na těchto strukturách. Například tedy, pokud se …
SqueakSource

GemStone-ExtensionsTest

GemStone extensions test - for showcasing
GitHub gemstone

GeneralEnh-ajh

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

gitpod-pharo

Testing pharo smalltalk and gitpod together
GitHub pharo

glamoroust

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

GlobalKeys

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