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

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

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

6 مستودعات

Awesome GitHub RepositoriesFramework Support

Plugins that provide integration for specific development frameworks and languages.

Explore 6 awesome GitHub repositories matching part of an awesome list · Framework Support. Refine with filters or upvote what's useful.

Awesome Framework Support GitHub Repositories

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

    microsoft/RustTraining

    14,636عرض على GitHub↗

    This project is a structured Rust programming curriculum and systems programming course designed to take learners from beginner to expert levels. It provides a comprehensive set of training materials focused on mastering the core syntax, idioms, and technical foundations of the Rust language. The project features a specialized language transition framework that maps concepts from C++, managed languages, and dynamic typing to Rust idioms. This allows developers from different ecosystems to translate architectural patterns and memory models into idiomatic Rust. The training covers a broad rang

    Implements a transition framework mapping C++, managed, and dynamic languages to Rust idioms.

    Rust
    عرض على GitHub↗14,636
  • languagetool-org/languagetoolالصورة الرمزية لـ languagetool-org

    languagetool-org/languagetool

    14,597عرض على GitHub↗

    LanguageTool is a multilingual grammar and style checking engine designed to detect spelling, grammar, and writing errors across multiple languages. It provides automated proofreading capabilities that can be deployed as a self-hosted server or executed as a standalone local desktop application. The project distinguishes itself through a flexible rule development framework, allowing linguistic patterns to be defined via XML or implemented as custom Java classes. It utilizes n-gram frequency modeling for confused word detection and supports neural word embeddings to improve disambiguation betw

    Provides a framework for adding new languages by defining modules and writing custom error detection rules.

    Javagrammarnatural-languagenatural-language-processing
    عرض على GitHub↗14,597
  • facebook/pyreflyالصورة الرمزية لـ facebook

    facebook/pyrefly

    5,390عرض على GitHub↗

    Pyrefly is a static type checker for Python that operates as a language server, delivering real-time diagnostics, completions, and navigation in any editor supporting the Language Server Protocol. It also performs static tensor shape analysis, using symbolic dimension variables and arithmetic to verify shape consistency in deep learning models without runtime execution. Beyond core type checking, Pyrefly supports gradual adoption workflows: it can generate a baseline of known errors so only new issues are reported, migrate configuration from other type checkers, and automatically suppress exi

    Provides native static analysis type inference for Django, Pydantic, and similar frameworks without plugins.

    Rustcode-qualitycontributions-welcomegood-first-issue
    عرض على GitHub↗5,390
  • saltyshiomix/nextronالصورة الرمزية لـ saltyshiomix

    saltyshiomix/nextron

    4,420عرض على GitHub↗

    Nextron هو إطار عمل لبناء تطبيقات سطح مكتب متعددة المنصات من خلال دمج Next.js مع غلاف Electron. يعمل كأداة بناء تقوم بتجميع واجهات المستخدم القائمة على الويب في حزم سطح مكتب مستقلة قابلة للتثبيت. يوفر المشروع قوالب تطبيقات سطح مكتب جاهزة لتهيئة المشاريع. ويتضمن معالج مخطط URL مخصص يسمح بتسجيل بروتوكولات فريدة لتشغيل تطبيق سطح المكتب مباشرة من متصفح الويب. تغطي مجموعة الأدوات أتمتة بناء تطبيقات سطح المكتب، بما في ذلك تجميع وتغليف الكود المصدري في مثبتات قابلة للتوزيع لأنظمة تشغيل متعددة. يدعم عرض التصدير الثابت ويوفر وضع تطوير للتكرار السريع مع تحديثات حية.

    Provides specialized support for integrating the Next.js framework with the Electron desktop runtime.

    TypeScript
    عرض على GitHub↗4,420
  • premake/premake-coreالصورة الرمزية لـ premake

    premake/premake-core

    3,566عرض على GitHub↗

    Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine that transforms scripted workspace definitions into native project files for multiple build toolsets and compilers. Additionally, it can generate JSON-formatted compilation databases for use with language servers and static analysis tools. The project distinguishes itself through a programmable runtime that allows for internal function hooking and the interception of build logic. This extensibility enables users to create custom toolset generators, implement modular extensions f

    Allows extending the build system with modular support for new languages and frameworks through add-on modules.

    Cchacktoberfestlua
    عرض على GitHub↗3,566
  • flutter/flutter-intellijF

    flutter/flutter-intellij

    0عرض على GitHub↗

    An IntelliJ plugin for Flutter development. Flutter is a multi-platform app SDK to help developers and designers build modern apps for iOS, Android and the web.

    Provides support for building cross-platform mobile applications.

    عرض على GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Framework Support

استكشف الوسوم الفرعية

  • Desktop Runtime IntegrationsIntegrations that enable web frameworks to operate within a native desktop shell environment. **Distinct from Framework Support:** Distinct from Framework Support: focuses specifically on the bridge between web frameworks and native desktop runtimes like Electron.
  • GGUFLists of software frameworks capable of loading and running GGUF model files for inference. **Distinct from Framework Support:** Distinct from Framework Support: specifically catalogs frameworks supporting the GGUF model format rather than general development framework integrations.
  • Language Transition ModulesEducational modules designed to bridge the conceptual gap between different programming paradigms and languages. **Distinct from Language and Framework Support Modules:** Focuses on conceptual education for developers, not build-system support modules.
  • Language and Framework Support Modules1 وسم فرعيAdd-on modules that enable the build system to support new programming languages and frameworks. **Distinct from Framework Support:** Distinct from Framework Support: refers specifically to build-system modules that enable toolset support, not plugin integrations for a specific framework.