plasma-widget-lastmoid
lastfm widget which displays the weekly artist chart
mythnettv-gui
Gui frontend for MythNetTV
mx44
polyphonic, multichannel midi realtime software synthesizer
mcrl2
formal specification language toolset
mCRL2 stands for micro Common Representation Language 2. It is a
specification language that can be used to specify and analyse the
behaviour of distributed systems and protocols and is the successor to
muCRL. Using its accompanying toolset, systems can be analysed and
verified automatically.
repo
repository management tool built on top of git
Repo is a repository management tool that the Android developers built on top
of Git. Repo unifies the many Git repositories when necessary, does the
uploads to the Android revision control system, and automates parts of the
Android development workflow. Repo is not meant to replace Git, only to make
it easier to work with Git in the context of Android. The repo command is an
executable Python script that you can put anywhere in your path. In working
with the Android source files, you will use Repo for across-network
operations. For example, with a single Repo command you can download files
from multiple repositories into your local working directory.