1844 packages
— page 17
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 help 'I am Squeak help that is solely CLI based. The idiom is "command line" only, similar to Linux man or GNU info way of doing things. 2020.05.19 Goals: display a class comment. Update a class comment, append to …
SqueakSource
squeak
Documentation methods for squeak versions. Requires Installer mantis ensureFix: '6867 SimpleDocMethods.1.cs'.
SqueakSource
squeak
As of 8-Dec-2020, this project has been added to Squeak trunk. Any further development will take place there.Be the first thing in the system startup list, and do things that should be done prior to any additional image initialization. If …
SqueakSource
squeak
Pour tous ceux qui ceulent faire une présentation du principe de dojo avec squeak. Il s'agit d'un livre de présentaion. ---------------------- For all who want to use Squeak in a dojo concept. This is a book prenstation.
SqueakSource
squeak
Support code for the Dojo Toolkithttp://www.dojotoolkit.orgMembersCreator:Holger KleinsorgenAdmin:Holger KleinsorgenTagsseasideLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/DojoToolkit'user: ''password: ''PackagesConfigurationOfDojoToolkit, DojoToolkit-Core, DojoToolkit-Data, DojoToolkit-Demo, DojoToolkit-DojoX, DojoToolkit-DragDrop, DojoToolkit-Objects, DojoToolkit-Tests, DojoToolkit-Themes, DojoToolkit-UI, DojoToolkit-WidgetsLinkshttp://www.squeaksource.com/DojoToolkit.htmlhttp://www.squeaksource.com/DojoToolkitGlobal:Read And WriteStatisticsRegistered:3 September 2010 3:31:56 pmTotal Releases:0Total Versions:65Total Downloads:3820
SqueakSource
squeak
This project consist in building a simple web page viewer able to display HTML/CSS contents. For example, a such tool will permit to display mails with HTML code and will be usefull for previewing pages during Seaside application development. The …
SqueakSource
squeak
Make some sound with Etoys.... a project to integrate frequencies, instruments, tuning systems, pitches into Etoys
SqueakSource
squeak
I am a simple game, created under the guidance of the book "Squeak by Example" version 1.3.
SqueakSource
squeak
A simple puzzle and experiment to learn about the Croquet environment.
SqueakMap
squeak