awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

154 مستودعات

Awesome GitHub Repositoriesقوالب المشاريع

نماذج أولية واتفاقيات لتهيئة مشاريع C++ الحديثة.

Explore 154 awesome GitHub repositories matching part of an awesome list · قوالب المشاريع. Refine with filters or upvote what's useful.

Awesome قوالب المشاريع GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ttroy50/cmake-examplesالصورة الرمزية لـ ttroy50

    ttroy50/cmake-examples

    13,066عرض على GitHub↗

    This project is a collection of reference implementations and templates for CMake build patterns and configuration workflows. It provides standardized templates for managing C++ project structures, compiler flags, and dependency linking. The repository includes a packaging guide for creating installation targets and platform-specific software installers. It also provides a testing suite that demonstrates the integration of unit testing and static analysis tools into the build process. Additional reference configurations cover the execution of builds and tests within isolated, containerized e

    Tutorial-style examples for common build tasks.

    CMakeboostcatchclang
    عرض على GitHub↗13,066
  • drivendata/cookiecutter-data-scienceالصورة الرمزية لـ drivendata

    drivendata/cookiecutter-data-science

    9,919عرض على GitHub↗

    هذا المشروع عبارة عن قالب Cookiecutter وقالب لمشاريع علوم البيانات يعمل على أتمتة إنشاء تسلسل هرمي متسق للمجلدات في المشاريع التحليلية. يوفر هيكلاً قياسياً للمجلدات وهيكلاً أساسياً للمشروع مصمماً لتنظيم سير عمل علوم البيانات لدعم التكرارية والتعاون. يؤسس إطار العمل تخطيطاً قياسياً لخط أنابيب البيانات وإطار عمل بحثي قابل للتكرار. يفصل المشروع بين مراحل استيعاب البيانات، والتنظيف، والنمذجة لضمان وجود مسار تدقيق واضح للتحويلات ونتائج بحثية متسقة. ينظم المشروع العمل من خلال توفير تسلسل هرمي للمجلدات يعتمد على الاتفاقيات للبيانات الخام، ومجموعات البيانات المعالجة، ودفاتر الملاحظات (notebooks)، وكود المصدر. يدعم هذا النهج التعلم الآلي التعاوني وتنظيم خطوط أنابيب البيانات المهيكلة.

    Logical and reproducible project directory structure for data science.

    Python
    عرض على GitHub↗9,919
  • gothinkster/angular-realworld-example-appالصورة الرمزية لـ gothinkster

    gothinkster/angular-realworld-example-app

    5,616عرض على GitHub↗

    هذا تطبيق ويب TypeScript وتطبيق صفحة واحدة مبني باستخدام Angular. يعمل كمنصة تدوين كاملة الميزات ونظام إدارة محتوى ينفذ أنماطاً معمارية احترافية لبناء واجهات مستخدم معقدة. يعمل المشروع كعميل REST API يتكامل مع خدمة خلفية لإدارة المستخدمين والمقالات والتفاعلات الاجتماعية. يتضمن عارض محتوى markdown لعرض المقالات المنسقة ونظاماً لاكتشاف المحتوى باستخدام خلاصات مرقمة وفلاتر الفئات. يغطي التطبيق العديد من المجالات الوظيفية، بما في ذلك سير عمل مصادقة المستخدم مع إدارة الهوية القائمة على الرموز، وإدارة دورة حياة مقالات المدونة، وميزات الشبكات الاجتماعية مثل متابعة المؤلفين وإضافة المحتوى إلى المفضلة.

    Angular codebase adhering to the RealWorld spec and API.

    TypeScript
    عرض على GitHub↗5,616
  • thelartians/moderncppstarterالصورة الرمزية لـ TheLartians

    TheLartians/ModernCppStarter

    5,306عرض على GitHub↗

    ModernCppStarter is a pre-configured project boilerplate and bootstrapping environment for C++ libraries and executables. It provides a standardized set of CMake build configurations and templates to automate the initialization of new projects. The project integrates a comprehensive static analysis suite and documentation automation. It includes systems for enforcing code quality through sanitizers and analyzers, as well as a pipeline for generating and deploying technical documentation during project releases. The template covers broader development infrastructure, including dependency mana

    Starter template with CI, coverage, and dependency management.

    CMakebootstrapcccache
    عرض على GitHub↗5,306
  • blazorhero/cleanarchitectureالصورة الرمزية لـ blazorhero

    blazorhero/CleanArchitecture

    3,577عرض على GitHub↗

    Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.

    Clean architecture starter template using Material Design components.

    C#
    عرض على GitHub↗3,577
  • dev-cafe/cmake-cookbookالصورة الرمزية لـ dev-cafe

    dev-cafe/cmake-cookbook

    2,849عرض على GitHub↗

    CMake Cookbook recipes.

    Comprehensive collection of build recipes.

    C++
    عرض على GitHub↗2,849
  • filipdutescu/modern-cpp-templateالصورة الرمزية لـ filipdutescu

    filipdutescu/modern-cpp-template

    1,914عرض على GitHub↗

    Template for projects with unit testing and CI support.

    CMakeccacheciclang-format
    عرض على GitHub↗1,914
  • coreui/coreui-free-angular-admin-templateالصورة الرمزية لـ coreui

    coreui/coreui-free-angular-admin-template

    1,833عرض على GitHub↗

    CoreUI for Angular 21 free admin template based on Bootstrap 5

    Free Angular admin template based on Bootstrap 5.

    HTML
    عرض على GitHub↗1,833
  • nezvers/godot-gametemplateالصورة الرمزية لـ nezvers

    nezvers/Godot-GameTemplate

    1,595عرض على GitHub↗

    Template for top-down shooter, with solutions for tough problems.

    Template designed for pixel art games.

    GDScript
    عرض على GitHub↗1,595
  • maaack/godot-game-templateالصورة الرمزية لـ Maaack

    Maaack/Godot-Game-Template

    1,489عرض على GitHub↗

    Godot template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.

    Template with menus, scene loader, and tools.

    GDScript
    عرض على GitHub↗1,489
  • ng-matero/ng-materoالصورة الرمزية لـ ng-matero

    ng-matero/ng-matero

    1,464عرض على GitHub↗

    Angular Material admin template.

    Angular Material admin dashboard template.

    TypeScript
    عرض على GitHub↗1,464
  • bitfoundation/bitplatformالصورة الرمزية لـ bitfoundation

    bitfoundation/bitplatform

    1,360عرض على GitHub↗

    Build all of your apps using what you already know and love ❤️

    Cross-platform solution templates for .NET MAUI and Blazor.

    C#
    عرض على GitHub↗1,360
  • emonney/quickappالصورة الرمزية لـ emonney

    emonney/QuickApp

    1,345عرض على GitHub↗

    AI-ready reference architecture for Angular / ASP.NET Core projects. A hardened foundation with secure authentication, authorization, role and user management, and consistent patterns designed to be safely extended by AI tools. Stop letting AI hallucinate your auth and DB logic - give it a production-grade foundation to build on.

    ASP.NET Core and Angular startup project template with user management.

    TypeScriptaiai-templateangular
    عرض على GitHub↗1,345
  • vector-of-bool/pitchforkالصورة الرمزية لـ vector-of-bool

    vector-of-bool/pitchfork

    1,248عرض على GitHub↗

    Pitchfork is a Set of C++ Project Conventions

    Conventions for native C and C++ project structures.

    C++
    عرض على GitHub↗1,248
  • pr0g/cmake-examplesالصورة الرمزية لـ pr0g

    pr0g/cmake-examples

    1,231عرض على GitHub↗

    This project provides a collection of minimal, modern configuration templates designed to demonstrate industry-standard practices for managing C and C++ build workflows. It serves as a practical guide for developers to implement build automation, dependency management, and project structuring using the CMake build system. The repository distinguishes itself by offering modular examples that cover complex build requirements, such as hierarchical project organization and the integration of external third-party source code. It emphasizes the use of target-based dependency graphs and interface-ba

    Collection of simple, modern project examples.

    CMakecmakecmake-examplescmake-scripts
    عرض على GitHub↗1,231
  • neozhu/cleanarchitecturewithblazorserverالصورة الرمزية لـ neozhu

    neozhu/CleanArchitectureWithBlazorServer

    1,216عرض على GitHub↗

    This repository is designed to create an enterprise Blazor Server application that follows the principles of Clean Architecture and implements Blazor Clean Architecture best practices for scalability, maintainability, and testability.

    Clean architecture template utilizing Material Design components.

    HTML
    عرض على GitHub↗1,216
  • ralish/bash-script-templateالصورة الرمزية لـ ralish

    ralish/bash-script-template

    999عرض على GitHub↗

    قالب نص برمجي Bash يتبع أفضل الممارسات مع العديد من الوظائف المفيدة

    Provides best practices for bash scripting.

    Shell
    عرض على GitHub↗999
  • whimfoome/godot-firstpersonstarterالصورة الرمزية لـ Whimfoome

    Whimfoome/godot-FirstPersonStarter

    975عرض على GitHub↗

    FPS (First Person Shooter) controller template for Godot 4 to give starter content for a new or already existing project!

    First-person controller template.

    GDScriptfps-templategamedevgdscript
    عرض على GitHub↗975
  • cginternals/cmake-initالصورة الرمزية لـ cginternals

    cginternals/cmake-init

    940عرض على GitHub↗

    Template for reliable, cross-platform C++ project setup using cmake.

    Template for reliable, cross-platform project setup.

    CMake
    عرض على GitHub↗940
  • primefaces/sakai-ngالصورة الرمزية لـ primefaces

    primefaces/sakai-ng

    942عرض على GitHub↗

    Free Angular Admin Template by PrimeNG

    Free Angular Admin Template by PrimeNG.

    TypeScript
    عرض على GitHub↗942
السابق123456…8التالي
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Project Templates