#rust #protobuf #rust
Prost is a Rust tool that turns Protocol Buffers (.proto) files into simple, readable Rust code for proto2/proto3. It keeps comments, uses Rust derives for clean types, handles packages as modules, preserves unknown enums, and serializes existing types easily—add to Cargo.toml and use prost-build in build.rs. You benefit by getting fast, safe, idiomatic Rust for efficient data serialization in gRPC/microservices, saving time on boilerplate while ensuring memory safety and performance.
https://github.com/tokio-rs/prost
Prost is a Rust tool that turns Protocol Buffers (.proto) files into simple, readable Rust code for proto2/proto3. It keeps comments, uses Rust derives for clean types, handles packages as modules, preserves unknown enums, and serializes existing types easily—add to Cargo.toml and use prost-build in build.rs. You benefit by getting fast, safe, idiomatic Rust for efficient data serialization in gRPC/microservices, saving time on boilerplate while ensuring memory safety and performance.
https://github.com/tokio-rs/prost
GitHub
GitHub - tokio-rs/prost: PROST! a Protocol Buffers implementation for the Rust Language
PROST! a Protocol Buffers implementation for the Rust Language - tokio-rs/prost
#go #config #config_loader #configuration #configuration_file #configuration_management #etcd_client #go #golang #golang_package #s3_bucket #toml #viper #yaml
koanf is a lightweight Go library to load config from files (JSON, YAML, TOML), env vars, flags, S3, Vault and more, merging them easily with dot-path keys like "app.server.port". Install core with `go get github.com/knadh/koanf/v2`, add providers/parsers as needed. It's a cleaner Viper alternative with fewer dependencies and better extensibility. This saves you time by simplifying config in apps, letting you override values flexibly without bloat or forced orders.
https://github.com/knadh/koanf
koanf is a lightweight Go library to load config from files (JSON, YAML, TOML), env vars, flags, S3, Vault and more, merging them easily with dot-path keys like "app.server.port". Install core with `go get github.com/knadh/koanf/v2`, add providers/parsers as needed. It's a cleaner Viper alternative with fewer dependencies and better extensibility. This saves you time by simplifying config in apps, letting you override values flexibly without bloat or forced orders.
https://github.com/knadh/koanf
#typescript
Pi Monorepo offers tools like pi-ai for unified LLM APIs (OpenAI, Anthropic, etc.), pi-agent-core for agent runtime with tools, pi-coding-agent CLI for interactive coding, plus Slack bots, terminal/web UIs, and vLLM deployment CLI. This single repo simplifies sharing code/dependencies, unified builds/tests (npm install, build, check), and atomic changes across AI projects. You benefit by saving time on setups, reusing components easily, speeding collaboration, and streamlining CI/CD for faster, consistent AI agent development.
https://github.com/badlogic/pi-mono
Pi Monorepo offers tools like pi-ai for unified LLM APIs (OpenAI, Anthropic, etc.), pi-agent-core for agent runtime with tools, pi-coding-agent CLI for interactive coding, plus Slack bots, terminal/web UIs, and vLLM deployment CLI. This single repo simplifies sharing code/dependencies, unified builds/tests (npm install, build, check), and atomic changes across AI projects. You benefit by saving time on setups, reusing components easily, speeding collaboration, and streamlining CI/CD for faster, consistent AI agent development.
https://github.com/badlogic/pi-mono
GitHub
GitHub - badlogic/pi-mono: AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods
AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods - badlogic/pi-mono
#php #billing #codeigniter #crm #invoiceplane #invoices #invoicing #open_source #php
InvoicePlane is a free, open-source app you host yourself to easily create and manage professional invoices, quotes, clients, payments, and reports. Key features include customizable templates, payment gateway integration like PayPal and Stripe, multi-currency support, and expense tracking, with simple setup by downloading, uploading files, configuring, and running the installer. It benefits you by saving money on pricey software, giving full data control for privacy, streamlining billing to get paid faster, and offering community help for freelancers and small businesses.
https://github.com/InvoicePlane/InvoicePlane
InvoicePlane is a free, open-source app you host yourself to easily create and manage professional invoices, quotes, clients, payments, and reports. Key features include customizable templates, payment gateway integration like PayPal and Stripe, multi-currency support, and expense tracking, with simple setup by downloading, uploading files, configuring, and running the installer. It benefits you by saving money on pricey software, giving full data control for privacy, streamlining billing to get paid faster, and offering community help for freelancers and small businesses.
https://github.com/InvoicePlane/InvoicePlane
GitHub
GitHub - InvoicePlane/InvoicePlane: A self-hosted open source application for managing your invoices, clients and payments.
A self-hosted open source application for managing your invoices, clients and payments. - InvoicePlane/InvoicePlane
#smali #ahmyth #ahmyth_android_rat #ahmyth_rat #android_rat #apk_builder #apk_merger #educational #payload_builder #payload_merger #trojan_builder #trojan_merger
I can't provide a summary of this content as requested. The text describes AhMyth, which is a remote access trojan (RAT) — malware designed to gain unauthorized control of Android devices. This tool is used to steal sensitive information like banking credentials, passwords, photos, and audio recordings, and to conduct surveillance through camera and microphone access.
I cannot summarize malware documentation in a way that presents it neutrally or highlights "benefits to the user," as doing so would risk facilitating cybercrime. If you're interested in cybersecurity education, I'd be happy to discuss how to protect against such threats, or explain malware from a defensive security perspective.
https://github.com/Morsmalleo/AhMyth
I can't provide a summary of this content as requested. The text describes AhMyth, which is a remote access trojan (RAT) — malware designed to gain unauthorized control of Android devices. This tool is used to steal sensitive information like banking credentials, passwords, photos, and audio recordings, and to conduct surveillance through camera and microphone access.
I cannot summarize malware documentation in a way that presents it neutrally or highlights "benefits to the user," as doing so would risk facilitating cybercrime. If you're interested in cybersecurity education, I'd be happy to discuss how to protect against such threats, or explain malware from a defensive security perspective.
https://github.com/Morsmalleo/AhMyth
GitHub
GitHub - Morsmalleo/AhMyth: Cross-Platform Android Remote Administration Tool | Official maintained repository for the AhMyth R.A.T…
Cross-Platform Android Remote Administration Tool | Official maintained repository for the AhMyth R.A.T Project | A dedicated revival of the original repository at https://GitHub.com/AhMyth/AhMyth-...
#cplusplus #ps2 #recompile #reverse_engineering #static_recompilation #tool
PS2Recomp is an experimental tool that converts PlayStation 2 game files into C++ code for native running on PCs or other devices, skipping slow emulation. It translates MIPS instructions, supports special PS2 features, and uses simple config files for setup—you build it with CMake, run it on your ELF file, then compile the output with a basic runtime. Though not fully ready (limited VU1/graphics support), it benefits you by enabling faster performance, mods, higher frame rates, and enhancements like widescreen on modern hardware.
https://github.com/ran-j/PS2Recomp
PS2Recomp is an experimental tool that converts PlayStation 2 game files into C++ code for native running on PCs or other devices, skipping slow emulation. It translates MIPS instructions, supports special PS2 features, and uses simple config files for setup—you build it with CMake, run it on your ELF file, then compile the output with a basic runtime. Though not fully ready (limited VU1/graphics support), it benefits you by enabling faster performance, mods, higher frame rates, and enhancements like widescreen on modern hardware.
https://github.com/ran-j/PS2Recomp
GitHub
GitHub - ran-j/PS2Recomp: Playstation 2 Static Recompiler & Runtime Tool to make native PC ports
Playstation 2 Static Recompiler & Runtime Tool to make native PC ports - ran-j/PS2Recomp
#python #agentic_ai #agents #ai #ai_agents #realtime #stt #tts #video_agents #video_ai #vision_ai #voice_ai
Vision Agents is an open-source Python framework by Stream to build real-time AI agents that watch video, listen to audio, and respond instantly with low latency under 30ms. It integrates YOLO, Roboflow, OpenAI, Gemini, and 25+ tools for apps like golf coaching, security cameras detecting theft, or phone assistants. Install easily with `uv add vision-agents`, use free Stream credits, and deploy on any video network. You benefit by quickly creating smart video AI for gaming, safety, or coaching without vendor lock-in, saving time and costs on custom builds.
https://github.com/GetStream/Vision-Agents
Vision Agents is an open-source Python framework by Stream to build real-time AI agents that watch video, listen to audio, and respond instantly with low latency under 30ms. It integrates YOLO, Roboflow, OpenAI, Gemini, and 25+ tools for apps like golf coaching, security cameras detecting theft, or phone assistants. Install easily with `uv add vision-agents`, use free Stream credits, and deploy on any video network. You benefit by quickly creating smart video AI for gaming, safety, or coaching without vendor lock-in, saving time and costs on custom builds.
https://github.com/GetStream/Vision-Agents
GitHub
GitHub - GetStream/Vision-Agents: Open Vision Agents by Stream. Build Vision Agents quickly with any model or video provider. Uses…
Open Vision Agents by Stream. Build Vision Agents quickly with any model or video provider. Uses Stream's edge network for ultra-low latency. - GetStream/Vision-Agents
#python
Kimi Code CLI is a terminal AI agent that reads/edits code, runs shell commands, searches web pages, and plans tasks autonomously. Switch to shell mode with Ctrl-X, integrate with IDEs like Zed/JetBrains via ACP, enhance Zsh, or add MCP tools. Install easily and log in with /login for Kimi Code benefits like fast 100 tokens/s speeds and high quotas. This saves you time on coding/development by automating complex workflows intelligently and securely.
https://github.com/MoonshotAI/kimi-cli
Kimi Code CLI is a terminal AI agent that reads/edits code, runs shell commands, searches web pages, and plans tasks autonomously. Switch to shell mode with Ctrl-X, integrate with IDEs like Zed/JetBrains via ACP, enhance Zsh, or add MCP tools. Install easily and log in with /login for Kimi Code benefits like fast 100 tokens/s speeds and high quotas. This saves you time on coding/development by automating complex workflows intelligently and securely.
https://github.com/MoonshotAI/kimi-cli
GitHub
GitHub - MoonshotAI/kimi-cli: Kimi Code CLI is your next CLI agent.
Kimi Code CLI is your next CLI agent. Contribute to MoonshotAI/kimi-cli development by creating an account on GitHub.
❤1
#typescript
MCP Apps is a stable standard (version 2026-01-26) that lets MCP servers show interactive UIs like charts, forms, maps, 3D scenes, and dashboards right in AI chats such as Claude or ChatGPT. Install the `@modelcontextprotocol/ext-apps` SDK via npm, use SDKs for app or host building, and run 20+ examples (e.g., budget tools, PDF viewers, real-time monitors) locally or in clients. This helps you create engaging, bidirectional AI tools that boost productivity by embedding rich visuals and controls directly in conversations.
https://github.com/modelcontextprotocol/ext-apps
MCP Apps is a stable standard (version 2026-01-26) that lets MCP servers show interactive UIs like charts, forms, maps, 3D scenes, and dashboards right in AI chats such as Claude or ChatGPT. Install the `@modelcontextprotocol/ext-apps` SDK via npm, use SDKs for app or host building, and run 20+ examples (e.g., budget tools, PDF viewers, real-time monitors) locally or in clients. This helps you create engaging, bidirectional AI tools that boost productivity by embedding rich visuals and controls directly in conversations.
https://github.com/modelcontextprotocol/ext-apps
GitHub
GitHub - modelcontextprotocol/ext-apps: Official repo for spec & SDK of MCP Apps protocol - standard for UIs embedded AI chatbots…
Official repo for spec & SDK of MCP Apps protocol - standard for UIs embedded AI chatbots, served by MCP servers - modelcontextprotocol/ext-apps
#typescript #ai #assistant #clawd #crustacean #moltbot #molty #own_your_data #personal
Moltbot is your personal AI assistant that runs on your devices like Mac, Linux, or Windows. It chats on WhatsApp, Telegram, Slack, Discord, and more, with voice on phones and live visuals. Install easily with `npm install -g moltbot@latest` then `moltbot onboard`. Use top models like Claude Opus for smart replies. It remembers talks, runs tasks, sends reminders, and builds skills itself. You gain a fast, private helper that acts first—handling emails, calendars, and chores proactively to save time and boost productivity every day.
https://github.com/moltbot/moltbot
Moltbot is your personal AI assistant that runs on your devices like Mac, Linux, or Windows. It chats on WhatsApp, Telegram, Slack, Discord, and more, with voice on phones and live visuals. Install easily with `npm install -g moltbot@latest` then `moltbot onboard`. Use top models like Claude Opus for smart replies. It remembers talks, runs tasks, sends reminders, and builds skills itself. You gain a fast, private helper that acts first—handling emails, calendars, and chores proactively to save time and boost productivity every day.
https://github.com/moltbot/moltbot
GitHub
GitHub - moltbot/moltbot: Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 - GitHub - moltbot/moltbot: Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
❤2
#python #academic_papers #conference_presentations #security_reviews
Trail of Bits offers free security resources like academic papers on bug-finding tools, white papers on AI risks and blockchain, guides for secure smart contracts and testing, and public audit reports for clients like Uniswap, Scroll, and Offchain Labs. They cover automated bug detection, cryptography, mobile security, and AI/ML threats, with recent 2024-2026 reviews of Solana, Ethereum, and more. You benefit by accessing expert insights to strengthen your code, spot vulnerabilities early, and build safer software without cost.
https://github.com/trailofbits/publications
Trail of Bits offers free security resources like academic papers on bug-finding tools, white papers on AI risks and blockchain, guides for secure smart contracts and testing, and public audit reports for clients like Uniswap, Scroll, and Offchain Labs. They cover automated bug detection, cryptography, mobile security, and AI/ML threats, with recent 2024-2026 reviews of Solana, Ethereum, and more. You benefit by accessing expert insights to strengthen your code, spot vulnerabilities early, and build safer software without cost.
https://github.com/trailofbits/publications
GitHub
GitHub - trailofbits/publications: Publications from Trail of Bits
Publications from Trail of Bits. Contribute to trailofbits/publications development by creating an account on GitHub.
#other #playwright
Playwright CLI is a simple command-line tool for browser automation that works best with coding agents like Claude or GitHub Copilot. Install it globally with `npm install -g @playwright/cli@latest`, then use commands like `open`, `type`, `click`, `screenshot` to control browsers efficiently without loading heavy page data. It saves tokens for faster AI tasks on large codebases. You benefit by automating web tests, taking screenshots, and managing sessions quickly, making your coding and testing workflows smoother and more reliable.
https://github.com/microsoft/playwright-cli
Playwright CLI is a simple command-line tool for browser automation that works best with coding agents like Claude or GitHub Copilot. Install it globally with `npm install -g @playwright/cli@latest`, then use commands like `open`, `type`, `click`, `screenshot` to control browsers efficiently without loading heavy page data. It saves tokens for faster AI tasks on large codebases. You benefit by automating web tests, taking screenshots, and managing sessions quickly, making your coding and testing workflows smoother and more reliable.
https://github.com/microsoft/playwright-cli
GitHub
GitHub - microsoft/playwright-cli: CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and…
CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots. - microsoft/playwright-cli
#java #4k #android #bandcamp #download_videos #newpipe #peertube #soundcloud #translation #video #watch #youtube_video
NewPipe is a free, open-source Android app for ad-free streaming and downloading videos/audio from YouTube, SoundCloud, PeerTube and more, with background play, pop-up mode, subscriptions without accounts, and no Google tracking for full privacy. The team is rewriting the code for a modern, stable version—download nightly builds to try new features early. This benefits you by saving data/battery, enabling offline/multitasking use, and protecting your data on any device.
https://github.com/TeamNewPipe/NewPipe
NewPipe is a free, open-source Android app for ad-free streaming and downloading videos/audio from YouTube, SoundCloud, PeerTube and more, with background play, pop-up mode, subscriptions without accounts, and no Google tracking for full privacy. The team is rewriting the code for a modern, stable version—download nightly builds to try new features early. This benefits you by saving data/battery, enabling offline/multitasking use, and protecting your data on any device.
https://github.com/TeamNewPipe/NewPipe
GitHub
GitHub - TeamNewPipe/NewPipe: A libre lightweight streaming front-end for Android.
A libre lightweight streaming front-end for Android. - TeamNewPipe/NewPipe
#javascript #javascript #katex #latex #math #math_typesetting
KaTeX is a fast, easy-to-use JavaScript library that displays mathematical equations on websites. It renders math instantly without slowing down your page and produces professional-quality output based on TeX, the standard for math typesetting. Unlike heavier alternatives, KaTeX has no dependencies, works across all major browsers, and can be rendered on servers before sending to users. This means your website loads faster while still showing beautiful, correctly formatted math expressions. You can use it by simply adding a few lines of code to your HTML, making it ideal for educational sites, documentation, or any web content featuring mathematical formulas.
https://github.com/KaTeX/KaTeX
KaTeX is a fast, easy-to-use JavaScript library that displays mathematical equations on websites. It renders math instantly without slowing down your page and produces professional-quality output based on TeX, the standard for math typesetting. Unlike heavier alternatives, KaTeX has no dependencies, works across all major browsers, and can be rendered on servers before sending to users. This means your website loads faster while still showing beautiful, correctly formatted math expressions. You can use it by simply adding a few lines of code to your HTML, making it ideal for educational sites, documentation, or any web content featuring mathematical formulas.
https://github.com/KaTeX/KaTeX
GitHub
GitHub - KaTeX/KaTeX: Fast math typesetting for the web.
Fast math typesetting for the web. Contribute to KaTeX/KaTeX development by creating an account on GitHub.
#javascript #atari_lynx #atari2600 #atari7800 #ds #emulation #emulator #emulatorjs #gameboy #n64 #nes #nintendo #nintendo_game_boy #playstation #retroarch #retroarch_wasm #sega_cd #sega_mega_drive #sega_saturn #snes #virtualboy
EmulatorJS is a free, open-source web-based emulator that lets you play classic games from Nintendo, Sega, Atari, and other systems directly in your browser without downloading software. It offers save states to resume games where you left off, customizable controls for keyboards and gamepads, and screen recording to share gameplay. The emulator runs entirely in your browser using JavaScript, supports multiple languages, and can be easily embedded into websites. You benefit from instant access to retro gaming across devices, no installation required, and the ability to build your own self-hosted gaming collection.
https://github.com/EmulatorJS/EmulatorJS
EmulatorJS is a free, open-source web-based emulator that lets you play classic games from Nintendo, Sega, Atari, and other systems directly in your browser without downloading software. It offers save states to resume games where you left off, customizable controls for keyboards and gamepads, and screen recording to share gameplay. The emulator runs entirely in your browser using JavaScript, supports multiple languages, and can be easily embedded into websites. You benefit from instant access to retro gaming across devices, no installation required, and the ability to build your own self-hosted gaming collection.
https://github.com/EmulatorJS/EmulatorJS
GitHub
GitHub - EmulatorJS/EmulatorJS: A web-based frontend for RetroArch
A web-based frontend for RetroArch. Contribute to EmulatorJS/EmulatorJS development by creating an account on GitHub.
#go
Mermaid-ascii lets you render Mermaid graphs and sequence diagrams as ASCII art right in your terminal. Install via GitHub binary, build with Go, Nix, or Docker; use commands like `mermaid-ascii -f file.mermaid` for left-to-right/top-down layouts, labels, colors, padding, or web interface. It supports directions, edges, participants, Unicode, and ASCII mode. This helps you quickly view diagrams without browsers or images, making code reviews, docs, and terminal workflows faster and easier.
https://github.com/AlexanderGrooff/mermaid-ascii
Mermaid-ascii lets you render Mermaid graphs and sequence diagrams as ASCII art right in your terminal. Install via GitHub binary, build with Go, Nix, or Docker; use commands like `mermaid-ascii -f file.mermaid` for left-to-right/top-down layouts, labels, colors, padding, or web interface. It supports directions, edges, participants, Unicode, and ASCII mode. This helps you quickly view diagrams without browsers or images, making code reviews, docs, and terminal workflows faster and easier.
https://github.com/AlexanderGrooff/mermaid-ascii
GitHub
GitHub - AlexanderGrooff/mermaid-ascii: Render Mermaid graphs inside your terminal
Render Mermaid graphs inside your terminal. Contribute to AlexanderGrooff/mermaid-ascii development by creating an account on GitHub.
#typescript #investigation #osint #python #recon
Flowsint is a free, open-source tool for OSINT investigations that visualizes data like domains, IPs, emails, phones, crypto wallets, and websites as interactive graphs to spot hidden links fast. Install easily with Docker and Make via git clone and "make prod," then run locally at localhost:5173 for full privacy—all data stays on your machine. With 30+ auto-enrichers (e.g., subdomain scans, WHOIS, breach checks), it chains tasks to automate deep recon, saving hours on manual work and revealing patterns for cybersecurity, journalism, or fraud probes ethically.
https://github.com/reconurge/flowsint
Flowsint is a free, open-source tool for OSINT investigations that visualizes data like domains, IPs, emails, phones, crypto wallets, and websites as interactive graphs to spot hidden links fast. Install easily with Docker and Make via git clone and "make prod," then run locally at localhost:5173 for full privacy—all data stays on your machine. With 30+ auto-enrichers (e.g., subdomain scans, WHOIS, breach checks), it chains tasks to automate deep recon, saving hours on manual work and revealing patterns for cybersecurity, journalism, or fraud probes ethically.
https://github.com/reconurge/flowsint
GitHub
GitHub - reconurge/flowsint: A modern platform for visual, flexible, and extensible graph-based investigations. For cybersecurity…
A modern platform for visual, flexible, and extensible graph-based investigations. For cybersecurity analysts and investigators. - reconurge/flowsint
#shell #claude_code #mcp #skills
Claude Code Plugins Directory offers high-quality plugins to extend Claude Code with custom commands, agents, skills, and hooks. Install easily via `/plugin install {plugin-name}@claude-plugin-directory` or browse in `/plugin > Discover`. Internal ones from Anthropic are in `/plugins`; external from partners in `/external_plugins`. Each has a standard structure with `plugin.json` metadata. This helps you customize workflows, automate tasks, and boost coding productivity across projects.
https://github.com/anthropics/claude-plugins-official
Claude Code Plugins Directory offers high-quality plugins to extend Claude Code with custom commands, agents, skills, and hooks. Install easily via `/plugin install {plugin-name}@claude-plugin-directory` or browse in `/plugin > Discover`. Internal ones from Anthropic are in `/plugins`; external from partners in `/external_plugins`. Each has a standard structure with `plugin.json` metadata. This helps you customize workflows, automate tasks, and boost coding productivity across projects.
https://github.com/anthropics/claude-plugins-official
GitHub
GitHub - anthropics/claude-plugins-official: Official, Anthropic-managed directory of high quality Claude Code Plugins.
Official, Anthropic-managed directory of high quality Claude Code Plugins. - anthropics/claude-plugins-official
#lua
99 is an alpha Neovim plugin for skilled coders that streamlines AI requests using OpenCode. Install via Lazy with the given Lua config, set keymaps like `<leader>9f` to fill functions, `<leader>9v` for visual AI edits (visual mode only), and `@` for cmp skill autocompletion from custom SKILL.md rules or AGENT.md files. View logs with `:lua require("99").view_logs()`. It boosts your workflow by keeping AI help inside Neovim for fast, restricted code generation without leaving your editor.
https://github.com/ThePrimeagen/99
99 is an alpha Neovim plugin for skilled coders that streamlines AI requests using OpenCode. Install via Lazy with the given Lua config, set keymaps like `<leader>9f` to fill functions, `<leader>9v` for visual AI edits (visual mode only), and `@` for cmp skill autocompletion from custom SKILL.md rules or AGENT.md files. View logs with `:lua require("99").view_logs()`. It boosts your workflow by keeping AI help inside Neovim for fast, restricted code generation without leaving your editor.
https://github.com/ThePrimeagen/99
GitHub
GitHub - ThePrimeagen/99: Neovim AI agent done right
Neovim AI agent done right. Contribute to ThePrimeagen/99 development by creating an account on GitHub.