theme preview application for GTK 4

awf-gtk4

theme preview application for GTK 4

A widget factory is a theme preview application for GTK. It displays the various widget types provided by GTK in a single window allowing to see the visual effect of the applied theme.

rime-data-cangjie5

Rime Input Method Engine schema data - Cangjie

RIME is the acronym of Rime Input Method Engine.

cpuinfo

CPU INFOrmation library (binary utilities)

cpuinfo is a library to detect essential for performance optimization information about host CPU.

octave-instrument-control

instrument control for Octave

This package contains Low level input/output functions for serial, i2c, parallel, tcp, gpib, vxi11 and usbtmc interfaces for use in Octave, a scientific computation software.

python3-celery

async task/job queue based on message passing (Python3 version)

Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.

python3-indexed-gzip

fast random access of gzip files in Python

Drop-in replacement `IndexedGzipFile` for the built-in Python `gzip.GzipFile` class that does not need to start decompressing from the beginning of the file when for every `seek()`. It gets around this performance limitation by building an index, which contains *seek points*, mappings between corresponding locations in the compressed and uncompressed data streams. Each seek point is accompanied by a chunk (32KB) of uncompressed data which is used to initialise the decompression algorithm, allowing to start reading from any seek point. If the index is built with a seek point spacing of 1MB, only 512KB (on average) of data have to be decompressed to read from any location in the file.