cpplint
Static code checker for C++
Command-line tool to check C/C++ files for style issues following
Google's C++ style guide.
r-cran-locfdr
GNU R computation of local false discovery rates
This GNU R package can be used for the computation of local false discovery
rates.
libcrypt-urandom-token-perl
module to generate secure strings for passwords, secrets and similar
Crypt::URandom::Token provides a secure way to generate a random token for
passwords and similar using Crypt::URandom as the source of random bits.
python3-asyncmy
Fast asyncio MySQL/MariaDB driver (Python 3)
asyncmy is a fast asyncio MySQL/MariaDB driver, which reuse most of pymysql
and aiomysql but rewrite core protocol with cython to speedup.
libg2o0
C++ framework for optimizing graph-based nonlinear error functions
A wide range of problems in robotics as well as in computer-vision involve the
minimization of a non-linear error function that can be represented as a graph.
Typical instances are simultaneous localization and mapping (SLAM) or bundle
adjustment (BA). The overall goal in these problems is to find the
configuration of parameters or state variables that maximally explain a set of
measurements affected by Gaussian noise. g2o is an open-source C++ framework
for such nonlinear least squares problems. g2o has been designed to be easily
extensible to a wide range of problems and a new problem typically can be
specified in a few lines of code. The current implementation provides solutions
to several variants of SLAM and BA. g2o offers a performance comparable to
implementations of state-of-the-art approaches for the specific problems
(02/2011)
libstringext-ocaml
extra string functions for OCaml (runtime files)
Extra string functions for OCaml. Mainly splitting. All functions are
in the Stringext module.