A Language Server for Postgres Postgres Language Server A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling. Docs: pgtools.dev Install: instructions CLI releases VSCode Neovim Overview LSP Demo CLI Demo This project provides a toolchain for Postgres development, built on Postgres' own parser libpg_query to ensure 100% syntax compatibility. It is built on a Server-Client archi…
Use your Neovim like using Cursor AI IDE! avante.nvim avante.nvim is a Neovim plugin designed to emulate the behaviour of the Cursor AI IDE. It provides users with AI-driven code suggestions and the ability to apply these recommendations directly to their source files with minimal effort. 查看中文版 Note 🥰 This project is undergoing rapid iterations, and many exciting features will be added successively. Stay tuned! …
Causify development systemhelpers
YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader) YouTube Music Read this in other languages: 🇰🇷, 🇫🇷, 🇮🇸, 🇨🇱 🇪🇸, 🇷🇺, 🇭🇺 Electron wrapper around YouTube Music featuring: Native look & feel, aims at keeping the original interface Framework for custom plugins: change YouTube Music to your needs (style, content, features), enable/disable plugins in one click Demo Image Player Screen (album color theme & ambient light) …
Go library for the WhatsApp web multidevice APIwhatsmeow whatsmeow is a Go library for the WhatsApp web multidevice API. Discussion Matrix room: #whatsmeow:maunium.net For questions about the WhatsApp protocol (like how to send a specific type of message), you can also use the WhatsApp protocol Q&A section on GitHub discussions. Usage The godoc includes docs for all methods and event types. There's also a simple example at the top. Features Most core features are already present: Send…
Free, simple, fast interactive diagrams for any GitHub repository GitDiagram Turn any GitHub repository into an interactive diagram for visualization in seconds. You can also replace hub with diagram in any Github URL to access its diagram. 🚀 Features 👀 Instant Visualization: Convert any GitHub repository structure into a system design / architecture diagram 🎨 Interactivity: Click on components to navigate directly to source files and relevant directories ⚡ Fast Generation: Powered by Claude…
A C++ library for interacting with JSON.JsonCpp JSON is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs. JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files. Documentation JsonCpp documentation …
The fast, Pythonic way to build Model Context Protocol servers 🚀 🎉 FastMCP has been added to the official MCP SDK! 🎉 You can now find FastMCP as part of the official Model Context Protocol Python SDK: 👉 github.com/modelcontextprotocol/python-sdk Please note: this repository is no longer maintained. FastMCP 🚀 The fast, Pythonic way to build MCP servers. Model Context Protocol (MCP) servers are a new, standardized way to provide context and tools to your LLMs, and FastMCP makes building …
Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/)Perfetto - System profiling, app tracing and trace analysis Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visuali…