awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • inventree/inventreeAvatar von inventree

    inventree/InvenTree

    6,350Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,350
  • jezen/is-thirteenAvatar von jezen

    jezen/is-thirteen

    6,183Auf GitHub ansehen↗

    is-thirteen ist eine Bibliothek zur Zahlenvalidierung und numerischen Gleichheitsprüfung, die entwickelt wurde, um zu verifizieren, ob eine gegebene Eingabe dem Wert dreizehn entspricht. Sie fungiert als Datenklassifizierungstool, das diesen spezifischen Wert über numerische, textuelle und visuelle Eingabeströme hinweg identifiziert. Das Projekt enthält einen bildbasierten Zahlenklassifizierer, der Deep Learning und neuronale Netzwerkanalyse nutzt, um visuelle Repräsentationen der Zahl dreizehn in hochgeladenen Bildern zu erkennen. Die Bibliothek deckt eine Vielzahl von Validierungsmethoden ab, darunter exakte arithmetische Gleichheit, approximative Wertübereinstimmung innerhalb definierter Toleranzbereiche, Parsing wissenschaftlicher Notation sowie linguistisches Pattern-Matching für geschriebene Formen der Zahl.

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

    JavaScript
    Auf GitHub ansehen↗6,183
  1. Home
  2. Software Engineering & Architecture
  3. Expression Transformers
  4. Notation Converters
  5. Scientific Notation Interpreters

Unter-Tags erkunden

  • 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).