libstringprep-java
Stringprep (RFC 3454) Java implementation
This project implements the RFC 3454 Preparation of Internationalized Strings
("stringprep") in pure Java.
libttfautohint1t64
Automatic font hinter - library
This project provides a library which takes a TrueType font as the input,
removes its bytecode instructions (if any), and returns a new font where all
glyphs are bytecode hinted using the information given by FreeType's
autohinting module. The idea is to provide the excellent quality of the
autohinter on platforms which don't use FreeType.
libhalide17-0
fast, portable computation on images and tensors
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
Halide currently targets:
* CPU architectures: X86, ARM, MIPS, Hexagon, PowerPC, RISC-V
* Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT
* GPU Compute APIs: CUDA, OpenCL, OpenGL Compute Shaders, Apple Metal,
Microsoft Direct X 12
Rather than being a standalone programming language,
Halide is embedded in C++. This means you write C++ code that builds
an in-memory representation of a Halide pipeline using Halide's C++ API.
You can then compile this representation to an object file,
or JIT-compile it and run it in the same process.
node-peek-readable
Read and peek from a readable stream
A promise based asynchronous stream reader, which makes reading from a stream
easy.
unikmer
Toolkit for nucleic acid k-mer analysis
unikmer is a golang package and a toolkit for nucleic acid k-mer
analysis, providing functions including set operation k-mers
optional with TaxIDs but without count information.
libmrpt-detectors2.11t64
Mobile Robot Programming Toolkit - detectors library
The Mobile Robot Programming Toolkit (MRPT) is an extensive, cross-platform,
and open source C++ library aimed to help robotics researchers to design and
implement algorithms in the fields of Simultaneous Localization and Mapping
(SLAM), computer vision, and motion planning (obstacle avoidance).