ipfs-cid
CLI tool to generate CIDs without a full IPFS client
The intent of the tools is to be for CID generation/verification only. It is
not in any way an IPFS client.
stopt-examples
library for stochastic optimization problems (programs examples)
This package provides some programs written to solve mathematical problems
using the StOpt library. The source code is provided, examples are available
in C++ and in Python. C++ source code has to be built against the libstopt-dev
package if one wants to run it.
node-codemirror-search
Search functionality for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
ament-cmake-pycodestyle
CMake build system for ROS 2 ament packages (pycodestyle PEP-8 validator)
The ament build system is the most common way to build packages for ROS 2.
ament_cmake provides the necessary tooling to build ament packages with CMake.
node-codemirror-view
DOM view component for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
node-crelt
Tiny DOM-element creation utility
node-crelt provides a tiny DOM-element creation utility. It exports a single
function that returns a DOM element. It is called with
- a tag name string or DOM element
- an optional attribute object mapping names to values
- any number of children