libimport-into-perl
module for importing packages into other packages
Import::Into creates a global method import::into which you can call on
any package to import it into another package. This is useful because
there are many different ways to write exporters: some use Exporter, some
use Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare
and some things are pragmas.
libjibx1.2-java
Framework for binding XML data to Java objects
JiBX lets you work with data from XML documents using your own class
structures. The JiBX framework handles all the details of converting
your data to and from XML based on your instructions. JiBX is designed
to perform the translation between internal data structures and XML
with very high efficiency, but still allows you a high degree of
control over the translation process.
gtester2xunit
Helper for converting gtester xml output to xunit.
slic3r
G-code generator for 3D printers
Slic3r converts digital 3D models into printing instructions (G-code)
for your 3D printer. It cuts the model into horizontal slices (layers),
generates toolpaths to fill them and calculates the amount of material
to be extruded.
python-requests-whl
elegant and simple HTTP library for Python, built for human beings
libghc-pointedlist-prof
zipper-like comonad which works as a list, tracking a position; profiling librar
This Haskell library provides PointedList, which tracks the position in a
non-empty list which works similarly to a zipper. A current item is always
required, and therefore the list may never be empty. A circular PointedList
wraps around to the other end when progressing past the actual edge.