2821 packages — page 55

MonticelloVW

Monticello for VisualWorks.
SqueakSource visualworks

moody2

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

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

MooseAlgos

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

MooseDemoReport

A parameterizable Arki report to display results of different tools from moose.
SqueakSource

MooseDen

This is the support for the Moose webpage.
SqueakSource

MooseDeprecated

This repository holds the Moose related code that is not needed anymore.
SqueakSource

MooseJEE

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

MooseLab2011

SqueakSource

MoosePlayground

This repository holds various experiments without any guarantee.
SqueakSource

MooseSQL

SqueakSource

MooseTalent

SqueakSource

MooseWeb

A simple web version of Moose using Seaside.
SqueakSource

moqam

Metric for quality analysis on moose
SqueakSource

Morphic

PBE-Chapter 11
SqueakSource squeak

MorphicAddendum

This project will contain various utilities for Morphic. The code will be developed/tested in Squeak.
SqueakSource squeak

MorphicAtInternet

Attempt to transform any internet-browser in a morphic world.
SqueakSource squeak

MorphicsRecordNPlay

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

MorphingDictionary

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

MorphoPhysics

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

morphToMethod

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

MosaicGenerator

a scratch of a mosaic generator, just for fun
SqueakSource

MoViz

Some Mondrian Scripts visualizing Squeak Class Hierachies etc
SqueakSource squeak

MP3File

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

MP3Info

Derived from MP3File, this is an enhanced version with bug fixes and Xing header info.
SqueakSource