awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • malcommac/swiftdatemalcommac का अवतार

    malcommac/SwiftDate

    7,703GitHub पर देखें↗

    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-progressrsalmei का अवतार

    rsalmei/alive-progress

    6,245GitHub पर देखें↗

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

    Pythonaliveanimatedanimations
    GitHub पर देखें↗6,245
  • rauchg/ms.jsrauchg का अवतार

    rauchg/ms.js

    5,533GitHub पर देखें↗

    ms.js is a millisecond conversion library providing tools to format durations into text and parse human-readable time strings back into numbers. It functions as a utility for translating numeric millisecond values into human-readable strings and converting time units such as days, hours, and minutes into numeric milliseconds. The project covers time parsing and formatting, enabling the translation of human-readable time units into millisecond values for application timeout management and duration unit conversion. It includes tools for transforming millisecond durations into both concise and l

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

    TypeScript
    GitHub पर देखें↗5,533
  • vercel/msvercel का अवतार

    vercel/ms

    5,536GitHub पर देखें↗

    यह एक JavaScript समय रूपांतरण लाइब्रेरी है जिसे मिलीसेकंड पूर्णांकों को मानव-पठनीय अवधि के रूप में फॉर्मेट करने और यूनिट-आधारित स्ट्रिंग्स को वापस कुल मिलीसेकंड में पार्स करने के लिए डिज़ाइन किया गया है। यह मशीन-पठनीय अवधि और टेक्स्ट अभ्यावेदन के बीच संक्रमण को मैनेज करने के लिए एक यूटिलिटी के रूप में कार्य करता है। लाइब्रेरी द्विदिश मैपिंग प्रदान करती है, जो रॉ नंबरों को स्ट्रिंग्स में बदलने और दिनों, घंटों और मिनटों जैसी इकाइयों वाली स्ट्रिंग्स को वापस संख्यात्मक मिलीसेकंड काउंट में पार्स करने की अनुमति देती है। यह संक्षिप्त और पूर्ण लिखित-आउट समय फॉर्मेट दोनों का समर्थन करती है।

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

    TypeScript
    GitHub पर देखें↗5,536
  • metrics-rs/metricsmetrics-rs का अवतार

    metrics-rs/metrics

    1,422GitHub पर देखें↗

    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.