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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesStandardized Source Code

Code written strictly to language specifications to ensure compatibility across different compilers and platforms.

Distinct from Source Code Compilers: Existing candidates focus on the compilers themselves, not the portability of the source code written for them.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Standardized Source Code. Refine with filters or upvote what's useful.

Awesome Standardized Source Code GitHub Repositories

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

    Mooophy/Cpp-Primer

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

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

    Implements source code using standard C++ specifications to ensure portability across different toolchains and operating systems.

    C++
    GitHub पर देखें↗8,296
  • leeguandong/interview-code-practice-pythonleeguandong का अवतार

    leeguandong/Interview-code-practice-python

    1,575GitHub पर देखें↗

    This repository serves as a collection of common coding challenges and data structure implementations designed to assist software engineers in preparing for technical interviews. It functions as a study guide for mastering fundamental computer science concepts and standard algorithmic patterns using Python. The project organizes source files into a hierarchical directory structure, grouping problems by category or data structure type to facilitate navigation. By maintaining these implementations as raw script files, the repository allows users to execute code directly within their local Pytho

    Maintains algorithms as portable plaintext script files for broad compatibility.

    Python
    GitHub पर देखें↗1,575
  • jonseg/crud-admin-generatorjonseg का अवतार

    jonseg/crud-admin-generator

    1,425GitHub पर देखें↗

    This tool is an automated backend code generator that creates administrative dashboards by inspecting existing relational database structures. It functions as a schema-driven scaffolding utility, parsing table definitions and foreign key constraints to produce functional server-side controllers and user interfaces for record management. The project distinguishes itself through static source code ejection, which outputs human-readable files that developers can manually modify or extend. By analyzing database metadata, it automatically maps relational data to intuitive selection components and

    Produces standard, human-readable source files that allow developers to manually modify and adapt generated logic.

    JavaScript
    GitHub पर देखें↗1,425
  1. Home
  2. Programming Languages & Runtimes
  3. Standardized Source Code