59701 packages
— page 373
DirectoryPlugin runs on Unix and Windows, and provides a noticable improvement in many directory and file access methods. If you use CommandShell on Unix (Linux), you should see an overall 15X improvement based on timing the CommandShell SUnit tests with …
SqueakMap
squeak
Home page forDirectoryPluginDirectoryPlugin provides access to a Posix directory stream for efficient access to directory contents. It also provides methods for testing file status and how to creating directory entries for a files and directories.The directory stream primitives use the …
SqueakSource
squeak
Dirty Experiments about Morphics
SqueakSource
squeak
Reads/reproduces a directory structure in memory. Has a 'walk' method that prints out the structure. Part of my series of test implementations in different programming languages. To learn / try languages
SqueakSource
Examples of using Discord webhooks and bots in Pharo
GitHub
pharo
Discovery is a framework to publish/detect network services automatically (like Bonjour or SSDP). *Note: If you use DHCP and unix vm, installation of OSProcess is recommended.*Note: In Mac, search does not work.
SqueakMap
squeak
http://moon.felk.cvut.cz/~vranyj1/wiki/doku.php?id=projects:pier_discussion
SqueakSource
Las diferentes implementaciones que voy a tener que ir haciendo para la asignatura en pharo
GitHub
pharo
Las diferentes implementaciones que voy a tener que ir haciendo para la asignatura en visualworks
GitHub
visualworks
This provides simple CLOS-like multiple dispatch for Smalltalk methods. It operates on a selector naming convention. For example, you might have a generic selector #add:to:, with more specific versions #addNumber:to:, addString:to:, add:toArray:, addDictionary:toDictionary:, and so on. With this package loaded, …
SqueakMap
squeak