node-chokidar

wrapper around watch / watchFile / fsevents

Chokidar does still rely on the Node.js core fs module, but when using fs.watch and fs.watchFile for watching, it normalizes the events it receives, often checking for truth by getting file stats and/or dir contents.

libtemplate-glib-1.0-0

templating library for GLib

Template-GLib includes a simple template format along with integration into GObject Introspection for properties and methods. It separates the parsing of templates and the expansion of templates for faster expansion. You can also define scope, custom functions, and more with the embedded expression language.
perl data language: Perl extensions for numerics

pdl

perl data language: Perl extensions for numerics

PDL gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large N-dimensional data arrays which are the bread and butter of scientific computing. The idea is to turn perl in to a free, array-oriented, numerical language in the same sense as commercial packages like IDL and MatLab. One can write simple perl expressions to manipulate entire numerical arrays all at once. For example, using PDL the perl variable $a can hold a 1024x1024 floating point image, it only takes 4Mb of memory to store it and expressions like $a=sqrt($a)+2 would manipulate the whole image in a few seconds.

libstatistics-zscore-perl

Perl scoring module that uses statistics standard score

Statistics::Zscore is a scoring module that uses statistics STANDARD SCORE.
search in pdf files for strings matching a regular expression

pdfgrep

search in pdf files for strings matching a regular expression

Pdfgrep is a tool to search text in PDF files. It works similar to `grep'.

postgresql-16-pgrouting-scripts

Routing functionality support for PostgreSQL/PostGIS - SQL scripts

pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality.