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

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

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

6 مستودعات

Awesome GitHub RepositoriesHumanization Utilities

Tools for converting data into human-readable formats.

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

Awesome Humanization Utilities GitHub Repositories

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

    Humanizr/Humanizer

    9,717عرض على GitHub↗

    Humanizer is a .NET natural language formatter and string manipulation library designed to convert technical identifiers, numbers, and dates into grammatically correct, human-readable text. It functions as a pluralization engine, localization utility, and case conversion tool for the .NET ecosystem. The library provides specialized capabilities for transforming programming conventions like PascalCase or snake_case into readable sentences and vice versa. It distinguishes itself by handling irregular and uncountable English words during pluralization and singularization, and by applying culture

    Converts time durations into human-friendly strings with configurable precision.

    C#hacktoberfestlocalization
    عرض على GitHub↗9,717
  • vercel/msالصورة الرمزية لـ vercel

    vercel/ms

    5,536عرض على GitHub↗

    هذه مكتبة تحويل وقت JavaScript مصممة لتنسيق أعداد صحيحة بالمللي ثانية كمدد قابلة للقراءة البشرية وتحليل السلاسل القائمة على الوحدات مرة أخرى إلى إجمالي المللي ثانية. تعمل كأداة لإدارة الانتقال بين المدد القابلة للقراءة آليًا والتمثيلات النصية. توفر المكتبة تعيينًا ثنائي الاتجاه، مما يسمح بتحويل الأرقام الخام إلى سلاسل وتحليل السلاسل التي تحتوي على وحدات مثل الأيام والساعات والدقائق مرة أخرى إلى عدد المللي ثانية الرقمي. وتدعم تنسيقات الوقت المختصرة والكاملة المكتوبة.

    Acts as a formatter that turns large millisecond integers into abbreviated or full written-out time durations.

    TypeScript
    عرض على GitHub↗5,536
  • ariaminaei/pretty-errorالصورة الرمزية لـ AriaMinaei

    AriaMinaei/pretty-error

    1,524عرض على GitHub↗

    See node.js errors with less clutter

    Format errors for better readability.

    CoffeeScript
    عرض على GitHub↗1,524
  • sindresorhus/pretty-bytesالصورة الرمزية لـ sindresorhus

    sindresorhus/pretty-bytes

    1,300عرض على GitHub↗

    Convert bytes to a human readable string: 1337 → 1.34 kB

    Convert bytes to human-readable strings.

    JavaScript
    عرض على GitHub↗1,300
  • sindresorhus/pretty-msالصورة الرمزية لـ sindresorhus

    sindresorhus/pretty-ms

    1,208عرض على GitHub↗

    Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s

    Convert milliseconds to human-readable strings.

    JavaScript
    عرض على GitHub↗1,208
  • tjatse/node-readabilityالصورة الرمزية لـ Tjatse

    Tjatse/node-readability

    346عرض على GitHub↗

    Scrape/Crawl article from any site automatically. Make any web page readable, no matter Chinese or English.

    Extract readable content from web pages.

    JavaScript
    عرض على GitHub↗346
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Humanization Utilities

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

  • Collection FormattersUtilities for converting lists of items into grammatically correct, punctuated strings. **Distinct from Humanization Utilities:** Distinct from general humanization by focusing specifically on the punctuation and joining logic of collections.
  • Duration FormattersUtilities for converting time spans into human-friendly descriptive strings. **Distinct from Humanization Utilities:** Specializes in time duration formatting rather than general data humanization.