postgresql-15-mysql-fdw

Postgres 15 Foreign Data Wrapper for MySQL

postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data Wrapper (FDW) to access MySQL data from PostgreSQL.

python3-pygpu

language bindings for libgpuarray (Python 3)

libgpuarray provides a ndarray (multi-dimensional array) object which is computed on the GPU. It supports int, single and double precision floats.

node-callback-stream

pipeable stream that calls your callback

callback-stream a safe variant of the concat-stream package that will always return an array. It does everything callback-stream does, minus the concatenation. In fact, it just callbacks you with an array containing your good stuff. It is based on the Stream 2 API, but it also works on node v0.8. It also support Stream 3, which is bundled with node v0.12 and iojs.

python3-hupper

Integrated process monitor for developing servers. (Python 3)

hupper is an integrated process monitor that will track changes to any imported Python files in sys.modules as well as custom paths. When files are changed the process is restarted.

node-import-lazy

import a module lazily

Instead of referring to its exported properties directly, it's cached on consecutive calls. It also works using destructuring assignment in ES2015. Works out of the box for functions and regular properties.

node-locate-character

Helper to find the line and column of a character in a string

Module to find the line and column of a character within a string, starting at any index.