Awesome List Updates on Oct 27 - Nov 02, 2025
42 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Kustomize
Snippets / Tips & Tricks
- Add Pod security context (⭐0) - Ensure the security context is added to containers in the Pod.
2. Awesome Naming
Computer Graphics
- Gift wrapping algorithm - An algorithm for constructing the smallest shape that wraps a collection of points.
3. Awesome Playwright
Utils
- @global-cache/Playwright (⭐15) - A key-value cache for sharing data between parallel workers and test runs.
Reporters
- qase (⭐55) - Playwright Qase Reporter, send test executions to qase.
- playwright-ctrf-json-reporter (⭐86) - A Playwright JSON test results reporter that follows the CTRF schema.
Showcases
- playwright-examples - Various testing scenarios with Playwright.
4. Awesome Cmake
Other
- SoCMake (⭐31) - CMake based build system for hardware (ASIC, FPGA) and System-on-Chip build automation.
[LGPL]
5. Awesome Audit Algorithms
Papers / 2025
- Auditing Pay-Per-Token in Large Language Models - (arXiv) Develops an auditing framework based on martingale theory that enables a trusted third-party auditor who sequentially queries a provider to detect token misreporting.
6. Awesome V
Command-line
- v-terminal-apps (⭐0) - A collection of high-quality terminal applications written in V, including job planner, calculator, notes, file browser, quiz game, budget tracker, P2P chat (WIP), and Pomodoro timer.
Web
- blobly (⭐0) - Central file server.
7. Awesome Math
Combinatorics / Lie Algebras
- 📝 Basic Combinatorics - Carl G. Wagner (University of Tennessee)
8. Awesome Scriptable
Gaming
steam-profile-widget (⭐1) - Shows a user's Steam profile.

Sports
ClubConnector Gym Capacity Widget (⭐0) - Shows real-time gym capacity for ClubConnector fitness studios.

9. Awesome Graphql
JavaScript/TypeScript
- Grafast - a cutting edge planning and execution engine for GraphQL.
Tools - Testing, Prototyping & Mocking / React
- Beeceptor - A no-code platform for creating AI-powered GraphQL Mock Servers from your schema (SDL) with rules, stateful mocking, mutation/subscription, to speed up development and integration testing.
- GraphQL Inspector - A tool to validate schemas, compare schema changes, find breaking changes, and check document coverage against a schema.
10. Awesome Lit
Starter Templates
- Vite Lit + Tailwind (⭐6) - Modified Vite + Lit starter to use Tailwind v4.
Extensions
lit-composition- Composition API for creating web components with Lit.
11. Awesome Postgres
Resources / Documentation
- create_pg_super_document - A poject that aim to generate documentation for all symbols in the PostgreSQL codebase using AI agents
12. Awesome Azure Openai Llm
Core Topics / 2.🌌Azure OpenAI
- Azure OpenAI vs OpenAI - Azure OpenAI vs OpenAI
13. Awesome Macos Screensavers
Collections
macOS Live Screensaver
Plays live video streams from YouTube and HLS sources.
Free (Open Source)
14. Awesome Docker
Terminal / CLI tools
- docker-captain (⭐1) - A friendly CLI to manage multiple Docker Compose deployments with style — powered by Typer, Rich, questionary, and sh.
15. Awesome Earth
Reforestation
- 1 Click Impact - 1ClickImpact is an easy-to-use and transparent platform to automatically plant trees through API or no-code integrations. Every tree is trackable in real time with maps, verified updates, and exclusive access to live planting sessions. It makes reforestation simple, measurable, and a visible part of your brand’s sustainability journey.
Development
- 1 Click Impact - Comprehensive sustainability API platform for developers featuring Tree Planting API, Carbon Capture API, Ocean Cleanup API, and more. Plant trees with every purchase, offset carbon emissions automatically, clean oceans, and integrate sustainability features seamlessly into your existing products. Easy integration for e-commerce platforms, mobile apps, and web applications to make any business climate-positive with minimal code.
16. Awesome Php
Table of Contents / Framework Extras
- Filament PHP - A powerful open source UI framework for Laravel.
17. Awesome Agi Cocosci
Domain Specific Language / Declarative DSL Applications
- Algorithm for optimized mRNA design improves stability and immunogenicity - Nature, 2023. [All Versions]. Messenger RNA (mRNA) vaccines are being used to combat the spread of COVID-19, but they still exhibit critical limitations caused by mRNA instability and degradation, which are major obstacles for the storage, distribution and efficacy of the vaccine products. Increasing secondary structure lengthens mRNA half-life, which, together with optimal codons, improves protein expression. Therefore, a principled mRNA design algorithm must optimize both structural stability and codon usage. However, owing to synonymous codons, the mRNA design space is prohibitively large---for example, there are around 2.4 × 10632 candidate mRNA sequences for the SARS-CoV-2 spike protein. This poses insurmountable computational challenges. This work provides a simple and unexpected solution using the classical concept of lattice parsing in computational linguistics, where finding the optimal mRNA sequence is analogous to identifying the most likely sentence among similar-sounding alternatives6. The algorithm LinearDesign finds an optimal mRNA design for the spike protein in just 11 minutes, and can concurrently optimize stability and codon usage. LinearDesign substantially improves mRNA half-life and protein expression, and profoundly increases antibody titre by up to 128 times in mice compared to the codon-optimization benchmark on mRNA vaccines for COVID-19 and varicella-zoster virus. This result reveals the great potential of principled mRNA design and enables the exploration of previously unreachable but highly stable and efficient designs. This work is a timely tool for vaccines and other mRNA-based medicines encoding therapeutic proteins such as monoclonal antibodies and anti-cancer drugs7,8.
Domain Specific Language / Logic DSL Applications
- Explainable Robotic Plan Execution Monitoring Under Partial Observability - IEEE Transactions on Robotics, 2022. [All Versions]. Successful plan generation for autonomous systems is necessary but not sufficient to guarantee reaching a goal state by an execution of a plan. Various discrepancies between an expected state and the observed state may occur during the plan execution (e.g., due to unexpected exogenous events, changes in the goals, or failure of robot parts) and these discrepancies may lead to plan failures. For that reason, autonomous systems should be equipped with execution monitoring algorithms so that they can autonomously recover from such discrepancies. This work introduces a plan execution monitoring algorithm that operates under partial observability. This algorithm relies on novel formal methods for hybrid prediction, diagnosis and explanation generation, and planning. The prediction module generates an expected state after the execution of a part of the plan from an incomplete state to check for discrepancies. The diagnostic reasoning module generates meaningful hypotheses to explain failures of robot parts. Unlike the existing diagnosis methods, the previous hypotheses can be revised, based on new partial observations, increasing the accuracy of explanations as further information becomes available. The replanning module considers these explanations while computing a new plan that would avoid such failures. All these reasoning modules are hybrid in that they combine high-level logical reasoning with low-level feasibility checks based on probabilistic methods. The authors experimentally show that these hybrid formal reasoning modules improve the performance of plan execution monitoring.
Domain Specific Language / DSL Program Synthesis
- Learning attribute grammars for movement primitive sequencing - International Journal of Robotics Research, 2020. [All Versions]. Movement primitives are a well studied and widely applied concept in modern robotics. However, composing primitives out of an existing library has shown to be a challenging problem. This work proposes the use of probabilistic context-free grammars to sequence a series of primitives to generate complex robot policies from a given library of primitives. The rule-based nature of formal grammars allows an intuitive encoding of hierarchically structured tasks. This hierarchical concept strongly connects with the way robot policies can be learned, organized, and re-used. However, the induction of context-free grammars has proven to be a complicated and yet unsolved challenge. The authors exploit the physical nature of robot movement primitives to restrict and efficiently search the grammar space. The grammar is learned by applying a Markov chain Monte Carlo optimization over the posteriors of the grammars given the observations. The proposal distribution is defined as a mixture over the probabilities of the operators connecting the search space. Moreover, the authors present an approach for the categorization of probabilistic movement primitives and discuss how the connectibility of two primitives can be determined. These characteristics in combination with restrictions to the operators guarantee continuous sequences while reducing the grammar space. In addition, a set of attributes and conditions is introduced that augments probabilistic context-free grammars in order to solve primitive sequencing tasks with the capability to adapt single primitives within the sequence. The method was validated on tasks that require the generation of complex sequences consisting of simple movement primitives using a seven-degree-of-freedom lightweight robotic arm.
- LogiCode: An LLM-Driven Framework for Logical Anomaly Detection - IEEE Transactions on Automation Science and Engineering, 2024. [All Versions]. This paper presents LogiCode, a novel framework that leverages Large Language Models (LLMs) for identifying logical anomalies in industrial settings, moving beyond the traditional focus on structural inconsistencies. By harnessing LLMs for logical reasoning, LogiCode autonomously generates Python codes to pinpoint anomalies such as incorrect component quantities or missing elements, marking a significant leap forward in anomaly detection technologies. A custom dataset “LOCO-Annotations” and a benchmark “LogiBench” are introduced to evaluate the LogiCode’s performance across various metrics including binary classification accuracy, code generation success rate, and precision in reasoning. Findings demonstrate LogiCode’s enhanced interpretability, significantly improving the accuracy of logical anomaly detection and offering detailed explanations for identified anomalies. This represents a notable shift towards more intelligent, LLM-driven approaches in industrial anomaly detection, promising substantial impacts on industry-specific applications.
18. Awesome Datascience
Tutorials
- DataCamp Cheatsheets Cheatsheets for data science.
MOOC's
Bloggers / Book Deals (Affiliated)
- Mlu github - Mlu is developed amazon to help people in ml space you can learn everything from basics here with live diagrams
Datasets / Book Deals (Affiliated)
19. Awesome Mac
AI Client / Other Tools
- remio - A personal ChatGPT that responds based on your knowledge. Lastest LLMs, Local first, and BYOK supported.
Audio and Video Tools / File Sharing
- Fmusic (⭐26) - A fmusic is a open source music player on SwiftUI.
Security Tools / Audio Record and Process
- Vulert - Vulert secures software by detecting vulnerabilities in open-source dependencies—without accessing your code. It supports Js, PHP, Java, Python, and more
20. Awesome Algorithms
Books / Algorithms and Data structures
- Grokking AI Algorithms, Second Edition - A book that teaches the theory behind AI with beautifully simple illustrations, step-by-step pseudocode, and intuitive explanations that make the math simple.
21. Awesome Go
Audio and Music
- play (⭐488) - Command-line audio player that supports multiple formats including WAV, MP3, OGG, and FLAC.
Authentication and Authorization
- go-guardian (⭐597) - Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication that supports LDAP, Basic, Bearer token, and Certificate based authentication.
- go-jwt (⭐12) - JWT authentication package providing access tokens and refresh tokens with fingerprinting, Redis storage, and automatic refresh capabilities.
Configuration
- argus (⭐136) - File watching and configuration management with MPSC ring buffer, adaptive batching strategies, and universal format parsing (JSON, YAML, TOML, INI, HCL, Properties).
SQL Query Builders
- obreron (⭐9) - Fast and cheap SQL builder which does only one thing, SQL building.
Distributed Systems
- oras (⭐2k) - CLI and library for OCI Artifacts in container registries.
Utilities
- boring (⭐1.1k) - Simple command-line SSH tunnel manager.
Other Software / Libraries for creating HTTP middlewares
- bluetuith (⭐1.2k) - TUI Bluetooth manager for Linux.
22. Awesome Arcgis Developers
APIs and SDKs
- Integrations & Plugins (third-party libraries):
- ArcGIS integrations with CesiumJS - Guide and tutorials to help you start build mapping applications with CesiumJS and ArcGIS.
- ArcGIS integrations with MapLibre GL JS - Learn how to connect MapLibre GL JS apps with ArcGIS services using the Esri-maintained ArcGIS MapLibre plugin and ArcGIS REST JS, including tutorials, API references, and sample code.
- ArcGIS integrations with OpenLayers - Guide and tutorials to help you start building web apps with OpenLayers and ArcGIS location services.
- ArcGIS integrations with Leaflet - Learn how to connect Leaflet apps with ArcGIS services using the Esri-maintained Esri Leaflet plugin and ArcGIS REST JS, including tutorials, API references, and sample code.
- Esri-gl (⭐7) - A community-maintained plugin that enables the use of ArcGIS services in Mapbox GL JS and MapLibre GL JS applications.
23. Free for Dev
Tools for Teams and Collaboration
- StreamBackdrops — Free HD virtual backgrounds for video calls and team meetings. Professional backgrounds for Zoom, Teams, and Google Meet. No signup required, free for personal use.
Issue Tracking and Project Management
- Tenzu — Lightweight project management tool for agile teams. The SaaS relies on free contributions; users can always choose to give 0 and there is no features paywall {more details}
Other Free Resources
- PHPhub — A collection of PHP tools, including a formatter, validator, sandbox, regex tester, and more.
24. Awesome Vue
Components & Libraries / Utilities
- vue3-websocket (⭐8) - Validate incoming WebSocket data with Zod.
25. Awesome Privacy
ChatGPT
- Shimmy (⭐3.1k) - Privacy-focused AI inference server with OpenAI API compatibility, zero cloud dependencies, and local model processing.
- Tinfoil - Verifiably private AI Chat and OpenAI-compatible inference in the cloud. Uses NVIDIA confidential computing and open source code pinned to a transparency log for end-to-end verifiability.
Captchas
- Private Captcha (⭐58) - Privacy-first and self-hosted Proof-of-Work CAPTCHA alternative, made in EU.
Full Featured Financial Management
- ezBookkeeping - A lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.
26. Urban and Regional Planning Resources
Planning Coding Resources / Python
- Neatnet (⭐117) - Neatnet is an open source library for simplifying the structure of street networks.
27. Awesome Sysadmin
Software / Router
- IPFire - Free network firewall distribution, based on the Linux operating system with easy-to-use web management console. (Source Code (⭐202))
GPL-2.0Shell/PHP/Other
28. Awesome Polars
Blog posts / Miscellaneous
- Pandas vs Polars in 2025 — Should You Finally Make the Switch? - An article that compares performance and features between Polars and Pandas in 2025 by @Gecofer.
29. Awesome Katas
Others
30. Awesome Selfhosted
Software / Blogging Platforms
- fx (⭐202) - Micro-blog tool offering built-in syntax highlighting, mobile publishing and more (alternative to Twitter, Bluesky).
MITDocker
Software / Communication - Social Networks and Forums
- Answer - Knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more. (Source Code (⭐15k))
Apache-2.0Docker/Go
Software / File Transfer - Web-based File Managers
- FileRise (⭐457) - Web file manager with uploads, tagging, share links, gallery/table views, and an in-browser editor. (Demo (⭐457))
MITDocker/PHP
Software / Generative Artificial Intelligence (GenAI)
- TuxSEO
⚠- Create automated blog content for your business, using AI. (Source Code (⭐19))MITPython/Django/Docker
Software / Miscellaneous
- Zero-TOTP - Complete, reliable, secure and zero-trust webapp based on zero-knowledge encryption to store your TOTP codes. (Source Code (⭐11))
GPL-3.0Docker
Software / Note-taking & Editors
- Many Notes (⭐814) - Markdown note-taking web application designed for simplicity.
MITDocker
31. Awesome Playcanvas
3D Gaussian Splatting / YouTube Playables
- homes.com - Exterior views for residential property listings.
- NeuralStorm - Neural rendering for high-fidelity product visualisation.
- Skyfall-GS - Converts satellite images to explorable 3D urban scenes using the SuperSplat Viewer.
32. Awesome Integration
Projects / API Management
- Gravitee.io API Management (⭐329) (⭐324) - A lightweight, open-source platform offering flexible API governance, robust security, and straightforward configuration.
- WSO2 API Manager (⭐924) (⭐922) - A fully open-source API platform offering robust governance, flexible deployment, and community-driven innovation.
Projects / API Design
- Swagger Editor (⭐9.3k) (⭐9.3k) - Create, describe, and document your API with ease using this open source editor built specifically for OpenAPI-based APIs.
- Zally (⭐939) (⭐935) - Ensure the quality of your OpenAPI specs with this linter tool that provides extensive analysis and feedback.
Projects / API Documentation
- DapperDox (⭐417) (⭐418) - Generates elegant, interactive API documentation from OpenAPI/Swagger specs with easy customization and automated updates.
- Zudoku (⭐363) (⭐343) - A customizable framework built on OpenAPI, focused on delivering exceptional developer experiences through quality documentation.
Projects / API Gateway
- Apache ShenYu (⭐8.7k) (⭐8.7k) - A Java-native gateway excelling in protocol conversion, service proxying, and comprehensive API governance.
- Gloo Edge (⭐130) (⭐125) - An Envoy Proxy–based gateway offering advanced traffic control, enhanced security, and observability for microservices ecosystems.
- Kong API Gateway (⭐42k) (⭐42k) - A scalable, cloud-native gateway that simplifies API management through extensive plugin support and seamless microservices integration.
- KrakenD API Gateway (⭐2.4k) (⭐2.4k) - An ultra-high performance gateway with efficient middleware configuration, robust security, and seamless scaling.
Projects / Data Integration
- Estuary Flow (⭐834) (⭐826) - Versatile, scalable platform that provides both real-time and batch data integration for ETL and ELT pipelines.
- Pentaho Data Integration (⭐8.2k) (⭐8.2k) - Intuitive, visual ETL tool that simplifies data ingestion, blending, and cleansing across multiple sources without heavy coding.
Projects / Data Mapping Solution
- JSLT (⭐677) (⭐676) - Powerful JSON query and transformation language inspired by jq and XPath, designed for rapid and flexible data manipulation.
Projects / Message Broker
- Apache ActiveMQ Artemis (⭐991) (⭐988) - Next-generation message broker from Apache ActiveMQ with high performance, clustering support, and multi-protocol capabilities.
- Centrifugo (⭐9.4k) (⭐9.4k) - Scalable real-time messaging server that minimizes delay in delivering events to online users.
- LavinMQ (⭐803) (⭐796) - High-performance message queue server implementing AMQP 0-9-1 and MQTT protocols, built with Crystal for exceptional throughput and minimal resource usage.
Projects / Self-Service Integration
- n8n (⭐151k) (⭐151k) - Open-source workflow automation tool with 400+ connectors, giving you full control over your data and integrations.
Projects / Workflow Engine
- Elsa Core (⭐7.4k) (⭐7.4k) - .NET Core library that integrates seamlessly into any application to execute and manage workflows.
- Flowable (⭐8.8k) (⭐8.8k) - Compact, efficient set of open-source engines for automating and scaling enterprise workflows.
Resources / Data Formats
- YAML (⭐416) (⭐414) - A human-friendly and easy-to-read data serialization format that is widely used for configuration files and data exchange. It supports rich data types and is compatible with most programming languages.
33. Awesome Svelte
UI Libraries
- retroui-svelte - A retro-styled component library for Svelte built on top of shadcn-svelte, offering 40+ customizable UI components for funky and playful interfaces.
Desktop / JetBrains
- Oxide-Lab (⭐4) - Privacy-focused local LLM chat application built with Svelte 5 frontend and Rust backend using the
candleML framework.
34. Awesome Developer First
Integrations
- Metorial - Connect AI agents to 600+ integrations with a single interface. OAuth, scaling, and monitoring included.
35. Awesome Tmux
Tutorials
Status Bar
- tmux-cpu-rs (⭐2) Blazingly fast, small Rust tool to display CPU usage with caching for efficiency and optional eye-candy.
Plugins
- tmux-port (⭐2) A tiny tmux plugin to view listening ports and kill processes — in a centered popup or split panes.
36. Awesome Ai in Finance
LLMs
- 🌟🌟🌟 Nof1 - Benchmark designed to measure AI's investing abilities. Each model is given $10,000 of real money, in real markets, with identical prompts and input data.
37. Awesome Neovim
AI / Diagnostics
- 3ZsForInsomnia/code-companion-picker (⭐5) - Telescope and Snacks picker integrations for previewing CodeCompanion prompts.
Programming Languages Support / Diagnostics
- leblocks/hopcsharp.nvim (⭐10) - Provides LSP-less navigation and type-hierarchy information in C# repositories.
Web Development / Diagnostics
- Kenzo-Wada/boundary.nvim (⭐21) - Display
'use client'markers inline in your JSX code to visualize client component boundaries.
Markdown and LaTeX / Diagnostics
- OXY2DEV/markdoc.nvim (⭐28) - Tree-sitter based
markdown -> vimdocconverter.
- YousefHadder/markdown-plus.nvim (⭐15) - Provides a full editing experience for Markdown files which includes support for lists, links, TOC, and more with simple and fast keymaps.
Marks / Diagnostics
- markgandolfo/dartboard.nvim (⭐15) - Mark files and quickly access them, inspired by Harpoon and Lasso.
Color / Diagnostics
- 3ZsForInsomnia/pacer.nvim (⭐2) - Creates a reading pacer by highlighting one word at a time and dimming all text outside the current paragraph-and-some to help you read faster.
Tree-sitter Supported Colorscheme / Diagnostics
- kuri-sun/yoda.nvim (⭐2) - Muted green palette for focused, balanced editing.
- pmouraguedes/neodarcula.nvim (⭐9) - A dark theme with support for transparency, dimming, LSP semantic tokens and more.
Icon / Diagnostics
- stephansama/fzf-nerdfont.nvim (⭐7) - A picker for selecting Nerd Font icons using
fzf-lua.
Utility / Diagnostics
- ahkohd/buffer-sticks.nvim (⭐56) - Cosmetic buffers indicator & picker.
- gpanders/nvim-moonwalk (⭐76) - Use any language that compiles to Lua anywhere in your Neovim configuration.
- markgandolfo/lightswitch.nvim (⭐17) - Toggle various options using the
nui.nvimlibrary.
Terminal Integration / Diagnostics
- logicmagix/tide42 (⭐22) - A fully integrated terminal IDE built on Neovim, tmux, and scriptable workflows.
Debugging / Diagnostics
- ravsii/nvim-dap-envfile (⭐6) - Automatic
envFilesupport for nvim-dap.
Neovim Lua Development / Diagnostics
- chrisgve/databox.nvim (⭐12) - Encrypted storage for Lua tables using age (⭐20k) or compatible encryption tools for cryptographic safety.
- BirdeeHub/lze (⭐76) - A lazy-loading library for Neovim plugins.
- lumen-oss/lz.n (⭐213) - A simple lazy loading library for Neovim plugins.
GitHub / Diagnostics
- 3ZsForInsomnia/revman.nvim (⭐7) - Track PRs that need review automatically and open them in Octo.nvim.
- cd-4/git-needy.nvim (⭐2) - Keeps a tally of workflows that need to be reviewed in your statusbar.
Scrolling / Diagnostics
- Saghen/filler-begone.nvim (⭐17) - Prevents scrolling past the bottom of the buffer and showing unnecessary filler lines.
Scrollbar / Diagnostics
- wsdjeg/scrollbar.nvim (⭐20) - Floating scrollbar.
38. Awesome Cakephp
Notifications and Real-time Communication
- Mercure plugin (⭐0) - Push real-time updates to clients using the Mercure protocol.
39. Awesome Rust
Applications / Database
- RustFS (⭐10k) [RustFS] - 🚀 RustFS is an open-source,S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph.
Applications / Web
- SinTan1729/Chhoto URL (⭐582) - A simple, blazingly fast, selfhosted URL shortener with no unnecessary features.
Development tools / Services
- deepwiki-rs (⭐110) - Transform your codebase into professional architecture documentation.
Libraries / Data processing
- pathwaycom/pathway (⭐49k) - Performant open-source Python ETL framework with Rust runtime, supporting 300+ data sources.
Libraries / Network programming
- HTTP
- deboa - A friendly http client on top of hyper with several addoons, serialization formats and macros. [
]
- Hurl (⭐18k) - Run and test HTTP requests with plain text and libcurl
- deboa - A friendly http client on top of hyper with several addoons, serialization formats and macros. [
40. Magictools
Graphics / Bitmap Compression
- 🆓 Photo Resizer In KB - Resize photos easily and free to use
41. Awesome Zsh Plugins
Prerequisites
- Commit Mono - Neutral programming typeface.
Plugins / superconsole - Windows-only
- auto-venv (skylor0tang) (⭐6) - Automatically activates the Python virtual environment in the current directory or its parent directories.
- auto-venv (songlkkevin) (⭐0) - Automatically detect and activate the nearest Python virtual environment when changing directories.
- disk-guard (⭐1) - Warns you when you try to copy/move/rsync files and are running low on local disk space, and provides useful information and a nice progress bar for
cpandmv.
- ffexport (⭐0) - Lightweight, zsh-native video export manager — profile-driven FFmpeg exports, persistent ZSH tab completion, profile import/export, and safe defaults for Instagram & YouTube workflows.
- git-cleanbranches (⭐0) - A powerful unified clean up tool for
gitbranches that uses fzf (⭐74k) to find all branches that are safe to delete.
- git-graph (⭐0) - Adds a pretty
gitgraph.
- jap (⭐2) - Terminal automation framework.
- macos-autoproxy (⭐132) - Configures proxy environment variables based on macOS's system preferences.
- rura (⭐0) - A simple ZSH plugin to save and jump to directories.
- ssh-host (⭐1) - Manage ssh with fzf (⭐74k).
- temperatures (⭐0) - A lightweight, zero-dependency plugin that shows your machine’s CPU and (optionally) GPU temperatures directly in your ZSH prompt. Originally designed for Raspberry Pi but works on any Linux system exposing
/sys/class/thermal/.
Completions / superconsole - Windows-only
- python-module-completion (⭐3) - Intelligent tab completion for python -m commands with hierarchical module navigation and smart project detection.
Themes / superconsole - Windows-only
- quantum (⭐17) - Sleek, dynamic ZSH theme built for speed, style, and shell supremacy. Whether you're deep in Git or just vibing in your terminal, Quantum adapts to your flow.
- r (⭐1) - A simple yet informative ZSH theme.
42. Free Programming Books (English, By Programming Language)
Ada
- A Guide to Ada for C and C++ Programmers - Simon Johnston (PDF)
- The Big Online Book of Linux Ada Programming - Ken O. Burtch (HTML)
Agda
Alef
Android
- Android Tutorial - Tutorials Point (HTML, PDF)
APL
- Introduction to College Mathematics with A Programming Language (1978) - E. J. LeCuyer (PDF)
- Mastering Dyalog APL (PDF, HTML, IPYNB) ( 🚧 in process)
Arduino
- Introduction to Arduino : A piece of cake! - Alan G. Smith
Assembly Language / Blazor
- Assemblers And Loaders (1993) - David Salomon (PDF)
- PC Assembly Language - P. A. Carter (CC BY-NC-SA)
- Software optimization resources - A. Fog
Assembly Language / Non-X86
- Easy 6502 - Nick Morgan
AutoHotkey / Non-X86
Autotools / Non-X86
Bash / Non-X86
- Advanced Bash-Scripting Guide - M. Cooper (HTML)
- Bash Guide for Beginners (2008) - M. Garrels (HTML)
- Bash Notes for Professionals - Compiled from StackOverflow documentation (PDF)
- BASH Programming (2000) - Mike G. (HTML)
- Getting Started with BASH (HTML)
- Slackbook (2005) - Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson (HTML, DocBook, Postscript, PDF)
- The Bash Academy - Maarten Billemont (HTML)
- The Linux Command Line - William E. Shotts Jr. (PDF) (CC BY-NC-ND)
- Writing Shell Scripts - William E. Shotts Jr. (HTML)
Basic / Non-X86
- 10 PRINT CHR$(205.5+RND(1)); : GOTO 10 - Nick Montfort, Patsy Baudoin, John Bell, Ian Bogost, Jeremy Douglass, Mark C. Marino, Michael Mateas, Casey Reas, Mark Sample, Noah Vawter
- A beginner's guide to Gambas - John W. Rittinghouse (PDF)
BeanShell / Non-X86
- Beanshell Simple Java Scripting Manual - beanshell.org (PDF)
- BeanShell User's Manual - beanshell.org (HTML)
C / Non-X86
- Beej's Guide to C Programming - Brian "Beej Jorgensen" Hall (HTML, PDF) (CC BY-NC-ND)
- Beej's Guide to the GNU Debugger (GDB) - Brian "Beej Jorgensen" Hall (HTML) (CC BY-NC-ND)
- C for Python Programmers - Carl Burch
- Everything you need to know about pointers in C - Peter Hosey (HTML)
- The C book - Mike Banahan, Declan Brady, Mark Doran (PDF, HTML)
- The little book about OS development - Erik Helin, Adam Renberg
C++ / Non-X86
- C++ Fundamentals for Robotics - Automatic Addison (HTML)
ColdFusion / Non-X86
- ColdFusion Programming - Wikibooks ( 🚧 in process)
DTrace / Non-X86
- Solaris Dynamic Tracing Guide - Oracle (PDF)
Graphs / GraphQL
- GraphQL and Android - Mack L. Murphy (PDF)
Java / Bootstrap
- Object-Oriented Programming in JavaTM Textbook - Richard L. Halterman (draft) (PDF) (CC)
JavaScript / Wicket
- Some drops of JavaScript - Roberto Butti (HTML) (CC BY-NC-SA) ( 🚧 in process)
JavaScript / Next.js
- Next.js for Beginners - Full Course - freeCodeCamp.org
Linux / TeX
- Linux Essentials - Version: 1.6 - Linux Professional Institute (PDF)
Octave / PicoLisp
- Introduction to GNU Octave - jason Lachniet (PDF)
PHP / Yii
- The Yii Book (⭐10) - Larry Ullman (PDF)
R / Tornado
- Hands-On Programming with R - Garrett Grolemund
Sage / Sinatra
- Sage - Wikibooks ( 🚧 in process)
- Sage Tutorial - William Stein (HTML)
- Next: Oct 20 - Oct 26, 2025
