font for medievalists

fonts-elstob

font for medievalists

This is the Elstob font (named for the eighteenth-century Anglo-Saxonist Elizabeth Elstob) is based on the Double Pica commissioned by Bishop John Fell in the seventeenth century.

node-proxy

Node.js HTTP proxy

node-proxy provides standard "HTTP proxy" logic that allows one to script its own server using the node-proxy server API.

postgresql-13-pgfincore

set of PostgreSQL functions to manage blocks in memory

Those functions let you know which and how many disk block from a relation are in the page cache of the operating system, and eventually write the result to a file. Then using this file, it is possible to restore the page cache state for each block of the relation.

postgresql-13-pgpcre

Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL

This is a module for PostgreSQL that exposes Perl-compatible regular expressions (PCRE) functionality as functions and operators. It is based on the popular PCRE library.

postgresql-13-pointcloud

PostgreSQL extension for storing point cloud (LIDAR) data

LIDAR sensors quickly produce millions of points with large numbers of variables measured on each point. The challenge for a point cloud database extension is efficiently storing this data while allowing high fidelity access to the many variables stored.

postgresql-13-pgq-node

Cascaded queueing on top of PgQ

PgQ provides generic queues for PostgreSQL. It allows multiple queues in one database, each queue can be consumed by multiple consumers.