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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • inventree/inventreeAvatar inventree

    inventree/InvenTree

    6,350Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,350
  • jezen/is-thirteenAvatar jezen

    jezen/is-thirteen

    6,183Vezi pe GitHub↗

    is-thirteen este o bibliotecă de validare a numerelor și un verificator de egalitate numerică conceput pentru a verifica dacă o intrare dată este egală cu valoarea treisprezece. Funcționează ca un instrument de clasificare a datelor care identifică această valoare specifică în fluxurile de intrare numerice, textuale și vizuale. Proiectul include un clasificator de numere bazat pe imagini care utilizează deep learning și analiza rețelelor neuronale pentru a identifica reprezentările vizuale ale numărului treisprezece în imaginile încărcate. Biblioteca acoperă o varietate de metode de validare, inclusiv egalitatea aritmetică exactă, potrivirea aproximativă a valorilor în intervale de toleranță definite, parsarea notației științifice și potrivirea modelelor lingvistice pentru formele scrise ale numărului.

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

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

Explorează sub-etichetele

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