r-cran-plyr
tools for splitting, applying and combining data
plyr is a set of tools that solves a common set of problems: you need to break
a big problem down into manageable pieces, operate on each pieces and then put
all the pieces back together. For example, you might want to fit a model to
each spatial location or time point in your study, summarise data by panels or
collapse high-dimensional arrays to simpler summary statistics. The development
of plyr has been generously supported by BD (Becton Dickinson).
openntpd
OpenBSD NTP daemon
NTP, the Network Time Protocol, is used to keep the computer clocks
synchronized. It provides the ability to sync the local clock to remote NTP
servers and can act as NTP server itself, redistributing the local clock.
live-tools
Live System Extra Components
The Debian Live project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.
libmodule-want-perl
module to check @INC only once for wanted modules
Sometimes you want to lazy load a module for use in, say, a loop or function.
First you do the eval-require but then realize if the module is not available
it will re-search @INC each time. So then you add a lexical boolean to your
eval and do the same simple logic all over the place.
gdc-14-mipsisa32r6el-linux-gnu
GNU D compiler (version 2) for the mipsisa32r6el-linux-gnu architecture
This is the GNU D compiler for the mipsisa32r6el-linux-gnu architecture,
which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
python-pystache
Python implementation of Mustache
Pystache is Python implementation of Mustache.
Original Mustache is a framework-agnostic, logic-free templating system
inspired by ctemplate and et. Like ctemplate, Mustache "emphasizes separating
logic from presentation: it is impossible to embed application logic in this
template language."