6 مستودعات
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.
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.
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.
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.
Nextron هو إطار عمل لبناء تطبيقات سطح مكتب متعددة المنصات من خلال دمج Next.js مع غلاف Electron. يعمل كأداة بناء تقوم بتجميع واجهات المستخدم القائمة على الويب في حزم سطح مكتب مستقلة قابلة للتثبيت. يوفر المشروع قوالب تطبيقات سطح مكتب جاهزة لتهيئة المشاريع. ويتضمن معالج مخطط URL مخصص يسمح بتسجيل بروتوكولات فريدة لتشغيل تطبيق سطح المكتب مباشرة من متصفح الويب. تغطي مجموعة الأدوات أتمتة بناء تطبيقات سطح المكتب، بما في ذلك تجميع وتغليف الكود المصدري في مثبتات قابلة للتوزيع لأنظمة تشغيل متعددة. يدعم عرض التصدير الثابت ويوفر وضع تطوير للتكرار السريع مع تحديثات حية.
Provides specialized support for integrating the Next.js framework with the Electron desktop runtime.
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.
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.