libghc-iconv-prof

string-encoding conversion; profiling libraries

This library provides an interface to the POSIX iconv library functions for string encoding conversion.

bugwarrior

Pull tickets from bug trackers into taskwarrior

bugwarrior is a command line utility for updating your local TaskWarrior database from your forge issue trackers.

libgoogle-protocolbuffers-perl

simple Perl interface to Google Protocol Buffers

Google Protocol Buffers is a data serialization format. It is binary (and hence compact and fast for serialization) and as extendable as XML; its nearest analogues are Thrift and ASN.1. There are official mappings for C++, Java and Python languages; this library is a mapping for Perl.

node-opentip

JavaScript tooltip class

Opentip is a free open-source JavaScript tooltip class. It supports stems, automatic content download with AJAX, styling, automatic repositioning to remain within the browser viewport, user-defined triggers, and CSS3 animations.

r-cran-formatr

Format R code automatically

The GNU R package formatr provides a function tidy_source() to format R source code. Spaces and indent will be added to the code automatically, and comments will be preserved under certain conditions, so that R code will be more human-readable and tidy. There is also a Shiny app as a user interface in this package (see tidy_app()).

node-regenerator

Functional JavaScript transformator

node-regenerator implements a fully-functional source transformation that takes the syntax for generators/`yield` from ECMAScript 2015 or ES2015 and Asynchronous Iteration proposal and spits out efficient JS-of-today (ES5) that behaves the same way.