mercurial-extension-utils

Contains functions for writing Mercurial extensions

Contains functions used by Mercurial extension mercurial-keyring. They are mostly tiny utilities related to configuration processing or location matching. They either extend Mercurial APIs a bit or support tasks which aren't strictly Mercurial related, but happen repeatedly during extension writing.

libsys-cpuaffinity-perl

module to set CPU affinity for processes

The details of getting and setting process CPU affinities varies greatly from system to system. Even among the different flavors of Unix there is very little in the way of a common interface to CPU affinities. The existing tools and libraries for setting CPU affinities are not very standardized, so that a technique for setting CPU affinities on one system may not work on another system with the same architecture.

php-lcobucci-clock

Yet another clock abstraction

The purpose is to decouple projects from DateTimeImmutable instantiation so that things can be tested properly.

libjs-autonumeric

jQuery plugin that automatically formats currency and numbers

autoNumeric is a jQuery plugin that automatically formats currency and numbers as you type on form inputs. It supports most International numeric formats and currency signs including those used in Europe, North and South America, Asia and India lakhs (Lakhs values supported below 1 billion).

claws-mail-pgpinline

PGP/inline plugin for Claws Mail

This plugin for Claws Mail verifies signatures of digitally signed messages, and decrypts encrypted messages. It's also required to send signed and encrypted messages using inline method (deprecated).

python-cotyledon

framework for defining long-running services - Python 2.7

Cotyledon provides a framework for defining long-running services. It provides handling of Unix signals, spawning of workers, supervision of children processes, daemon reloading, sd-notify, rate limiting for worker spawning, and more.