node-create-hmac
nodejs style hmacs in the browser
This library provides nodejs style hmacs for use in the browser, with native
hmac functions in nodejs. API is the same as hmacs in nodejs.
r-cran-rann
Fast Nearest Neighbour Search Using L2 Metric
Finds the k nearest neighbours for every point in a given dataset
in O(N log N) time using Arya and Mount's ANN library (v1.1.3). There is
support for approximate as well as exact searches, fixed radius searches
and 'bd' as well as 'kd' trees. The distance is computed using the L2
(Euclidean) metric. Please see package 'RANN.L1' for the same
functionality using the L1 (Manhattan, taxicab) metric.
figtoipe
convert FIG files to XML files for ipe
Ipe is a drawing editor for creating figures, provided in package ipe.
fl-cow
copy-on-write utility
Fl-cow allows you to utilise hard links to save disk space by causing
hard-linked files to be copied rather than overwritten as they are changed.
node-cheerio
Server-side jQuery implementation
Node-js module providing a tiny, fast, flexible and elegant
implementation of core jQuery designed specifically for the
server.
node-cli-truncate
Truncate a string to a specific width in the terminal
Gracefully handles ANSI escapes. Like a string styled with chalk. It also
supports Unicode surrogate pairs and fullwidth characters.