postgresql-16-cron

Run periodic jobs in PostgreSQL

pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database. pg_cron can run multiple jobs in parallel, but it runs at most one instance of a job at a time. If a second run is supposed to start before the first one finishes, then the second run is queued and started as soon as the first run completes.

libpoppler140

PDF rendering library

Poppler is a PDF rendering library based on Xpdf PDF viewer.

python3-lazy-model

Lazy parsing for Pydantic models (Python 3)

This library provides a lazy interface for parsing objects from dictionaries. During the parsing, it saves the raw data inside the object and parses each field on demand.

r-bioc-netsam

Network Seriation And Modularization

The NetSAM (Network Seriation and Modularization) package takes an edge-list representation of a network as an input, performs network seriation and modularization analysis, and generates as files that can be used as an input for the one-dimensional network visualization tool NetGestalt (http://www.netgestalt.org) or other network analysis.

r-bioc-tximeta

Transcript Quantification Import with Automatic Metadata

Transcript quantification import from Salmon and alevin with automatic attachment of transcript ranges and release information, and other associated metadata. De novo transcriptomes can be linked to the appropriate sources with linkedTxomes and shared for computational reproducibility.

srain

graphical IRC client based on GTK+

Srain is a modern IRC client with a GTK+ GUI that is: * Fully open source * RFC 1459, 2812 compatible * Partial IRCv3 support * Multi-platform support (Linux, Windows, macOS and BSD) Capabilities of a modern graphical IRC client: * Convenient connection panel * Interactive channel search * Forward message in one click * URL preview * Desktop notification * Special optimization for bridge/relay bot Power-user capabilities: * Anything can be done via commands * Fine-grained configuration with hot update support * Regex based message render and filter mechanisms