59781 packages
— page 575
HeuristicCompletion-Benchmarks measures the accuracy and other metrics of code completion suggestions by testing various prefix lengths on method calls within a given scope.
GitHub
pharo
MIT
HeuristicCompletion-Dependency introduces a new fetcher that enhances Completion’s ability to access package dependencies.
GitHub
pharo
MIT
HeuristicCompletion-History introduces a new fetcher that improves Completion’s access to the user’s history.
GitHub
pharo
MIT
HeuristicCompletion-Prefix introduces a new fetcher that improves the Completion engine’s capability to analyze the prefix segment during code completion.
GitHub
pharo
MIT
HeuristicCompletion-Weights introduces a new methodology that assigns a specific weight to each feature.
GitHub
pharo
MIT
Hexconverter is a utility for programmers who are dealing with hex and who need a small utility to convert their hex to ascii or vice versa.
SqueakSource
A simple dual panel ascii-hex conversion utility.
SqueakMap
squeak
This plugin adds support for HID devices like tablets, gamepads and car wheels. The package will provide three layers to the plugin:Concrete class layer - This layer represents real devices as Smalltalk objects. For example, the HIDTablet class provides access …
SqueakSource
This package can access any device that supports the Human Interface Devices specifications, such as joysticks, graphic tablets, car wheels and remote controls. It is based on a library written by Apple and requires Mac OS X 10.3 or better. …
SqueakMap
squeak
the HiDeHo (HInts for Directing the Exploration from History of Operations) framework for Pharo
GitHub
pharo
MIT
This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) Add a preference called showLinesInHierarchyViews. When true, feintlines are drawn in hierarchy views to make it more clear how theelements in …
SqueakMap
squeak
Provides similar behavior as for PluggableListMorph and other nice usability enhancements for navigation.
SqueakMap
squeak
Highcharts is a charting library to Seaside. It is a porting to Pharo based on the VisualWorks version developed by Boris Popov.To load it execute the following script in a workspace:Gofer new squeaksource: 'Highcharts'; package: 'ConfigurationOfHighcharts'; load. (Smalltalk at: #ConfigurationOfHighcharts) …
SqueakSource
pharo
https://www.github.com/ba-st/HighchartsSt but in filetree and not tonel so GemStone can use it.
GitHub
gemstone
MIT
Basic implementation of the game HiQ in SmallTalk
GitHub