open-source speech recognition program

simon

open-source speech recognition program

libxatracker2-dbg

X acceleration library -- debugging symbols

neutron-vpn-agent

Neutron is a virtual network service for Openstack - VPN agent

closure-compiler

JavaScript optimizing compiler

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.

libaliased-perl

Perl module to provide aliases of class names

aliased is a module to alias class names to arbitrary aliases in the current module or script, which is especially useful with classes that are in deep class hierarchies. It is also handy if a class has been renamed.

libstring-bufferstack-perl

framework for storing nested buffers

String::BufferStack provides some functions to store data into nested buffers. By default, all of the buffers flow directly to the output method, but individual levels of the stack can apply filters, or store their output in a scalar reference.