leb128
read-eval-print-loop for LEB128
REPL program that converts numbers to signed and unsigned
LEB128 and displays the results in base-10, hex, and binary.
elpa-consult
Useful commands based on completing-read for Emacs
Consult provides practical commands based on the Emacs completion function
completing-read. Completion allows you to quickly select an item from a list of
candidates. Consult offers in particular an advanced buffer switching command
consult-buffer to switch between buffers and recently opened files. Furthermore
Consult provides multiple search commands, an asynchronous consult-grep and
consult-ripgrep, and the line-based search command consult-line. Some of the
Consult commands are enhanced versions of built-in Emacs commands. For example
the command consult-imenu presents a flat list of the Imenu with live preview,
grouping and narrowing. Please take a look at the full list of commands.
python3-meshzoo
simple geometric meshes (Python 3)
When generating meshes for FEM/FVM computations, sometimes your
geometry is so simple that you don't need a complex mesh generator
(like pygmsh, MeshPy, mshr, pygalmesh, dmsh), but something simple
and fast that makes use of the structure of the domain.
Enter meshzoo.
python3-inline-snapshot
Create and update inline snapshots in your Python code (Python 3)
inline-snapshot can be used for different things:
python3-ttn-client
Client for fetching and parsing uplink messages from The Things Network
This library provides a client to fetch and parse uplink messages from The
Things Network. The Things Network is a community-driven and open network that
supports LoRaWAN for long-range communication with low bandwidth. Data from
sensors is transferred via gateways to The Things Network, where this client
processes the received uplink messages. The client decodes the payload and
converts it into a readable format, extracting key-value pairs for further use
in applications. This allows users to integrate and work with data from The
Things Network within their own systems.