python3-diagnostic-msgs

Messages relating to Robot OS diagnostic, Python 3 interface

This package is part of Robot OS (ROS), and contains the messages which provide the standardized interface for the diagnostic and runtime monitoring systems in ROS. These messages are currently used by the https://wiki.ros.org/diagnostics stack, which provides libraries for simple ways to set and access the messages, as well as automated ways to process the diagnostic data.

cpp-13-arm-linux-gnueabi

GNU C preprocessor for arm-linux-gnueabi

A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation.

cpp-13-i686-linux-gnu

GNU C preprocessor for i686-linux-gnu

A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation.

python-keepkey

library for communicating with KeepKey Hardware Wallet

This is a modified version of python-trezor. The changes made were to support KeepKey’s protocol, as well as the additional feature set of KeepKey. For example, by default, device_recovery command invokes KeepKey’s style of device recovery using the Recovery Cipher.

node-immutable

Immutable Data Collections

Immutable data cannot be changed once created, leading to much simpler application development, no defensive copying, and enabling advanced memoization and change detection techniques with simple logic. Persistent data presents a mutative API which does not update the data in-place, but instead always yields new updated data.

libejml-java

Efficient Java Matrix Library

Efficient Java Matrix Library (EJML) is a linear algebra library for manipulating dense matrices. Its design goals are; 1) to be as computationally and memory efficient as possible for both small and large matrices, and 2) to be accessible to both novices and experts. These goals are accomplished by dynamically selecting the best algorithms to use at runtime, clean API, and multiple interfaces.