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

trurl

command line tool for URL parsing and manipulation

trurl is a cli tool that parses and manipulates URLs, designed to help shell script authors everywhere. Typically you pass in one or more URLs and decide what of that you want output. Posssibly modifying the URL as well.

libgnuradio-blocks3.10.0

gnuradio blocks functions

Some non-signal processing blocks. These functions are also in gnuradio-core. Part of the main gnuradio build.

python3-flake8-spellcheck

flake8 plugin that spellchecks parts of your Python code (Python 3)

A flake8 plugin that spellchecks variables, function, classes and other bits of your Python code.

geogram

Programming library with geometric algorithms

Contains the main results in Geometry Processing from the former ALICE Inria project, that is, more than 30 research articles published in ACM SIGGRAPH, ACM Transactions on Graphics, Symposium on Geometry Processing and Eurographics.

libzycore1.1

Zyan Core Library for C

Zyan Core is an internal library providing platform independent types, macros and a fallback for environments without LibC.

python3-torch-scatter

PyTorch Extension Library of Optimized Scatter Operations

This package consists of a small extension library of highly optimized sparse update (scatter and segment) operations for the use in PyTorch, which are missing in the main package. Scatter and segment operations can be roughly described as reduce operations based on a given "group-index" tensor. Segment operations require the "group-index" tensor to be sorted, whereas scatter operations are not subject to these requirements.