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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesScientific Notation Interpreters

Parses scientific notation strings like 1E-3 into numeric values for data entry.

Distinct from Notation Converters: Distinct from Notation Converters: focuses on interpreting scientific notation for numeric input, not converting between mathematical expression formats.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Scientific Notation Interpreters. Refine with filters or upvote what's useful.

Awesome Scientific Notation Interpreters GitHub Repositories

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

    inventree/InvenTree

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

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    InvenTree interprets engineering shorthand like 10k3 as 10,300, enabling easy entry of values with different orders of magnitude.

    Pythondjangohacktoberfestpython
    GitHub पर देखें↗6,350
  • jezen/is-thirteenjezen का अवतार

    jezen/is-thirteen

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

    is-thirteen एक नंबर वैलिडेशन लाइब्रेरी और न्यूमेरिकल इक्वेलिटी चेकर है जिसे यह सत्यापित करने के लिए डिज़ाइन किया गया है कि क्या कोई इनपुट तेरह (13) के बराबर है। यह एक डेटा क्लासिफिकेशन टूल के रूप में कार्य करता है जो संख्यात्मक, पाठ्य और विज़ुअल इनपुट स्ट्रीम में इस विशिष्ट मान की पहचान करता है। प्रोजेक्ट में एक इमेज-आधारित नंबर क्लासिफायर शामिल है जो अपलोड की गई छवियों के भीतर तेरह की विज़ुअल प्रस्तुतियों की पहचान करने के लिए डीप लर्निंग और न्यूरल नेटवर्क एनालिसिस का उपयोग करता है। लाइब्रेरी वैलिडेशन विधियों की एक विविधता को कवर करती है, जिसमें सटीक अंकगणितीय समानता, परिभाषित टॉलरेंस रेंज के भीतर अनुमानित मान मिलान, वैज्ञानिक नोटेशन पार्सिंग और संख्या के लिखित रूपों के लिए भाषाई पैटर्न मिलान शामिल है।

    Interprets scientific notation strings to verify if the resulting value equals thirteen.

    JavaScript
    GitHub पर देखें↗6,183
  1. Home
  2. Software Engineering & Architecture
  3. Expression Transformers
  4. Notation Converters
  5. Scientific Notation Interpreters

सब-टैग एक्सप्लोर करें

  • Engineering Shorthand InterpretersParses engineering shorthand strings like 10k3 into numeric values for data entry. **Distinct from Scientific Notation Interpreters:** Distinct from Scientific Notation Interpreters: focuses on engineering shorthand (e.g., 10k3) rather than scientific notation (e.g., 1E-3).