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

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

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

5 مستودعات

Awesome GitHub RepositoriesUnit Conversions

Transforms durations of time from one measurement unit to another.

Distinct from Date and Time Libraries: Focuses specifically on converting time units, distinct from general date parsing or manipulation.

Explore 5 awesome GitHub repositories matching data & databases · Unit Conversions. Refine with filters or upvote what's useful.

Awesome Unit Conversions GitHub Repositories

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

    malcommac/SwiftDate

    7,703عرض على GitHub↗

    SwiftDate is a date manipulation library for the Swift programming language. It provides a toolkit for parsing, validating, and formatting dates, times, and timezones. The library includes a relative time generator for producing date offsets based on reference points such as tomorrow or next week, and a localized date formatter for transforming date objects into human-readable strings across multiple languages and locales. It also features an ISO8601 date parser to convert standardized date strings from SQL, HTTP, and ISO8601 formats into structured objects, alongside tools for managing timez

    Transforms durations of time from one measurement unit to another for different expressions of time.

    Swift
    عرض على GitHub↗7,703
  • rsalmei/alive-progressالصورة الرمزية لـ rsalmei

    rsalmei/alive-progress

    6,245عرض على GitHub↗

    Formats throughput and size units with automatic scaling and configurable precision for readability.

    Pythonaliveanimatedanimations
    عرض على GitHub↗6,245
  • rauchg/ms.jsالصورة الرمزية لـ rauchg

    rauchg/ms.js

    5,533عرض على GitHub↗

    ms.js هي مكتبة لتحويل الملي ثانية توفر أدوات لتنسيق الفترات الزمنية إلى نصوص وتحليل سلاسل الوقت المقروءة بشرياً وإعادتها إلى أرقام. تعمل كمكتبة مساعدة لترجمة قيم الملي ثانية الرقمية إلى سلاسل نصية مفهومة، وتحويل وحدات الوقت مثل الأيام والساعات والدقائق إلى قيم رقمية بالملي ثانية. يغطي المشروع تحليل الوقت وتنسيقه، مما يتيح ترجمة وحدات الوقت المقروءة بشرياً إلى قيم بالملي ثانية لإدارة مهلات التطبيقات وتحويل وحدات المدة. يتضمن أدوات لتحويل فترات الملي ثانية إلى نصوص مختصرة أو طويلة لاستخدامها في السجلات (logs) أو واجهات المستخدم.

    Transforms durations of time between different measurement units to ensure consistency in JavaScript.

    TypeScript
    عرض على GitHub↗5,533
  • vercel/msالصورة الرمزية لـ vercel

    vercel/ms

    5,536عرض على GitHub↗

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

    Utilizes a static lookup table to map time units to their millisecond equivalents for conversion calculations.

    TypeScript
    عرض على GitHub↗5,536
  • metrics-rs/metricsالصورة الرمزية لـ metrics-rs

    metrics-rs/metrics

    1,422عرض على GitHub↗

    This project is a unified observability framework for Rust applications, designed to capture, aggregate, and report performance telemetry. It provides a comprehensive toolkit for instrumenting code to track counters, gauges, and histograms, enabling developers to monitor application health and operational performance through a standardized interface. The library distinguishes itself by decoupling instrumentation sites from specific backend implementations through a global registry and trait-based abstractions. This architecture allows developers to swap telemetry exporters at runtime without

    Scales and labels numeric values using human-readable units and time-based abbreviations to improve the clarity of telemetry data.

    Rustmetricsrust-langtelemetry
    عرض على GitHub↗1,422
  1. Home
  2. Data & Databases
  3. Date and Time Libraries
  4. Unit Conversions

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

  • Conversion Lookup TablesMaps unit identifiers to their millisecond multipliers for deterministic calculations. **Distinct from Unit Conversions:** Focuses on the data structure (lookup table) used for conversion rather than the conversion process itself
  • Iterative Reduction LogicCalculates durations by iteratively dividing numeric values by the largest applicable unit. **Distinct from Unit Conversions:** Focuses on the specific iterative division algorithm rather than general unit conversion results
  • Throughput and Size Unit ScalingsAutomatic formatting of throughput and size units with scaling and configurable precision for readability. **Distinct from Unit Conversions:** Distinct from Unit Conversions: focuses on scaling units for display (e.g., bytes to KB/MB), not converting between measurement systems.