Unix manual pages are lovely. They are concise, well-written,
complete, and downright useful. However, the standard way of accessing
them from the command-line hasn't changed since the early days.
Qman aims to change that. It's a modern, full-featured manual page
viewer featuring hyperlinks, web browser like navigation, a table of
contents for each page, incremental search, on-line help, and more. It
also strives to be fast and tiny, so that it can be used
everywhere. For this reason, it's been written in plain C and has only
minimal dependencies.
WWW: https://github.com/plp13/qman
MCP Probe is a Model Context Protocol (MCP) client library and debugging
toolkit written in Rust. It provides both an SDK for building MCP
integrations and an interactive debugger for testing MCP servers.
WWW: https://conikeec.github.io/mcp-probe/
- Submitter becomes maintainer
sff is a simple, fast, and feature-rich terminal file manager inspired
by nnn and guided by the suckless philosophy. It aims to provide a
reliable, efficient, and user-friendly file management experience with
high extensibility.
WWW: https://codeberg.org/sylphenix/sff
PR: 285216
Analyzer for log files of time stations.
The program takes two parameters:
- the station name of the file to analyze (as argument to the -s option)
- the name of the file to analyze (as argument to the -f option)
Currently supported stations are DCF77 and MSF.
See the enclosed README.md for more information.
Xet-core enables huggingface_hub to utilize xet storage for uploading
and downloading to HF Hub. Xet storage provides chunk-based
deduplication, efficient storage/retrieval with local disk caching,
and backwards compatibility with Git LFS. This library is not meant to
be used directly, and is instead intended to be used from
huggingface_hub.
WWW: https://github.com/huggingface/xet-core
A curated collection of all country flags in 4x3 and 1x1 formats
converted from SVG to PNG for various sizes, from 24px to 256px,
with rounded corners (based on the blog post by Joel Dare).
Depend on ImageMagick 6.x for the time being until I can come up
with a nice version-agnostic way to circumvent the WARNING: The
"convert" command is deprecated in IMv7, use "magick" instead of
"convert" or "magick convert".
The Model Context Protocol allows applications to provide context for LLMs in a
standardized way, separating the concerns of providing context from the actual
LLM interaction. This Python SDK implements the full MCP specification, making
it easy to:
- Build MCP clients that can connect to any MCP server
- Create MCP servers that expose resources, prompts and tools
- Use standard transports like stdio and SSE
- Handle all MCP protocol messages and lifecycle events
https://pypi.python.org/pypi/mcp