awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

36 रिपॉजिटरी

Awesome GitHub RepositoriesC

Resources and documentation for developing low-level software using the C programming language.

Explore 36 awesome GitHub repositories matching programming languages & runtimes · C. Refine with filters or upvote what's useful.

Awesome C GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mungell/awesome-for-beginnersMunGell का अवतार

    MunGell/awesome-for-beginners

    86,586GitHub पर देखें↗

    This project is a curated directory of software repositories specifically selected to help newcomers make their first open-source contributions. It serves as a collaborative knowledge base that aggregates entry-level development opportunities, providing a structured path for novice developers to practice version control and engage with active software communities. The repository distinguishes itself through a community-driven model where project listings are populated and verified by external contributors. This distributed peer review process ensures the directory remains current, while the u

    Indexes C-language repositories that offer accessible tasks for newcomers aiming to build their skills in low-level software development.

    awesomeawesome-listbeginner-project
    GitHub पर देखें↗86,586
  • 0voice/interview_internal_reference0voice का अवतार

    0voice/interview_internal_reference

    37,235GitHub पर देखें↗

    This project is a comprehensive technical interview question bank and reference library designed for software engineering roles at major technology companies. It serves as a study guide and knowledge base covering the core principles of high-performance systems programming and computer science theory. The collection focuses on deep technical domains, including C++ language mastery, distributed systems design, and database engineering. It provides detailed material on consensus protocols, cluster coordination, and the architectural differences between SQL and NoSQL implementations. The resour

    Offers detailed study material on implementing high-performance systems using C++ templates, polymorphism, and RAII.

    Pythoncpuhigh-performanceinterview
    GitHub पर देखें↗37,235
  • thealgorithms/c-plus-plusTheAlgorithms का अवतार

    TheAlgorithms/C-Plus-Plus

    34,361GitHub पर देखें↗

    This project is an educational repository and collection of algorithms implemented in C++. It provides a structured set of code examples covering mathematics, computer science, and physics for reference and learning. The collection includes implementations of data structures for managing hierarchical and linear data, such as binary search trees and AVL trees. It also features simulations of computer science concepts, including CPU scheduling and the resolution of combinatorial puzzles. The repository further covers cryptographic examples through the implementation of classic encryption and e

    Provides a comprehensive collection of fundamental computer science and math algorithms implemented in C++.

    C++algorithmalgorithm-competitionsalgorithms-implemented
    GitHub पर देखें↗34,361
  • oi-wiki/oi-wikiOI-wiki का अवतार

    OI-wiki/OI-wiki

    26,176GitHub पर देखें↗

    This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin

    Ships a library of optimized implementations for fundamental algorithms and data structures used in competitive programming.

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    GitHub पर देखें↗26,176
  • thealgorithms/cTheAlgorithms का अवतार

    TheAlgorithms/C

    22,153GitHub पर देखें↗

    This project is a comprehensive library of fundamental computer science algorithms and data structures implemented in C. It provides a collection of modular, portable code blocks designed for educational purposes and integration into production software, focusing on procedural execution and direct hardware interaction. The library distinguishes itself through a focus on low-level systems programming, offering memory-efficient implementations of stacks, queues, linked lists, and trees. It includes specialized suites for cryptographic data protection, audio signal processing, and network commun

    Offers a comprehensive library of fundamental computer science algorithms implemented in C for educational and production use.

    Calgorithm-challengesalgorithm-competitionsalgorithms
    GitHub पर देखें↗22,153
  • federico-busato/modern-cpp-programmingfederico-busato का अवतार

    federico-busato/Modern-CPP-Programming

    15,808GitHub पर देखें↗

    This project is a comprehensive educational resource and programming course covering C++ language semantics and features from C++03 through C++26. It provides structured tutorials and technical guides focused on modern C++ development. The material offers specialized instruction on template metaprogramming, including the use of type traits and compile-time computations. It features detailed guides on concurrency and parallelism for multi-core execution, as well as a reference for software design applying SOLID principles and RAII. Additionally, it covers build performance optimization to redu

    Provides best practices for managing macros through naming prefixes and scope restrictions to minimize side effects.

    HTMLc-plus-pluscode-qualitycompilers
    GitHub पर देखें↗15,808
  • opengenus/cosmosOpenGenus का अवतार

    OpenGenus/cosmos

    13,718GitHub पर देखें↗

    Cosmos is a comprehensive collection of fundamental computational algorithms and data structures implemented in C++. It serves as an educational resource and reference library, providing structured source code examples for core computer science concepts including sorting, searching, graph theory, and dynamic programming. The project is designed for modularity and ease of integration, utilizing a header-only distribution model that allows developers to incorporate specific algorithms without complex build dependencies. By employing template-based generic programming and namespace-scoped organi

    Provides optimized, well-documented algorithmic building blocks implemented in C++.

    C++algorithmdatastructureshacktoberfest
    GitHub पर देखें↗13,718
  • jedisct1/libsodiumjedisct1 का अवतार

    jedisct1/libsodium

    13,467GitHub पर देखें↗

    Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption, decryption, digital signatures, password hashing, and secure key exchange. It is designed to facilitate secure communication and data integrity across diverse hardware architectures and operating systems. The library distinguishes itself by utilizing constant-time primitive execution to prevent side-channel attacks and employing memory-hard algorithms to increase the difficulty of brute-force password attacks. It abstracts complex mathematical operations into simplified inter

    Implements core cryptographic algorithms in portable C for high performance across diverse hardware architectures.

    Cccryptocryptography
    GitHub पर देखें↗13,467
  • cyrus-and/gdb-dashboardcyrus-and का अवतार

    cyrus-and/gdb-dashboard

    12,214GitHub पर देखें↗

    gdb-dashboard is a visual frontend and Python-based extension for GDB. It provides a modular dashboard that enables real-time visualization of program state during debugging sessions. The project replaces manual command-line interaction with a structured visual interface. It utilizes syntax highlighting for program state data to improve readability and analysis during the debugging process. The system focuses on C and C++ debugging, automating the monitoring of program memory and execution state through a text-based user interface. It achieves this by integrating with GDB APIs to retrieve sy

    Specifically targets the debugging and memory analysis of compiled C and C++ programs.

    Python
    GitHub पर देखें↗12,214
  • rui314/chibiccrui314 का अवतार

    rui314/chibicc

    11,694GitHub पर देखें↗

    Chibicc is a C11 compiler designed as a reference implementation for studying compiler construction. It translates C source code into machine-specific assembly instructions by utilizing a pipeline that includes lexical analysis, recursive descent parsing, and single-pass code generation. The project serves as an educational tool for understanding the internal architecture of compilers, from initial tokenization to the final emission of machine code. The compiler distinguishes itself through its self-hosting capability, which allows the software to compile its own source code into a functional

    Implements a minimal C11 compiler that supports self-hosting and language feature validation.

    C
    GitHub पर देखें↗11,694
  • android/ndk-samplesandroid का अवतार

    android/ndk-samples

    10,513GitHub पर देखें↗

    The Android NDK samples provide a comprehensive collection of code examples demonstrating how to integrate C and C++ native code into Android applications. This repository serves as a practical guide for developers utilizing the Android Native Development Kit to implement performance-critical application components that require direct hardware access and low-level system interaction. The project highlights the use of the Java Native Interface to bridge managed code with native modules, enabling cross-language function calls and efficient data exchange. It demonstrates how to manage native act

    Chooses specific C++ standard library implementations to link against for control over binary size and dependencies.

    C++
    GitHub पर देखें↗10,513
  • bpftrace/bpftracebpftrace का अवतार

    bpftrace/bpftrace

    9,950GitHub पर देखें↗

    bpftrace is a high-level eBPF tracing tool and kernel instrumentation framework for Linux. It provides a tracing language to instrument kernel and user-space events without recompiling the system, functioning as a dynamic system profiler and event aggregator. The project enables dynamic system tracing and Linux kernel observability by capturing tracepoints and dynamic probes in real time. It allows for kernel data inspection and runtime process debugging by accessing internal data structures and filtering specific process events. Its capability surface covers system performance analysis, inc

    Implements a backend that translates high-level tracing scripts into C code before eBPF compilation.

    C++bccbpfebpf
    GitHub पर देखें↗9,950
  • antirez/kiloantirez का अवतार

    antirez/kilo

    8,767GitHub पर देखें↗

    Kilo is a small-scale text editor implemented in C to demonstrate low-level systems programming. It provides a command line interface for modifying and saving text files directly within a terminal. The editor includes built-in string search and navigation capabilities to locate text within a file. It also applies colors to source code based on language patterns to provide syntax highlighting.

    Demonstrates low-level systems programming through a text editor implementation written in C.

    C
    GitHub पर देखें↗8,767
  • mamba-org/mambamamba-org का अवतार

    mamba-org/mamba

    7,915GitHub पर देखें↗

    Mamba is a package manager for scientific and data science workflows that implements a high-performance dependency solver in C++. It uses a SAT-based resolution model and a specialized library for metadata processing to calculate compatible package versions across different operating systems. The project provides a standalone executable runtime, allowing the creation of isolated package environments without requiring a pre-existing system installation. It ensures reproducible environment setup by utilizing lock files to pin exact package versions and channels. The system supports containeriz

    Utilizes a C++ core implementation to move computationally heavy dependency solving for significant performance gains.

    C++condacpppackage-manager
    GitHub पर देखें↗7,915
  • liuliu/ccvliuliu का अवतार

    liuliu/ccv

    7,223GitHub पर देखें↗

    ccv is a computer vision library written in C designed for high-performance visual analysis. It serves as a framework for image classification, object detection, and the identification of faces, pedestrians, and vehicles. The library distinguishes itself through hardware-accelerated vision and deep learning inference optimizations. It utilizes a quantized tensor processor to transform floating-point data into eight-bit integers and implements integer-quantized attention mechanisms to reduce memory bandwidth and increase data throughput. The project covers a broad range of capabilities, inclu

    Provides a high-performance core implementation written in C for minimal runtime overhead during visual analysis.

    C++
    GitHub पर देखें↗7,223
  • microsoft/vscode-docsmicrosoft का अवतार

    microsoft/vscode-docs

    6,549GitHub पर देखें↗

    This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development and remote development workflows. It covers the implementation of AI agents and language models used for autonomous code generation, large-scale refactoring, and task iteration. The project is distinguished by its deep integration of autonomous AI agents capable of web navigation, application logic validation, and orchestrating multi-step development processes. It provides specialized frameworks for tailoring AI behavior through custom instructions, model context protocols, a

    Supports compound launch configurations that trigger the simultaneous start of multiple debugging sessions as a single action.

    Markdownvscode
    GitHub पर देखें↗6,549
  • rui314/8ccrui314 का अवतार

    rui314/8cc

    6,395GitHub पर देखें↗

    A Small C Compiler

    Handles C preprocessing directives with a compact, inline design that avoids external preprocessor dependencies.

    C
    GitHub पर देखें↗6,395
  • aalhour/c-sharp-algorithmsaalhour का अवतार

    aalhour/c-sharp-algorithms

    6,159GitHub पर देखें↗

    यह प्रोजेक्ट एक C# एल्गोरिदम लाइब्रेरी और डेटा स्ट्रक्चर्स का संग्रह है। यह क्लासिक सॉर्टिंग, सर्चिंग और ग्राफ़ ट्रैवर्सल पैटर्न के व्यावहारिक इम्प्लीमेंटेशन प्रदान करने वाले कंप्यूटर साइंस संदर्भ के रूप में कार्य करता है। लाइब्रेरी में टेक्स्ट समानता का विश्लेषण करने, एडिट डिस्टन्स की गणना करने और प्रीफ़िक्स-आधारित खोजों को मैनेज करने के लिए एक समर्पित स्ट्रिंग प्रोसेसिंग टूलकिट शामिल है। इसमें नेटवर्क संबंधों को मॉडल करने और सबसे छोटे रास्तों की गणना करने के लिए एक ग्राफ़ थ्योरी इम्प्लीमेंटेशन भी है। कोडबेस क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें लीनियर और पदानुक्रमित संग्रहों का प्रबंधन, ट्री डेटा मैनिपुलेशन और विज़ुअलाइज़ेशन, और गणितीय संख्यात्मक अनुक्रमों की गणना शामिल है।

    Serves as a complete library of standard data structures and computational algorithms implemented in C#.

    C#
    GitHub पर देखें↗6,159
  • mandliya/algorithms_and_data_structuresmandliya का अवतार

    mandliya/algorithms_and_data_structures

    6,145GitHub पर देखें↗

    This project is a comprehensive collection of C++ libraries and toolkits providing reference implementations for data structures, graph algorithms, and bitwise logic. It serves as a C++ algorithm reference containing over 180 solved coding problems and a specialized toolkit for competitive programming. The repository distinguishes itself through extensive low-level bit manipulation libraries for parity checks, endianness detection, and XOR-based logic. It also provides a wide array of reference solutions for complex algorithmic challenges involving backtracking, graph theory, and dynamic prog

    Serves as a high-performance algorithmic reference with over 180 solved coding problems implemented in C++.

    C++algorithmbit-manipulationc
    GitHub पर देखें↗6,145
  • microsoft/vscode-cpptoolsmicrosoft का अवतार

    microsoft/vscode-cpptools

    6,047GitHub पर देखें↗

    The C/C++ extension for Visual Studio Code provides language support for C and C++ programming, including IntelliSense-powered code editing, navigation, and debugging capabilities. It enables syntax highlighting, code completion, hover information, and error checking for C and C++ source files, along with features like semantic colorization, symbol search, and call hierarchy exploration. The extension offers comprehensive debugging support for C/C++ programs, including launching debug sessions with breakpoints, stepping through code, and inspecting variables. It supports debugging multi-threa

    Launches debug sessions with breakpoints and step-through execution for C/C++ programs.

    TypeScriptmicrosofttypescriptvscode-extension
    GitHub पर देखें↗6,047
पिछला12अगला
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Systems & Low-Level
  6. C

सब-टैग एक्सप्लोर करें

  • Algorithm Libraries1 सब-टैगCollections of optimized implementations for fundamental computational methods and data structures. **Distinct from C:** Distinct from general C language resources: focuses specifically on high-performance algorithmic implementations for competitive programming.
  • Debugging Tools2 सब-टैग्सUtilities designed for analyzing and fixing bugs in a specific programming language. **Distinct from C:** Focuses on the tooling for debugging C/C++, not just general language documentation.
  • Preprocessors1 सब-टैगTools that handle macro expansion and conditional compilation for C source code. **Distinct from C:** Distinct from C: focuses on the preprocessing stage specifically rather than the language itself.
  • Source TranslatorsTools that translate a high-level domain specific language into C source code for further compilation. **Distinct from C:** Distinct from C: specifically covers the translation stage into C rather than general C development.