This is a staging site. Uploads will not persist. Testing only.

debian-faq-ko

Debian Frequently Asked Questions, in Korean

In this package you will find the Debian GNU/Linux FAQ, which gives frequently asked questions (with their answers!) about the Debian distribution (Debian GNU/Linux and others) and about the Debian project. Some answers assume some knowledge of Unix-like operating systems. However, as little prior knowledge as possible is assumed: answers to general beginners questions will be kept simple.

node-json-schema-merge-allof

Node.js module to merge schemas combined using allOf

node-json-schema-merge-allof merge schemas combined using allOf into a more readable composed schema free from allOf. Features: - Real and safe merging of schemas combined with allOf - Takes away all allOf found in the whole schema - Lossless in terms of validation rules, merged schema does not validate more or less than the original schema - Results in a more readable root schema - Removes almost all logical impossibilities - Throws if no logical intersection is found (your schema would not validate anything from the start) - Validates in a way not possible by regular simple meta validators - Correctly considers additionalProperties, patternProperties and properties as a part of an whole when merging schemas containing those - Correctly considers items and additionalItems as a whole when merging schemas containing those - Supports merging schemas with items as array and direct schema - Supports merging dependencies when mixed array and schema - Supports all JSON schema core/validation keywords (v6, use custom resolvers to support other keywords) - Option to override common impossibility like adding properties when using "additionalProperties: false" - Pluggable keyword resolvers It provides also json-schema-compare to compare JSON schemas correctly.

autotiling

automatically switch the window split orientation in sway and i3

This script uses the i3ipc-python library to switch the layout splith/splitv depending on the currently focused window dimensions. It works on both sway and i3 window managers.

python3-mpl-sphinx-theme

Matplotlib theme for Sphinx

This is the official Sphinx theme for Matplotlib documentation. It extends the pydata-sphinx-theme project, but adds custom styling and a navigation bar.

elpa-a

functions for dealing with associative structures

Library for dealing with associative data structures: alists, hash-maps, and vectors (for vectors, the indices are treated as keys).

vcstool

Command line tool to make working with multiple repositories easier

Vcstool is a version control system (VCS) tool, designed to make working with multiple repositories easier. vcstool enables batch commands on multiple different vcs repositories. Currently it supports git, hg, svn and bzr.