libdatetime-format-mysql-perl

module to parse and format MySQL dates and times

DateTime::Format::MySQL understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format.

bootparamd

Boot parameter server

bootparamd is a server process that provides information to diskless clients necessary for booting. It consults the /etc/bootparams file to find the information it needs.

gnome-nds-thumbnailer

Nintendo DS roms thumbnailer for GNOME

gnome-nds-thumbnailer is a thumbnailer for GNOME that will make thumbnails for Nintendo DS roms by extracting their preview icon.

node-plur

Pluralize a word

This package works only for English language currently. Default: - Irregular nouns will use this [list] (https://github.com/sindresorhus/irregular-plurals/ blob/master/irregular-plurals.json). - Words ending in *s*, *x*, *z*, *ch*, *sh* will be pluralized with *-es* (eg. *foxes*). - Words ending in *y* that are preceded by a consonant will be pluralized by replacing *y* with *-ies* (eg. *puppies*). - All other words will have "s" added to the end (eg. *days*). Pluralized word. The plural suffix will match the case of the last letter in the word. This option is only for extreme edge-cases. You probably won't need it.

node-prosemirror-transform

ProseMirror document transformations

This is a core module of ProseMirror. ProseMirror is a well-behaved rich semantic content editor based on contentEditable, with support for collaborative editing and custom document schemas. This module implements document transforms, which are used by the editor to treat changes as first-class values, which can be saved, shared, and reasoned about.

node-pify

promisify a callback-style function

pify permits ont to transform a callback-style function into a promise-style function. In comparison with builtin function `util.promisify`, pify is faster, supports wrapping a whole module/object, has useful options and does have a magic behavior for certain Node.js methods.