libgf2x3

Routines for fast arithmetic in GF(2)[x]

GF2X is a C/C++ software package containing routines for fast arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching for irreducible/primitive trinomials.

ubuntu-keyboard-chinese-pinyin

Ubuntu on-screen keyboard data files - Chinese Pinyin

ntop-data

display network usage in a web browser (data files)

libjgoodies-common-java

JGoodies Common

The JGoodies Common library provides convenience code for other JGoodies libraries and applications.

libqbscore1.24

Qbs core library

Qbs is a general purpose cross-platform build tool that aims at fast and correct incremental builds. It features a project description language that is similar to QML.

badger

Fast key-value DB in Go.

BadgerDB is an embeddable, persistent and fast key-value (KV) database written in pure Go. It is the underlying database for Dgraph (https://dgraph.io), a fast, distributed graph database. It's meant to be a performant alternative to non-Go-based key-value stores like RocksDB. Project Status [Jun 26, 2019] Badger is stable and is being used to serve data sets worth hundreds of terabytes. Badger supports concurrent ACID transactions with serializable snapshot isolation (SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with --race flag and ensures the maintenance of transactional guarantees. Badger has also been tested to work with filesystem level anomalies, to ensure persistence and consistency.