linux-doc-5.4

Linux kernel specific documentation for version 5.4

crazywa

AI engine for Wa Shogi and several other variants

CrazyWa is an AI engine for several variants of Shogi (japanese chess), and some variants of Chess.

dataset-fashion-mnist

MNIST-like fashion product database

Fashion-MNIST is a dataset of Zalando's article images -- consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes. The author intends Fashion-MNIST to serve as a direct **drop-in replacement** for the original MNIST dataset for benchmarking machine learning algorithms. It shares the same image size and structure of training and testing splits.

libstdc++-13-dev-hppa-cross

GNU Standard C++ Library v3 (development files) (hppa)

This package contains the headers and static library files necessary for building C++ programs which use libstdc++.

php-mongo-php-adapter

Adapter to provide ext-mongo interface on top of mongo-php-libary

python3-dissononce

Python implementation for Noise Protocol Framework

Dissononce is a Python implementation for Noise Protocol Framework. A main goal of this project is to provide a simple, easy to read and understand practical reference for Noise enthusiasts, implementers and users. Therefore this project attempts to stick to the following guidelines: - Syntax that resembles as closely as possible definitions and pseudo code mentioned in Noise Specs. - As minimal Python "magic" as possible (explicit is better than implicit). - Code that is simple, easy to read, follow and understand. - Flexibility to easily adopt future changes to Noise specifications. - Deviations from Noise Specs (additions, opinionated specs and API changes..etc) are isolated from original implementation/API and are optional to use. - Deviations from Noise Specs do not influence adjustments to original implementation/API that conflict with Noise Specs.