This is a staging site. Uploads will not persist. Testing only.

php-mysqlnd-ms

MySQL replication and load balancing module for PHP

The mysqlnd_ms replication and load balancing plugin can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, ext/pdo_mysql) if they are compiled to use mysqlnd. The plugin inspects queries and does read-write splitting. Read-only queries are sent to MySQL replication slave servers while all other queries are redirected to the MySQL replication master server. Very few, if any, application changes are required, depending on the usage scenario.

php7.4-pcov

Code coverage driver

A self contained php-code-coverage compatible driver for PHP7.

libqgis-analysis3.22.14

QGIS - shared analysis library

QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information.

igblast

Immunoglobulin and T cell receptor variable domain sequence analysis

IgBLAST allows users to view the matches to the germline V, D, and J genes, details at rearrangement junctions, the delineation of IG V domain framework regions, and complementarity determining regions. IgBLAST has the capability to analyse nucleotide and protein sequences, and can process sequences in batches. Furthermore, IgBLAST allows searches against the germline gene databases and other sequence databases simultaneously to minimize the chance of missing possibly the best matching germline V gene.

python3-roundrobin

collection of roundrobin utilities

This is rather small collection of round robin utilities.

python3-retry

easy to use retry decorator

Decorator (or function) to retry failing code featuring: