postgresql-13-hll

HyperLogLog extension for PostgreSQL

This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog data structure. HyperLogLog is a fixed-size, set-like structure used for distinct value counting with tunable precision. For example, in 1280 bytes `hll` can estimate the count of tens of billions of distinct values with only a few percent error.

r-cran-swagger

GNU R dynamically generate documentation from a 'Swagger' compliant API

A collection of 'HTML', 'JavaScript', and 'CSS' assets that dynamically generate beautiful documentation from a 'Swagger' compliant API: <https://swagger.io/specification/>.

aravis-tools-cli

Aravis based command line tools for GenICam cameras

Basic GenICam standard function testing and camera control utility (arv-tool-0.8).

python3-cbor2

Implements Concise Binary Object Representation (Python 3)

This library provides encoding and decoding for the Concise Binary Object Representation (CBOR, RFC 7049) serialization format.

python3-jupyter-server

Jupyter protocol server backend (Python 3)

This software component contains the server backend for Jupyter web applications like the Jupyter notebook or Jupyterlab.

python3-torchvision

Datasets, Transforms and Models specific to Computer Vision

The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.