autopkgtest
automatic as-installed testing for Debian packages
autopkgtest runs tests on binary packages. The tests are run on the
package as installed on a testbed system (which may be found via a
virtualisation or containment system). The tests are expected to be
supplied in the corresponding Debian source package.
jupyterlab
Node.js modules for JupyterLab
JupyterLab is the next-generation user interface for Project Jupyter
offering all the familiar building blocks of the classic Jupyter Notebook
(notebook, terminal, text editor, file browser, rich outputs, etc.) in a
flexible and powerful user interface.
mobile-broadband-provider-info
database of mobile broadband service providers
This package contains a database of provider-specific settings of mobile
broadband providers in different countries. Its functioning through Network
Manager makes it easy for users to choose their mobile broadband service
provider.
node-d3-polygon
Operations for two-dimensional polygons
This module provides a few basic geometric operations for two-dimensional
polygons. Each polygon is represented as an array of two-element arrays
[[x1, y1], [x2, y2], …], and may either be closed (wherein the first and last
point are the same) or open (wherein they are not).
python3-mpi4py-fft
a Python package for computing Fast Fourier Transforms (FFTs) with MPI
mpi4py-fft is a Python package for computing Fast Fourier Transforms
(FFTs). Large arrays are distributed and communications are handled
under the hood by MPI for Python (mpi4py). To distribute large arrays
we are using a new and completely generic algorithm that allows for
any index set of a multidimensional array to be distributed. We can
distribute just one index (a slab decomposition), two index sets
(pencil decomposition) or even more for higher-dimensional arrays.
node-has-flag
check if argv has a specific flag
This module checks if argv has a specific flag and correctly stops
looking after an -- argument terminator.