python3-colorzero

Construct, convert, and manipulate colors in a Pythonic manner.

Colorzero is a library for working with colors in Python. It is not intended to be as comprehensive as colormath, but is intended to be a little easier to use, particularly for beginners. The major difference with colorzero is that colors are tuples and thus immutable. Standard mathematical operators (addition, subtraction, multiplication, etc.) are used to generate new colors. Conversions are provided for a wide variety of systems including YUV, RGB565, CMYK, CIE Lab, and so on.

postgresql-14-extra-window-functions

Extra Window Functions for PostgreSQL

This extension provides additional window functions to PostgreSQL. Some of them provide SQL Standard functionality but without the SQL Standard grammar, others extend on the SQL Standard, and still others are novel and hopefully useful to someone.

libnotcurses-core3

Character graphics and TUI library (core)

Notcurses facilitates the creation of modern TUI programs, making full use of Unicode and 24-bit TrueColor.

glmark2-es2-wayland

OpenGL 2.0 benchmark suite

glmark2 is a benchmark for OpenGL 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0. glmark2 offers a suite of scenes that can be used to measure many aspects of OpenGL (ES) 2.0 performance. The way in which each scene is rendered is configurable through a set of options.

glmark2-x11

OpenGL 2.0 benchmark suite

glmark2 is a benchmark for OpenGL 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0. glmark2 offers a suite of scenes that can be used to measure many aspects of OpenGL (ES) 2.0 performance. The way in which each scene is rendered is configurable through a set of options.

catfishq

concatenates fastq files

FASTQ is the most common format to store the reads from high-throughput biological sequencing. This tool takes paths to an arbritary number of zipped and unzipped FASTQ files and/or folders containing zipped or unzipped FASTQ files, concatenates them and prints them to standard out (default) or an unzipped output file.