python3-pykmtronic

Python library for interfacing with KM-Tronic web relays

KM-Tronic web relays are widely used for remote control applications across various industries. This library allows users to programmatically manage and automate the operations of KM-Tronic web relays through a straightforward Python interface. It supports specific models like the W2CR two-channel web relay, enabling developers to integrate relay control into their applications effectively.

r-cran-htmltable

GNU R package for advanced html tables

The htmlTable package provides tables with state-of-the-art layout elements such as row spanners, column spanners, table spanners, zebra striping, and more. While allowing advanced layout, the underlying css-structure is simple in order to maximize compatibility with word processors such as 'MS Word' or 'LibreOffice'. The package also contains a few text formatting functions that help outputting text compatible with HTML/'LaTeX'.

google-android-build-tools-23.0.2-installer

Google's Android SDK Build-Tools 23.0.2 Installer

This package will download the binary Google Android build tools and create a Debian package. The build tools are used in the process of assembling the java code into the APK package. They can also be useful for inspecting APKs.

rootlesskit

Linux-native "fake root" for rootless containers

The purpose of RootlessKit is to run Docker and Kubernetes as an unprivileged user (known as "Rootless mode"), so as to protect the real root on the host from potential container-breakout attacks.

ruby-ecma-re-validator

Validate a regular expression string against ECMA-262

This library can be used to validate a regular expression string against what ECMA-262 (Javascript) can actually do.

ruby-jbuilder

creation of JSON structures via a Builder-style DSL

Jbuilder gives you a simple domain-specific language in Ruby for declaring JSON structures that beats massaging giant hash structures. It is particularly helpful when the generation process is fraught with conditionals and loops.