cxl

provisioning for CXL device memory

This utility provides commands for enumerating and provisioning CXL devices. CXL is a protocol that allows accessing memory over the PCI bus (PCIe ≥ 5) with full cache coherency. The access can be in either direction, with latencies closer to that of DDR (usually less than twice as bad) rather than those usually associated with PCI attached storage.

codegroup

convert any file into five-letter code groups

codegroup encodes any file into five-letter code groups, allowing it to be transmitted through any medium, and decodes files containing codegroups into the original input. Encoded files contain a 16-bit cyclical redundancy check (CRC) and file size to verify, when decoded, that the message is complete and correct. Files being decoded may contain other information before and after the codegroups, allowing in-the-clear annotations to be included.

algol68g

Implementation of Algol 68 as defined by the Revised Report

Algol 68 is a secure, expression-oriented programming language with which you elegantly code algorithms without having to bother too much about irrelevant technical details and limitations inherent to many other languages.

libcourier-unicode8

Courier Unicode library (shared runtime library)

This library implements several algorithms related to the Unicode Standard: - Look up uppercase, lowercase, and titlecase equivalents of a unicode character. - Implementation of grapheme and work breaking rules. - Implementation of line breaking rules. - Several ancillary functions, like looking up the unicode character that corresponds to some HTML 4.0 entity (such as “&”, for example), and determining the normal width or a double-width status of a unicode character. Also, an adaptation of the iconv(3) API for this unicode library. - Look up Unicode script property.

python3-fivem-api

Library for querying server info from FiveM, a multiplayer platform for GTA V

This library enables interaction with FiveM servers—platforms that extend Grand Theft Auto V by Rockstar Games with the ability to play online with custom modifications. The library allows for efficient querying of server details, including the current list of active players, maximum player capacities, and resources loaded on the server. Utilizing asynchronous HTTP requests through aiohttp, it provides a robust toolset for integrating real-time FiveM server data into applications or for monitoring server status. Ideal for community tools, game server dashboards, or enhancing gaming experiences with external data access.

python3-doxypypy

More Pythonic version of doxypy, a Doxygen filter for Python

For now Doxygen has limited support for Python. It recognizes Python comments, but otherwise treats the language as being more or less like Java. It doesn’t understand basic Python syntax constructs like docstrings, keyword arguments, generators, nested functions, decorators, or lambda expressions. It likewise doesn’t understand conventional constructs like doctests or ZOPE-style interfaces. It does however support inline filters that can be used to make input source code a little more like what it’s expecting.