python3-ansible-runner
library that interfaces with Ansible (Python 3.x)
Ansible Runner is a tool and python library that helps when interfacing
with Ansible directly or as part of another system whether that be
through a container image interface, as a standalone tool, or as a
Python module that can be imported.
libdata-hexdumper-perl
module for formatting binary data in a human-readable way
Data::Hexdumper provides a simple way to format arbitrary binary data into a
nice human-readable format, somewhat similar to the Unix 'hexdump' utility.
ruby-hivex
Ruby bindings for hivex
Ruby bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
libxml-parser-perl
Perl module for parsing XML files
The XML::Parser module provides ways to parse XML documents. It is built on
top of XML::Parser::Expat, which is a lower level interface to James Clark's
expat library. Each call to one of the parsing methods creates a new instance
of XML::Parser::Expat which is then used to parse the document. Expat options
may be provided when the XML::Parser object is created. These options are
then passed on to the Expat object on each parse call. They can also be given
as extra arguments to the parse methods, in which case they override options
given at XML::Parser creation time.
node-babel-runtime
babel selfContained runtime
vim-tabular
Vim script for text filtering and alignment
Sometimes, it's useful to line up text. Naturally, it's nicer to have the
computer do this for you, since aligning things by hand quickly becomes
unpleasant. While there are other plugins for aligning text, the ones I've
tried are either impossibly difficult to understand and use, or too simplistic
to handle complicated tasks. This plugin aims to make the easy things easy and
the hard things possible, without providing an unnecessarily obtuse interface.
It's still a work in progress, and criticisms are welcome.