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

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

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

7 مستودعات

Awesome GitHub RepositoriesType Conversion Registries

Centralized systems for managing rules and functions that convert data between different formats.

Distinct from Type Conversion Utilities: Focuses on the registry mechanism for general type conversion rather than reactive UI binding.

Explore 7 awesome GitHub repositories matching data & databases · Type Conversion Registries. Refine with filters or upvote what's useful.

Awesome Type Conversion Registries GitHub Repositories

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

    chinabugotech/hutool

    30,282عرض على GitHub↗

    Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu

    Provides a central registry and set of rules for transforming information between different data formats.

    Javahttphutooljava
    عرض على GitHub↗30,282
  • mantle/mantleالصورة الرمزية لـ Mantle

    Mantle/Mantle

    11,255عرض على GitHub↗

    Mantle is a framework for mapping raw data structures and JSON into typed model objects for Cocoa and Cocoa Touch applications. It serves as a data serialization engine and JSON data mapper that transforms dictionaries and arrays into structured model objects. The framework distinguishes itself through an Objective-C persistence layer that manages model disk archiving via keyed archivers. It includes specialized logic for model version management, allowing outdated archived data structures to be upgraded to match current schemas during deserialization. The project covers a broad range of dat

    Uses a system of transformers to convert raw primitives into complex types like dates or numbers.

    Objective-C
    عرض على GitHub↗11,255
  • luckypennysoftware/automapperالصورة الرمزية لـ LuckyPennySoftware

    LuckyPennySoftware/AutoMapper

    10,190عرض على GitHub↗

    AutoMapper is a strongly typed object-to-object mapper for .NET. It provides utilities for copying data between different object representations using convention-based property matching to eliminate manual assignment code. The library automates the transformation of data models by matching source and destination properties based on shared names and types. It supports the conversion of internal domain models into data transfer objects, facilitating data movement between presentation, business, and data access layers. The system employs reflection-based type discovery and recursive object grap

    Provides a pipeline of automatic casting and conversion steps to resolve type mismatches between source and destination.

    C#
    عرض على GitHub↗10,190
  • studyzy/imewlconverterالصورة الرمزية لـ studyzy

    studyzy/imewlconverter

    9,686عرض على GitHub↗

    imewlconverter is an input method editor wordlist converter and format transformer designed to migrate user dictionaries and phrase lists between different software environments. It functions as a cross-platform dictionary migrator, translating proprietary binary and text wordlists for use across Windows, macOS, and mobile systems. The tool standardizes diverse lexicon formats, such as WL, FIT, DCTX, LD2, and QPYD, into common structures to ensure cross-platform compatibility. It specifically handles binary wordlist extraction and the transformation of custom phrase lists for systems includin

    Transforms typing dictionaries between different input method formats to enable cross-platform compatibility.

    C#c-sharpchinese-charactersconverter
    عرض على GitHub↗9,686
  • remkop/picocliالصورة الرمزية لـ remkop

    remkop/picocli

    5,387عرض على GitHub↗

    picocli هو إطار عمل لتطوير واجهة سطر الأوامر ومحلل وسائط (argument parser) للتطبيقات القائمة على JVM. يقوم بربط خيارات سطر الأوامر والمعلمات الموضعية بأساليب وحقول Java ذات أنواع قوية باستخدام نموذج تعريفي يعتمد على التعليقات التوضيحية (annotations). يوفر إطار العمل دعماً محدداً لتجميع الصور الأصلية (native image compilation)، مما ينتج ملفات تهيئة الانعكاس والموارد اللازمة لبناء ثنائيات مستقلة مع تقليل حمل بدء التشغيل. كما يتميز بنظام مخصص لتوليد نصوص الإكمال التلقائي للصدفة (shell autocompletion) ومصمم محطة ANSI لتطبيق الألوان والأنماط على المخرجات. يغطي المشروع مجموعة واسعة من قدرات تطبيقات المحطة الطرفية، بما في ذلك إرسال الأوامر الهرمي للأوامر الفرعية المتداخلة، والتوليد المؤتمت لتعليمات الاستخدام وصفحات الدليل (man pages)، وتنفيذ الصدفة التفاعلية مع مطالبات المستخدم. كما يتضمن بنية تحتية لحقن التبعية من خلال مصانع مخصصة، وتحويل النوع القائم على الإضافات، ومعالجة ملفات الوسائط الخارجية.

    Implements a registry of interchangeable converter classes to transform command line strings into complex Java types.

    Java
    عرض على GitHub↗5,387
  • modelcontextprotocol/csharp-sdkالصورة الرمزية لـ modelcontextprotocol

    modelcontextprotocol/csharp-sdk

    3,912عرض على GitHub↗

    The Model Context Protocol C# SDK is a library for building clients and servers that implement the Model Context Protocol to integrate AI tools and resources. It provides an AI tool integration framework and a multi-modal content handler to exchange text, images, and binary resources between AI models and external context providers. The SDK utilizes a JSON-RPC communication library to manage bidirectional data exchange. It features a transport-agnostic communication layer that supports standard input and output, HTTP, and in-memory pipes, with specific integration for ASP.NET Core hosting. T

    Implements data translation between protocol-specific types and standard extension libraries for better AI interoperability.

    C#
    عرض على GitHub↗3,912
  • kotlin/kotlin-jupyterالصورة الرمزية لـ Kotlin

    Kotlin/kotlin-jupyter

    1,218عرض على GitHub↗

    Kotlin Jupyter is an interactive computing environment that enables the execution of Kotlin code within Jupyter notebooks. It functions as a kernel for the Java Virtual Machine, providing a platform for data analysis, rapid prototyping, and scientific computing research. The system manages the evaluation of code snippets by compiling them dynamically at runtime, allowing for real-time interaction and variable inspection. The project distinguishes itself through a sophisticated code transformation pipeline that intercepts and modifies user input to support custom syntax and automated logic. It

    Maps complex data structures to rich visual formats for display in the user interface.

    Kotlin
    عرض على GitHub↗1,218
  1. Home
  2. Data & Databases
  3. Data Type Mappings
  4. Type Conversion Utilities
  5. Type Conversion Registries

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

  • AI Protocol Type ConversionsUtilities for translating data formats between AI protocol-specific types and standard libraries. **Distinct from Type Conversion Registries:** Focuses on AI protocol interoperability rather than general runtime type registries.
  • IME Format ConvertersSpecialized converters for transforming typing dictionaries between different input method software formats. **Distinct from Type Conversion Registries:** Focuses on the specific data formats of IMEs rather than general-purpose type conversion registries.
  • Type-Based Display RegistriesSystems that map data types to custom rendering providers for rich visual output. **Distinct from Type Conversion Registries:** Distinct from Type Conversion Registries: focuses on mapping types to visual display providers rather than general data format conversion.