python3-pylint-flask

Pylint plugin for analyzing Flask applications (Python 3)

This is a plugin which improves the static code analyzer Pylint when checking Flask (Python web framework) applications code.

librte-baseband-acc24

Data Plane Development Kit (librte-baseband-acc100 runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.
usage

pngnq

tool for optimizing PNG (Portable Network Graphics) images

Pngnq is a tool for quantizing 32-bit RGBA PNG images to 8-bit RGBA palette PNG. It's is an adaptation by Stuart Coyle of Greg Roelf's pnqquant. While pngquant uses a median cut algorithm, Pngnq uses Anthony Dekker's neuquant algorithm (http://members.ozemail.com.au/~dekker/NEUQUANT.HTML), generally resulting in better looking results than pngquant.
Veroboard, Perfboard, and PCB layout and routing application

veroroute

Veroboard, Perfboard, and PCB layout and routing application

Software for producing Veroboard (stripboard), Perfboard, and simple 1-layer or 2-layer PCBs. Automatically prevents short circuits and checks for open circuits. It can import netlist from a TinyCAD, gEDA, or KiCad schematic, or specify the netlist graphically. It exports Gerber for simple 1-layer or 2-layer PCB manufacture.

slurm-wlm-rrd-plugin

Slurm RRD plugin

The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic.

libmockobjects-java

Framework for developing and using mock objects

Mock Objects is a test-first driven framework for building generic software and/or unit testing frameworks. It supports: * A methodology for developing and using mock objects. * A core mock object framework. This is a library of code that supports the implementation of mock objects, based around a set of expectation classes for values and collections. There are also various other classes to make mock objects easier to write or to use. * A default set of mock implementations for the standard Java platform APIs. This is a start on packages such as servlets, sql, and io.