mono-csharp-shell

interactive C# shell

Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library.

ubuntustudio-audio

Ubuntu Studio Audio Package

node-nodemailer

Node.js library to send mails

Nodemailer is a module for Node.js applications to allow easy as cake email sending. The project got started back in 2010 when there was no sane option to send email messages, today it is the solution most Node.js users turn to by default.
split MP3, Ogg Vorbis, or FLAC files without re-encoding

mp3splt-gtk

split MP3, Ogg Vorbis, or FLAC files without re-encoding

This package provides the graphical interface for splitting audio files at a given begin and end time position without decoding. If splitting an album, you can select split points and filenames manually or read them from CDDB or cue files. Splitting on silence and data from Mp3Wrap or AlbumWrap is also supported. For mp3 files, both ID3v1 & ID3v2 tags are supported. A command line interface is provided in the mp3splt package.

mpop-gnome

POP3 mail retriever - with GNOME keyring support

mpop is a fast and simple fetchmail replacement to retrieve mail from POP3 servers. Its main features are header based mail filtering, multiple authentication methods, TLS encrypted connections or delivery.

python-simplegeneric

simple generic functions for Python

The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library.