24282 packages — page 136

DeltaStreams

SqueakMap squeak

DeltaStreams

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

Deprecated Methods for 3.6

The list of all methods deprecated from Squeak 3.6, and removed in 3.7.
SqueakMap squeak

Developer Workspace

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

DeveloperWorkspace

Extensions to the IDE usefull for Squeak developers
SqueakSource squeak

Development | The Squeak Oversight Board Blog

Posts about Development written by Chris Muller, andreasraab, and Vanessa Freudenberg
Web Discovered squeak

Development Environment for 3.8

Transform a 3.8 full 'virgin' image into my taste of development environment. Tested in Squeak3.8-6665-full.zip.
SqueakMap squeak

DevEnvironment38

Transform a 3.8 full 'virgin' image into my taste of development environment. Tested in Squeak3.8-6665-full.zip.
SqueakSource squeak

DiacriticSupport

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

Diagram Browser

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

DiagramBrowser

A tool for creating and browsing diagrams (or just morphic drawings) organized in a category tree.
SqueakSource squeak

DiceMorph

SqueakMap squeak

DicThesaurusRex

Spell checking and thesaurus for Squeak
GitHub squeak MIT

DictionaryBrowser

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

Diego's UI Enhancements

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

Diff/Merge Helper for Squeak
GitHub squeak MIT

DirectoryPlugin

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

DirectoryPlugin

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

DirtyExperiments

Dirty Experiments about Morphics
SqueakSource squeak

Discovery

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

Dispatch

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

ditto-layouts

Additional layouts for Morphic including grid, menu, and elliptical
GitHub squeak NOASSERTION

DMGSBEQuinto

Squeak By Example Project
SqueakSource squeak

DNS Client

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

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