This is a staging site. Uploads will not persist. Testing only.

node-devtools-protocol

Chrome DevTools Protocol

The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and profile Chromium, Chrome and other Blink-based browsers. Many existing projects currently use the protocol. The Chrome DevTools uses this protocol and the team maintains its API.

node-functional.js

Node.js module facilitating currying and tacit programming

This Node.js module is a functional JavaScript library. It facilitates currying and point-free / tacit programming, with optional lambda expressions.

libmodule-extract-version-perl

module to extract a module version safely

The Module::Extract::VERSION module lets you pull out of module source code the version number for the module. It assumes that there is only one $VERSION in the file and the entire $VERSION statement is on the same line.

node-grunt-timer

times the duration of your grunt tasks

This Node.js module times the duration of each of your grunt tasks automatically and outputs the execution time in milliseconds to the console after each task. It also logs the total time for all logged tasks at the end.

node-react-fast-compare

Fast deep equal comparison for React

The fastest deep equal comparison for React. Very quick general-purpose deep comparison, too. Great for React.memo and shouldComponentUpdate.

postgresql-14-ogr-fdw

PostgreSQL foreign data wrapper for OGR

OGR is the vector half of the GDAL spatial data access library. It allows access to a large number of GIS data formats using a simple C API for data reading and writing. Since OGR exposes a simple table structure and PostgreSQL foreign data wrappers allow access to table structures, the fit seems pretty perfect.