oscs
OpenStack cloud selector parses credentials from clouds.yaml
This package provides a parser for the ~/.config/openstack/clouds.yaml and
makes it possible to select one of the, by exporting the OS_CLOUD environment
variable. When using "oscs set" without any argument, oscs displays a nice fzf
ncurse dialogue where uses can select what cloud to use with the arrow keys.
postgresql-17-pg-hint-plan
support for optimizer hints in PostgreSQL
PostgreSQL uses a cost-based optimizer that uses data statistics, not static
rules. The planner (optimizer) estimates costs of each possible execution
plans for a SQL statement, then executes the plan with the lowest cost. The
planner does its best to select the best execution plan, but it is far from
perfect, since it may not count some data properties, like correlation between
columns.
libplexus-xml-java
Plexus XML Utilities
This library is a collection of various utility classes to ease working
with XML in Maven.
python3-pytest-pretty
pytest plugin for printing summary data prettily
This is an opinionated pytest plugin to make output slightly easier
to read and errors easy to find and fix.
libmimalloc3
compact general purpose allocator with excellent performance
This is a general purpose allocator with excellent performance characteristics.
Initially developed by Daan Leijen for the run-time systems of the Koka and
Lean languages.