Zen Patched Kernel Sources.
Zen Kernel is a fork of Linux that applies out-of-tree features, early backports, and fixes, that impact desktop usage of Linux. Many of the features that change system behavior are hidden behind CONFIG_ZEN_INTERACTIVE, while many others are always available or configurable (such as CONFIG_MUQSS), for custom builds and distributions of Zen Kernel.
Source: LINUX Unplugged: 593: Zen and the Art of Kernel Preempting.
Pay Respects suggests fixes to wrong console commands by pressing F
.
It's a command-not-found
and thefuck
replacement written in Rust.
The command-not-found module is a feedback provider plugin for PowerShell. This feedback provider depends on the command-not-found utility, which is often available on Linux by default, to provide suggestions when a native command cannot be found.
bash also calls the command-not-found utility to provide suggestions when a command cannot be found. But this feedback provider plugin does more than that, thanks to the command-line predictor feature in PowerShell. It also implements the ICommandPredictor interface and serves as a predictor. When the resulted feedback contains actionable items, such as commands to run, they will be used as predictive suggestions to streamline the user's command-line experience.
Open VSX is an open-source registry for VS Code extensions. It can be used by any development environment that supports such extensions.
Telescope allows you to create a collaborative documentation that will be generated as a static site with an interactive graph to explore the content.
Agent Framework / shim to use Pydantic with LLMs.
PydanticAI is a Python Agent Framework designed to make it less painful to build production grade applications with Generative AI.
Smoothly transition elements.
Meet Blendy, a framework-agnostic tool that smoothly transitions one element into another with just a few lines of code.
mutt-ics is a viewer for iCalendar
files (.ics
) (meeting notifications) in mutt
.
mutt-wizard is a tool that automatically sets up a NeoMutt-based minimal
email system.
It configures mutt
and isync
with a default interface and safe passwords.
A minimalist portfolio configurable via one JSON.
Native dual range input in 80 lines of TypeScript.
ThinkPHP Framework
The Database Toolkit for Python.
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.