python3-hazwaz

write command line scripts

It is a way to reuse the boilerplating needed to write argparse based commands with multiple subcommands.

libstdc++-11-pic-mips64el-cross

GNU Standard C++ Library v3 (shared library subset kit) (mips64el)

This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems.

libmartchus-c++utilities5t64

useful C++ classes and routines used by Martchus' applications

Martchus-cpp-utilities is a library that contains helpers for: * parsing command-line arguments and providing Bash completions * working with dates and times * converting primitive data types to byte-buffers, and vice versa (eg, between litte-endian and big-endian) * common string conversions/operations * using standard IO streams * using SFINAE by providing additional traits (eg, for checking whether a type is iteratable) * testing with *CppUnit* * CMake, with convenient modules and templates

isochron

Tool for Time Sensitive Networking testing

The isochron program is a real-time application for testing Time Sensitive Networking equipment. It works by monitoring the network synchronization status and sending time-triggered Ethernet packets. It has a server-client architecture and it measures network latency by taking multiple timestamps (some hardware, some software) along the path of the packets.

libmartchus-qtforkawesome1t64

C++ library that conveniently enables the use of Fork Awesome in Qt

Qt ForkAwesome is a C++ library that conveniently enables the use of Fork Awesome in Qt applications. Qt ForkAwesome enumerates and encodes Fork Awesome as Qt resources, it provides an 'enum' of the icon-font definitions, and it enables font glyphs to be used in cases where Qt requires traditional icons. Qt ForkAwesome uses FreeType to render, hint, and antialias icon-fonts.

r-cran-rcpptoml

'Rcpp' Bindings to Parser for Tom's Obvious Markup Language

The configuration format defined by 'TOML' (which expands to "Tom's Obvious Markup Language") specifies an excellent format (described at <https://toml.io/en/>) suitable for both human editing as well as the common uses of a machine-readable format. This package uses 'Rcpp' to connect the 'cpptoml' parser written by Chase Geigle (in C++11) to R.