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

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

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

2 مستودعات

Awesome GitHub RepositoriesCompiled Logic Extensions

Interfaces for integrating custom compiled code modules to handle unique game behaviors.

Distinct from Custom Module Implementations: Distinct from general custom module implementations: focuses on compiled code integration for game engine extensibility.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Compiled Logic Extensions. Refine with filters or upvote what's useful.

Awesome Compiled Logic Extensions GitHub Repositories

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

    OpenRA/OpenRA

    16,450عرض على GitHub↗

    OpenRA is an open-source game engine designed for the development and modernization of real-time strategy titles. It provides a modular framework that allows developers to build standalone games or total conversion modifications by leveraging a trait-based entity composition system. The engine is built to support both the preservation of classic strategy games and the creation of new experiences, offering cross-platform compatibility and a flexible architecture for defining game rules and unit behaviors. The engine distinguishes itself through a configuration-driven approach where game logic,

    Supports extending engine capabilities by integrating custom compiled code modules.

    C#command-and-conquercross-platformcsharp
    عرض على GitHub↗16,450
  • magnumripper/johntheripperالصورة الرمزية لـ magnumripper

    magnumripper/JohnTheRipper

    13,274عرض على GitHub↗

    JohnTheRipper is a multi-platform offline password recovery tool designed to detect and crack hundreds of different hash and cipher formats across various operating systems. It functions as a security utility for retrieving lost credentials and performing security audit testing to identify weak passwords within a database of hashes. The project features a custom rule password cracker and a mangling engine that uses a domain-specific language to transform wordlist entries into common password mutation patterns. It provides hardware-accelerated recovery by distributing parallel processing tasks

    Includes a built-in compiler for creating specialized recovery logic using a subset of a standard programming language.

    C
    عرض على GitHub↗13,274
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Plugin Architectures
  6. Developer Authoring Interfaces
  7. Custom Module Implementations
  8. Compiled Logic Extensions

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

  • Recovery Logic CompilersCompilers that allow users to write specialized recovery logic in a programming language for execution during cracking. **Distinct from Compiled Logic Extensions:** Focuses on the compilation of specialized credential recovery logic rather than game engine extensions.