73 repos
Awesome GitHub repositories, curated.
A community-curated directory of interesting public GitHub repositories. Ask in plain English — AI ranks by relevance. Save what you find.
Browse repositories
- jlevy/the-art-of-command-line
This project is a comprehensive technical reference and educational resource designed to improve proficiency with command-line interfaces. It functions as a productivity toolkit, providing a structured knowledge base of essential terminal operations, system administration tasks, and high-impact command sequences for da
Command Line GuidesCommand Line Reference GuidesCommand Line References - Snailclimb/JavaGuide
This project is a comprehensive educational repository providing technical documentation and learning materials across a wide range of computer science and software engineering domains. It serves as a centralized knowledge base for developers, covering core programming concepts, database management, distributed systems
Consensus ProtocolsTechnical Knowledge BasesRPC Frameworks - 521xueweihan/HelloGitHub
HelloGitHub is a centralized discovery platform and technical knowledge repository designed to help developers identify high-quality open-source projects, libraries, and infrastructure. It functions as a structured directory that aggregates specialized development tools and educational materials, organizing them by tec
Engineering Resource CurationsOpen Source Discovery PlatformsOpen Source Trackers - yangshun/tech-interview-handbook
This repository provides a comprehensive collection of educational materials and strategies designed to assist technical professionals in preparing for the various stages of the software engineering interview process. It covers core competencies including algorithmic problem-solving, behavioral interview techniques, sy
Coding Interview ResourcesBehavioral Interview FrameworksSystem Design Interviews - labuladong/fucking-algorithm
This project is a comprehensive educational platform designed to facilitate the mastery of computer science algorithms and data structures. It provides a structured learning curriculum, a library of practice problems, and an integrated toolkit that supports both academic study and competitive programming preparation. B
Algorithmic Learning CurriculaAlgorithmic Proficiency TrainingIntegrated Learning Environments - langchain-ai/langchain
LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows t
Agent Orchestration FrameworksLLM Application OrchestrationLLM Integration Layers - Chalarangelo/30-seconds-of-code
This project is a comprehensive educational repository providing a wide range of tutorials, code snippets, and technical guides for software developers. It covers essential areas of web development, including styling techniques, version control workflows, algorithmic problem-solving, and framework-specific programming
Educational RepositoriesAlgorithm ImplementationsCode Maintainability Principles - ripienaar/free-for-dev
This project is a community-maintained directory of technical resources, tools, and services that offer free tiers for developers. It serves as a centralized reference point for discovering infrastructure, software, and educational materials, helping individuals and teams minimize operational costs while building and s
Awesome ListsFree-Tier Infrastructure ServicesTechnical Resource Curations - justjavac/free-programming-books-zh_CN
This project is a centralized, community-vetted repository that serves as a comprehensive hub for free technical literature and educational resources. It functions as an open-source directory, aggregating links to books, tutorials, and documentation to support developers in mastering diverse programming languages, soft
Open Source DirectoriesProgramming BooksProgramming Resource Collections - nodejs/node
This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime inc
Event EmittersCryptographic OperationsInternationalization Utilities - iptv-org/iptv
This project is a community-maintained, open-source repository that functions as a centralized directory for streaming metadata. It aggregates publicly available network stream links and organizes them into standardized, machine-readable playlist formats. By acting strictly as a metadata-only index, the platform enable
Live Television PlaylistsLive Television StreamsPlaylist Aggregators - rust-lang/rust
Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces m
Server ImplementationsTesting FrameworksData Structures - microsoft/TypeScript
TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime errors by analyzing the behaviors and capabilities of values during the compilation process. The language supports object-oriented structures, including classes with inheritance and member visibility co
Conditional TypesPartial Type ConstructionAbstract Classes - Hack-with-Github/Awesome-Hacking
This project is a community-maintained, open-source knowledge base that serves as a structured index for cybersecurity resources. It provides a centralized directory of tools, frameworks, and documentation designed to assist security researchers, penetration testers, and developers in hardening digital infrastructure a
Awesome ListsCurated Resource ListsOpen Source Knowledge Bases - godotengine/godot
Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-plat
Cross-Platform Game EnginesNode-Based Game EnginesScene Graph Systems - microsoft/generative-ai-for-beginners
This project is a comprehensive, open-source educational curriculum designed to guide developers through the mastery of generative artificial intelligence. It provides a structured learning path that covers foundational concepts, prompt engineering, and the practical application of large language models. The repository
Curriculum ModulesGenerative AI CoursesGenerative AI Development Guides - denoland/deno
Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system
JavaScript and TypeScript RuntimesJavaScript RuntimesRuntime Permission Policies - GrowingGit/GitHub-Chinese-Top-Charts
This project functions as a curated software directory and developer resource index, providing a centralized platform for discovering and evaluating high-quality open-source repositories. It serves as an aggregator that monitors trending software and educational resources, organizing them by technical domain and progra
Curated Software DirectoriesAwesome ListsCurated Resource Lists - papers-we-love/papers-we-love
Papers We Love is a community-driven repository and learning network dedicated to the study and discussion of foundational computer science literature. It functions as a centralized educational archive, providing a structured environment where software professionals can engage with academic research to bridge the gap b
Academic Literature CollectionsAcademic Research ArchivesAcademic Resource Indices - angular/angular
Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex
Attribute DirectivesForm Foundation PrimitivesSignal Based Inputs