x2gothinclient-cdmanager

clientside daemon enabling automatic CD-Rom mounting

X2Go is a server based computing environment with - session resuming - low bandwidth support - session broker support - client-side mass storage mounting support - client-side printing support - audio support - authentication by smartcard and USB stick

python3-prefixdate

Prefix date parser

This is a helper class to parse dates with varied degrees of precision. For example, a data source might state a date as `2001`, `2001-4` or `2001-04-02`, with the implication that only the year, month or day is known. This library will process such partial dates into a structured format and allow their validation and re-formatting (e.g. turning `2001-4` into `2001-04` above).

libgnuradio-wavelet3.10.4

gnuradio wavelet functions

Library of Daubechies wavelet function blocks. wvps computes the Wavelet Power Spectrum from a set of wavelet coefficients.
testing

finch

text-based multi-protocol instant messaging client

Finch is a text/console-based, modular instant messaging client capable of using multiple networks at once. Currently supported out of the box are: Jabber/XMPP, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, Lotus Sametime, SIMPLE, and Zephyr. It can support many more with plugins.

nextpnr-ice40-chipdb

FPGA place and route tool for Lattice iCE40 -- chipdb files

nextpnr is a FPGA place and route tool. Its purpose is to turn a topological description of digital hardware produced by an FPGA logic synthesis tool such as yosys into an elaborate map of connections between the hardwired functional units available inside the FPGA's fabric.

libprotobuf-java

Java bindings for protocol buffers

Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format.