2821 packages
— page 55
Monticello for VisualWorks.
SqueakSource
visualworks
Multi-modal Music Mood Classification System This project is to develop a system that automatically classifies music pieces according to the moods they express. It is called multi-modal because the classification will be based on analysis of both audio signals and …
SqueakSource
Moose is a platform for software and data analysis. You can learn more about it on the official page:www.moosetechnology.orgTo load Moose in Pharo 1.3, execute the following script in a workspace:Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) …
SqueakSource
pharo
Moose Algorithms contain generic libraries for analysis algorithms for graphs, formal concept, information retrieval etc. You can load the sources via:Gofer new squeaksource: 'MooseAlgos'; package: 'ConfigurationOfMooseAlgos'; load. (Smalltalk at: #ConfigurationOfMooseAlgos) perform: #loadDefault.This is a sub-project of theMoose project.
SqueakSource
squeak
A parameterizable Arki report to display results of different tools from moose.
SqueakSource
This is the support for the Moose webpage.
SqueakSource
This repository holds the Moose related code that is not needed anymore.
SqueakSource
Moose JEE is an extension of Moose to analyze Java Enterprise applications. For more information about the application and how to download it visit theMoose JEE web pageor directly download it executing:Gofer new squeaksource: 'MooseJEE'; package: 'ConfigurationOfMooseJEE'; load. (Smalltalk at: …
SqueakSource
squeak
This repository holds various experiments without any guarantee.
SqueakSource
A simple web version of Moose using Seaside.
SqueakSource
Metric for quality analysis on moose
SqueakSource
PBE-Chapter 11
SqueakSource
squeak
This project will contain various utilities for Morphic. The code will be developed/tested in Squeak.
SqueakSource
squeak
Attempt to transform any internet-browser in a morphic world.
SqueakSource
squeak
Allows you to 'record' Morphic input (mouse, keyboard), export them as a test, and replay them afterwards.Take care: the state of this project is more a POC than some useful (yet). And it might contain bugs ...To get started: evaluate: …
SqueakSource
squeak
The project models human language and understanding of words using the English language. The system will be able to parse words using the information from morphemes and find multiple meanings of a word, since a different meaning will be derivable …
SqueakSource
Small set of morph objects that can interact with user following the properties of physics like velocity, acceleration, force, tension spring, electric force. It's long term goal is to build lively graph navigator like www.visualthesaurus.com. E-toy is also supported. Prerequisit …
SqueakSource
This package takes hand-built morphic objects and crafts classes out of them, suitable for storing in Monticello and further programmatic tinkering with.
SqueakSource
squeak
a scratch of a mosaic generator, just for fun
SqueakSource
Some Mondrian Scripts visualizing Squeak Class Hierachies etc
SqueakSource
squeak
MP3File is a class that describes an existing MP3-File. During instantiation the ID3-Tags will be read an saved in an extra Object, depending on the ID3-version (ID3v2 or ID3v1). This class can be used to organize mp3-collections. Maybe someday the …
SqueakSource
squeak
Derived from MP3File, this is an enhanced version with bug fixes and Xing header info.
SqueakSource