ruby-nokogumbo

Nokogiri interface to the Gumbo HTML5 parser

Nokogiri is an HTML and XML parser for Ruby. Gumbo is a HTML5 parser written in pure C.

diffstat

produces graph of changes introduced by a diff file

This program is a simple filter that reads the output of the 'diff' program, and produces a histogram of the total number of lines that were changed. It is useful for scanning a patch file to see which files were changed.

vdr-plugin-svdrpservice

VDR plugin that provides a SVDRP service for other plugins

This VDR plugin offers SVDRP connections as a service to other plugins. Connecting to streamdev's VTP server port is possible too.

gap-core

GAP computer algebra system, core components

GAP is a system for computational discrete algebra, with particular emphasis on Computational Group Theory. GAP provides a programming language, a library of thousands of functions implementing algebraic algorithms written in the GAP language as well as large data libraries of algebraic objects. GAP is used in research and teaching for studying groups and their representations, rings, vector spaces, algebras, combinatorial structures, and more.

precious

one code quality tool to rule them all

Precious is a code quality tool that lets you run all of your linters and tidiers with a single command.

librandombytes1

Library generating fresh randomness - shared library

librandombytes is a public-domain library providing a simple API for applications generating fresh randomness: include <randombytes.h>, call randombytes(x, xbytes) whenever desired to generate fresh random bytes x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.