24282 packages
— page 136
WARNING:This project was moved tohttp://smalltalkhub.com/#!/~gokr/DeltaStreamsat 2013-01-06!!! There may be newer code there.DeltaStreamsis a better implementation much more powerful implementation of ChangeSets.MembersCreator:Göran KrampeAdmin:Matthew Fulmer,Göran KrampeDeveloper:Matthew FulmerTagscompiler,fileformat,monticelloLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/DeltaStreams'user: ''password: ''PackagesDSProfiling, DeltaStreams, DeltaStreams-Browser, DeltaStreams-Converting, DeltaStreams-Deprecated, …
SqueakSource
squeak
The list of all methods deprecated from Squeak 3.6, and removed in 3.7.
SqueakMap
squeak
This small package changes a default squeak into an image suitable for doing development work with squeak. Answer all questions while loading with yes.
SqueakMap
squeak
Extensions to the IDE usefull for Squeak developers
SqueakSource
squeak
Posts about Development written by Chris Muller, andreasraab, and Vanessa Freudenberg
Web Discovered
squeak
Transform a 3.8 full 'virgin' image into my taste of development environment. Tested in Squeak3.8-6665-full.zip.
SqueakMap
squeak
Transform a 3.8 full 'virgin' image into my taste of development environment. Tested in Squeak3.8-6665-full.zip.
SqueakSource
squeak
Add diacritic support for latin-alphabets to Squeak. You can check for strings with diacritic characters such as accents, cedillas, umlauts, etc.Examples:-'cancion' hasAnyDiacritical. ----> false-'canción' hasAnyDiacritical. ----> true-'á' hasAnyDiacritical. ----> true-'garçon' hasAnyDiacritical. ----> true-'canción' isDiacriticalEquivalentOf: 'cancien' ----> false-'cancion' isDiacriticalEquivalentOf: 'canción' ----> …
SqueakSource
squeak
DiagramBrowser is a tool for building and classifying diagrams (or any kind of morphic drawing) in category tree fashion. DiagramBrowser is part of the Jacarandá Project but can be downloaded and used independently. Note that this package does not provide …
SqueakMap
squeak
A tool for creating and browsing diagrams (or just morphic drawings) organized in a category tree.
SqueakSource
squeak
Spell checking and thesaurus for Squeak
GitHub
squeak
MIT
DictionaryBrowser is a basic query and results browser for dictionary servers that implement the RFC 2229 dictionary server protocol. Use "DictionaryBrowser open" or "DictionaryBrowser openExistingWith: 'squeak'" to get started.
SqueakMap
squeak
A load script based on the UUIDs for the SqueakMap packages that Diego has been putting together, that give Squeak's UI some graphic-design-love. All of these UI options can be turned on/off using the Preferences tool.
SqueakMap
squeak
Diff/Merge Helper for Squeak
GitHub
squeak
MIT
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
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
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
Additional layouts for Morphic including grid, menu, and elliptical
GitHub
squeak
NOASSERTION
Squeak By Example Project
SqueakSource
squeak
This package implements the DNS protocol (not all of it, but extending it is very easy). It includes a DNS client (a name resolver). Example (put the address of a name server):NameResolver default servers: #((xxx xxx xxx xxx))NameResolver default addressByName: …
SqueakMap
squeak
Doc creates Squeak HelpTopics Converters exist for Markdown Documents and org documents (depracated) Current work i on importing directly from the web... DocWebMDToCustomHelpConverter importFrom: 'https://raw.githubusercontent.com/hpi-swa/git-s/main/README.md' The easiest path is to download a Markdown document...like README.md and then use the viewFromFileChooser …
SqueakSource
squeak