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

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

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

2 مستودعات

Awesome GitHub RepositoriesNumeral Mapping

Conversion of non-standard or regional numeric characters into standard numerals for processing.

Distinct from Numeric Formatting: Focuses on character translation/mapping rather than general locale-based display formatting

Explore 2 awesome GitHub repositories matching web development · Numeral Mapping. Refine with filters or upvote what's useful.

Awesome Numeral Mapping GitHub Repositories

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

    inorganik/countUp.js

    8,164عرض على GitHub↗

    CountUp.js is a lightweight JavaScript library that animates a numerical value from zero to a target number over a configurable duration with smooth easing. It supports both count-up and count-down transitions, making it a focused tool for displaying animated numerical changes on web pages. The library distinguishes itself through support for bidirectional number animation, custom easing functions, and locale-aware number formatting with configurable separators, decimal points, and digit groupings. It also offers plugin-based rendering, allowing developers to replace the default display logic

    Maps Unicode characters for non-Latin numeral systems to render animated counts in Eastern Arabic or Farsi digits.

    TypeScript
    عرض على GitHub↗8,164
  • s-yadav/react-number-formatالصورة الرمزية لـ s-yadav

    s-yadav/react-number-format

    4,091عرض على GitHub↗

    This library provides a set of tools for formatting numeric values and masking user input within React components. It includes a customizable text input wrapper that synchronizes raw numeric values with formatted display strings and a specialized input masking component for enforcing string patterns and templates during data entry. The project features a localized number formatter that utilizes browser localization APIs to apply regional grouping, prefixes, and suffixes. It supports specialized financial formatting, such as displaying negative values in parentheses, and provides the ability t

    Provides the ability to convert non-English numeric characters into standard numerals for consistent processing.

    JavaScript
    عرض على GitHub↗4,091
  1. Home
  2. Web Development
  3. Numeric Fields
  4. Numeric Formatting
  5. Numeral Mapping

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

  • Non-Latin Numeral MappingsMaps Unicode characters for non-Latin numeral systems to render digits in scripts like Eastern Arabic or Farsi. **Distinct from Numeral Mapping:** Distinct from Numeral Mapping: focuses on rendering display using alternate digit characters rather than converting non-standard numerals to standard ones.