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,296在 GitHub 上查看↗

    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,575在 GitHub 上查看↗

    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,425在 GitHub 上查看↗

    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