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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesReference Implementations

Functional replicas of existing software used for architectural study.

Distinguishing note: Focuses on the practice of building clones for engineering study.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Reference Implementations. Refine with filters or upvote what's useful.

Awesome Reference Implementations GitHub Repositories

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

    Microsoft/MS-DOS

    32,243GitHub पर देखें↗

    This repository provides the original source code and binaries for legacy disk operating systems. It serves as a historical software archive and a reference implementation for early personal computer operating systems. The project is designed for software archaeology, legacy operating system research, and the study of foundational kernel design. It allows for the technical analysis of historical software architecture and implementation. The codebase covers several core system areas, including monolithic kernel design, segmented memory addressing, and file allocation table indexing. It also i

    Provides a functional reference implementation of an early operating system for architectural study.

    Assembly
    GitHub पर देखें↗32,243
  • careercup/ctci-6th-editioncareercup का अवतार

    careercup/CtCI-6th-Edition

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

    This repository is a collection of solved algorithmic problems and data structure exercises designed for technical interview preparation. It serves as a polyglot reference implementation, providing a set of solved exercises based on a standard textbook to help candidates master the logic and complexity analysis required for coding tests. The project implements the same algorithmic logic across multiple programming languages to demonstrate platform-independent problem solving. This polyglot approach allows for the comparison of implementations across different tech stacks to highlight recurrin

    Provides a set of reference implementations based on a standard textbook for engineering study.

    Javaalgorithmscareercupcracking-the-coding-interview
    GitHub पर देखें↗11,463
  • raytracing/raytracing.github.ioRayTracing का अवतार

    RayTracing/raytracing.github.io

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

    This project is a ray tracing reference implementation and educational resource for building a Monte Carlo path tracer from scratch. It serves as a guide for physically based rendering, demonstrating how to simulate the behavior of light and materials to create realistic images. The implementation includes a spatial hierarchy accelerator to optimize intersection tests and a system for generating images in the portable pixmap format. It provides a community reference library of implementations across various programming languages and distributes complete source code archives for study. The pr

    Provides a curated collection of community-contributed raytracer implementations across various languages.

    HTMLbookgraphics-renderingmarkdeep
    GitHub पर देखें↗10,174
  • gatieme/codinginterviewsgatieme का अवतार

    gatieme/CodingInterviews

    4,864GitHub पर देखें↗

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

    Offers a library of proven algorithmic implementations used as a gold standard for validating candidate code.

    C++
    GitHub पर देखें↗4,864
  1. Home
  2. Software Engineering & Architecture
  3. Reference Implementations

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

  • Community Reference LibrariesCollections of community-contributed implementations used for comparative study of an algorithm. **Distinct from Reference Implementations:** Focuses on a curated library of multiple language implementations rather than a single architectural replica.