Awesome List Updates on Oct 18, 2025
14 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Osint
Threat Intelligence / GitHub
- Threat Actor Usernames Scrape (⭐22) - A collection of fresh intel and threat actor usernames scraped from various cybercrime sources & forums.
2. Awesome Java
Database / Text-Based User Interfaces
- Apache ShardingSphere (⭐20k) - Distributed SQL transaction & query engine that allows for data sharding, scaling, encryption, and more on any database.
Decentralization / Text-Based User Interfaces
- java-tron (⭐4k) Implementation of the Tron Protocol, whic utilizes blockchains to develop decentralized applications.
Networking / Text-Based User Interfaces
- gRPC-java (⭐12k) - RPC framework based on protobuf and HTTP/2.
REST Frameworks / Other
- openapi-generator (⭐25k) - Allows generation of API client libraries, SDKs, server stubs, documentation and configuration automatically given an OpenAPI Spec.
Testing / Frameworks
- selenium (⭐33k) - Browser automation framework and ecosystem.
3. Awesome Cl
LispWorks / Third-party APIs
- lw-rich-text - LispWorks panes with support for HTML-like markup.
Documentation builders / Third-party APIs
- 🟢 [NEW in 2025] HyperDoc - scientific publications that combine code, data, and computed results with explanatory text, and software documentation that is an integral part of a software system, rather than a pile of documents remaining outside of it.
4. Awesome Cpp
Game Engine
- IX-Ray Platform (⭐254) - Fork of X-Ray 1.6 engine that aims to improve gaming experience and simplify development of modifications. [Modified MIT/non-commercial only]
5. Awesome Agi Cocosci
Domain Specific Language / DSL Program Synthesis
- Free2CAD: parsing freehand drawings into CAD commands - ACM Transactions on Graphics, 2022. [All Versions]. CAD modeling, despite being the industry-standard, remains restricted to usage by skilled practitioners due to two key barriers. First, the user must be able to mentally parse a final shape into a valid sequence of supported CAD commands; and second, the user must be sufficiently conversant with CAD software packages to be able to execute the corresponding CAD commands. As a step towards addressing both these challenges, this work presents Free2CAD wherein the user can simply sketch the final shape and the system parses the input strokes into a sequence of commands expressed in a simplified CAD language. When executed, these commands reproduce the sketched object. Technically, the authors cast sketch-based CAD modeling as a sequence-to-sequence translation problem, for which the authors leverage the powerful Transformers neural network architecture. Given the sequence of pen strokes as input, the authors introduce the new task of grouping strokes that correspond to individual CAD operations. The authors combine stroke grouping with geometric fitting of the operation parameters, such that intermediate groups are geometrically corrected before being reused, as context, for subsequent steps in the sequence inference. Although trained on synthetically-generated data, the authors demonstrate that Free2CAD generalizes to sketches created from real-world CAD models as well as to sketches drawn by novice users.
6. Awesome Typescript
Libraries / Chrome Extensions
- 🐙 vard (⭐12) - Pattern-based prompt injection detection for TypeScript. <0.5ms validation with Zod-inspired API for LLM applications.
- Neurolink (⭐81) - Universal AI development platform that unifies 12+ AI providers (OpenAI, Anthropic, Google, Bedrock, Azure) with MCP support, multi-provider failover, and production-ready enterprise features. TypeScript SDK + CLI.
7. Awesome Plone
Multilingual
- cs.adminlanguage (⭐0) - Configure a language to be used when editing your Plone site, independent to the site language.
Media
- cs_flickrgallery (⭐1) - Flickr photo gallery support for Plone.
Authentication
- pas.plugins.eea (⭐0) - Provides user and group enumeration on top of pas.plugins.authomatic, with support for Microsoft Entra ID. Includes user and group synchronization.
- pas.plugins.oidc (⭐5) - Login using OIDC providers.
- wcs.samlauth (⭐2) - Login using SAML providers.
Finding more add-ons
- Start by making a list of the features you require.
- Check this list first to see if any existing add-ons meet your needs.
- Search for Plone add-ons on PyPi.
- Browse the Collective organization on GitHub.
- Browse the Plone organization on GitHub.
- Or simply Google for your requirements.
Official resources
- community.plone.org - Official community forum, the best place to get help.
- plone.org - Official website for developers and community.
- docs.plone.org - Official documentation for developers/integrators.
- Plone 6 Documentation - Official documentation for the upcoming Plone 6 (work on progress).
- training.plone.org - Training classes for developers/integrators/users/designers.
8. Free Programming Books (English, By Subjects)
Artificial Intelligence
- How Transformer LLMs Work - Jay Alammar, Maarten Grootendorst (DeepLearning.AI)
- Hugging Face LLM Course (HTML)
- Large Language Models from Scratch - freeCodeCamp (YouTube)
- Stanford CS224N: Natural Language Processing with Deep Learning - Christopher Manning (Stanford Online)
Data Science
- Data Science with Python - freeCodeCamp
- Introduction to Data Science in Python - Christopher Brooks (University of Michigan) (Coursera)
- Python for Data Science – Hands-on Projects - LunarTech (freeCodeCamp) (YouTube)
Machine Learning
- CS50's Introduction to Artificial Intelligence with Python - David Malan (Harvard)
- Elements of AI - MinnaLearn, University of Helsinki
- Machine Learning Crash Course - Google (HTML)
Mathematics
- Applied Quantitative Finance: Theory and Computational Tools - Wolfgang K. Hardle, Nikolaus Hautsch, Ludger Overbeck (PDF)
- Fundamentals of Quantitative Analysis - Danielle Zhu (GitHub) (CC BY-SA)
9. Ai Collective Tools
Presentations
- gamma.app - Gamma is a new platform that allows users to create polished documents, presentations, and webpages in seconds using AI.
#freemium
- Journey.io - Journey.io is a storytelling platform that enables users to create interactive presentations, combining videos, slides, text, and embeds to captivate their audience.
#freemium
- Prezi - A cloud-based presentation tool for creating dynamic and visually engaging presentations.
#freemium
10. Awesome Polars
Polars plugins / General utilities / Performance
- polars-extensions (⭐2) - Polars plugin that extends the capabilities of Polars with functionalities that are not currently found in Polars by @jrasband-dev.
11. Awesome Go
Actor Model
- asyncmachine-go/pkg/machine (⭐154) - Graph control flow library (AOP, actor, state-machine).
Configuration
- azureappconfiguration (⭐5) - The configuration provider for consuming data in Azure App Configuration from Go applications.
- go-config (⭐4) - Simple and convenient library for working with app configurations.
CSS Preprocessors
- go-css (⭐83) - A very simple CSS parser, written in Go.
Maps
- concurrent-swiss-map (⭐251) - A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.
- hmap (⭐0) - HMap is a concurrent and secure, generic support Map implementation designed to provide an easy-to-use API.
Queues
- list (⭐9) - A generic, thread-safe doubly linked list with full iterator support and an intrusive singly linked list for embedded use; a feature-rich replacement for container/list.
SQL Query Builders
- [obreron] - Fast and cheap SQL builder which does only one thing, SQL building.
Date and Time
- go-faketime (⭐5) - A simple
time.Now()that honors the faketime(1) utility.
Functional
- FuncFrog (⭐283) - Functional helpers library providing Map, Filter, Reduce and other stream operations on generic slices Go1.18+ with lazy evaluation and error handling mechanisms.
Go Compilers
- cxgo (⭐372) - Transpile C code to Go code.
Images
- nativewebp (⭐349) - Go native WebP encoder with zero external dependencies.
Job Scheduler
- go-scheduler (⭐30) - Job scheduler supporting standard cron expressions, custom descriptors, intervals, and task dependencies.
Microsoft Excel
- cellwalker (⭐3) - Virtually traverse Excel cell by cell's name.
Dependency Injection
- Go-Spring (⭐70) - A high-performance Go framework inspired by Spring Boot, offering DI, auto-configuration, and lifecycle management while maintaining Go's simplicity and efficiency.
- parsley (⭐31) - A flexible and modular reflection-based DI library with advanced features like scoped contexts and proxy generation, designed for large-scale Go applications.
Uncategorized
- fake-useragent (⭐11) - Up-to-date simple useragent faker with real world database in Golang
HTTP Clients
- Grequest (⭐8) - Simple and lightweight golang package for http requests. based on powerful net/http
Security
- urusai (⭐173) - Urusai ("noisy" in Japanese) is a Go implementation of a random HTTP/DNS traffic noise generator that helps protect privacy by creating digital smokescreens while browsing.
Mock
- connexions (⭐3) - Combine multiple APIs with meaningful responses, configurable latency and error codes based on OpenAPI 3.0 specifications and files.
- moxie - Generate mock methods on embedded structs.
Utilities
- release (⭐13) - CLI for Keep-a-changelog formatted changelogs.
- retro (⭐3) - Handy retry-on-error library with extensive flexibility (backoff strategies, caps, etc).
Web Frameworks
- Barf (⭐103) - Basically, A Remarkable Framework for building JSON-based web APIs. It is entirely unobtrusive and re-invents no wheel. It is crafted such that getting started is easy and quick while being flexible enough for more complex use cases.
- go-api-boot (⭐34) - A gRpc-first micro-service framework. Features include ODM support for Mongo, cloud resource support (AWS/Azure/Google), and a fluent dependency injection which is customized for gRpc. Additionally, grpc-web is supported directly, enabling browser access to all gRpc APIs without a proxy.
- Xun (⭐91) - Web framework built on Go's built-in html/template and net/http package’s router. It is designed to be lightweight, fast, and easy to use while providing a simple and intuitive API for building web applications with advanced features such as middleware, routing, and template rendering.
DevOps Tools / Libraries for creating HTTP middlewares
- goma-gateway (⭐130) - A Lightweight API Gateway and Reverse Proxy with declarative config, robust middleware, and support for REST, GraphQL, TCP, UDP, and gRPC.
- sigma (⭐169) - OCI-native container image registry, support OCI-native artifact, scan artifact, image build etc.
Websites / Libraries for creating HTTP middlewares
- Libs.tech – Awesome Go libraries and hidden gems
12. Awesome Mac
Design and Product / Screencapturing Software
- Tight Studio - Record impressive screens in minutes, with smart zooms, AI voice overs, easy captions, text overlays, and lots more, all in simple clicks.
13. Awesome Neovim
AI / Diagnostics
- you-n-g/simplegpt.nvim (⭐30) - Provide a simple yet flexible way to construct and send questions to ChatGPT.
- Exafunction/windsurf.nvim (⭐1.2k) - Free, ultrafast Copilot alternative. Supports LSP and Tree-sitter.
- Flemma-Dev/flemma.nvim (⭐26) - Flemma turns Neovim into a first-class AI workspace.
Marks / Diagnostics
- ThePrimeagen/harpoon (⭐8.6k) - A per project, auto updating and editable marks utility for fast file navigation.
Fennel / Diagnostics
- aileot/nvim-thyme (⭐22) - Zero-overhead Fennel JIT compiler with safety rollbacks and parinfer-rust (⭐593) integration.
Preconfigured Configuration / Diagnostics
- nvim-mini/MiniMax (⭐131) - A collection of self-contained and extensively commented configurations which mostly use MINI tools.
14. Static Analysis
Programming Languages / Other
- mago — Mago is a complete toolchain for PHP, written in Rust, designed from the ground up for maximum performance.
- ✨ A blazing-fast formatter that automatically formats your code according to PER-CS, ending style debates forever. - 🔎 An intelligent linter that catches stylistic issues, inconsistencies, and code smells before they become problems. - 🔬 A powerful static analyzer that finds type errors and logical bugs in your code without you ever having to run it. - 🛡️ A robust architectural guard that enforces dependency rules and structural conventions.
- shellharden (⭐4.7k) — A syntax highlighter and a tool to semi-automate the rewriting of scripts to ShellCheck conformance, mainly focused on quoting.
- Next: Oct 17, 2025