node-debbundle-es-to-primitive

Pure javascript implementation of ToPrimitive algorithm

This package provides a ponyfill for ToPrimitive algorithm, thus converting of JavaScript object to a primitive value. In JavaScript a primitive is data that is not an object and has no method. There are seven primitive data type: string, number, bigint, boolean, null, undefined and symbol.

octave-optim

unconstrained non-linear optimization toolkit for Octave

Unconstrained Non-linear Optimization toolkit for Octave, a numerical computation software. Included are functions to do linear least square fitting on data points, nonlinear regression using the Levenberg-Marquardt algorithm, Prony's method for non-linear exponent fitting and many more.

node-crc

module for calculating Cyclic Redundancy Check (CRC)

This package provides a pure JavaScript implementation, with no dependencies, to calculate CRC, the following algorithms are supported: * CRC1 * CRC8 * CRC8 1-Wire * CRC16 * CRC16 CCITT * CRC16 Modbus * CRC24 * CRC32

mutter-15-tests

Tests for GNOME's window manager library

Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration.

python3-pyrr

Python 3 module for 3D geometry calculations

Pyrr is a numpy-powered math library for 3D geometry calculations with focus on OpenGL-related applications.

r-cran-xmlparsedata

Parse Data of R Code as an XML Tree

Convert the output of utils::getParseData() to an XML tree, that one can search via XPath, and easier to manipulate in general.