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
·

23 Repos

Awesome GitHub RepositoriesNotation Converters

Utilities for transforming mathematical expressions between different notations.

Distinct from Expression Transformers: Specific to converting mathematical notation (infix to postfix) rather than general logical code transformations.

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

Awesome Notation Converters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kodecocodes/swift-algorithm-clubAvatar von kodecocodes

    kodecocodes/swift-algorithm-club

    29,099Auf GitHub ansehen↗

    This project is a comprehensive collection of common computer science algorithms and data structures implemented in Swift. It serves as an educational reference and library for studying computational complexity, algorithmic logic, and data structure engineering through practical code examples. The repository provides a wide suite of data structure implementations, including various types of linked lists, heaps, hash tables, and an extensive range of hierarchical trees such as Red-Black, B-Tree, and Splay trees. It also covers diverse sorting and searching techniques, from basic bubble sort to

    Provides a process for transforming mathematical expressions from infix to postfix notation.

    Swiftalgorithmsdata-structuresswift
    Auf GitHub ansehen↗29,099
  • katex/katexAvatar von KaTeX

    KaTeX/KaTeX

    20,177Auf GitHub ansehen↗

    KaTeX is a typesetting library and web math renderer that transforms TeX and LaTeX mathematical notation into high-quality HTML and CSS for web browsers. It functions as a math notation parser and LaTeX to HTML converter, capable of operating as both a client-side library and a server-side math renderer to generate static HTML expressions. The project supports a wide range of specialized mathematical rendering, including chemical equation rendering, Bra-ket notation for quantum mechanics, and mathematical logic typesetting. It provides comprehensive controls for structural layouts such as mat

    Processes TeX syntax and custom macros to output precise typographic mathematical symbols and layouts.

    TypeScriptjavascriptkatexlatex
    Auf GitHub ansehen↗20,177
  • experience-monks/math-as-codeAvatar von Experience-Monks

    Experience-Monks/math-as-code

    15,482Auf GitHub ansehen↗

    This project is a mathematics programming pattern library and translation guide designed to map academic mathematical symbols and formulas into programmable logic. It serves as a reference for converting complex notations into software implementations. The resource provides mapping guides for translating calculus, linear algebra, and set theory into iterative loops, functional code, and boolean expressions. It includes specific patterns for implementing piecewise functions, matrix operations, and standard mathematical operators using conditional logic and built-in language functions. The lib

    Provides utilities for identifying mathematical structures and converting them into software loop structures.

    Auf GitHub ansehen↗15,482
  • greyireland/algorithm-patternAvatar von greyireland

    greyireland/algorithm-pattern

    15,465Auf GitHub ansehen↗

    This project is an algorithm template library and coding interview study guide providing reusable code patterns for common data structures and algorithms. It serves as a reference for optimized strategies and a structured learning path to build proficiency in algorithmic problem solving and competitive programming. The library focuses on standardized implementations of key algorithmic patterns, including sliding windows, backtracking, dynamic programming, and binary search. It provides specific templates for managing binary search trees, searching rotated sorted arrays, and executing divide-a

    Provides a stack-based evaluator for arithmetic expressions in reverse polish notation.

    Goalgoalgorithmleetcode
    Auf GitHub ansehen↗15,465
  • chefyuan/algorithm-baseAvatar von chefyuan

    chefyuan/algorithm-base

    10,702Auf GitHub ansehen↗

    algorithm-base is an educational library and study guide designed for simulating algorithms and studying data structures. It functions as an execution visualizer that renders step-by-step state changes and pointer updates through animated simulations to illustrate how data movement works. The project distinguishes itself by mapping conceptual logic directly to multi-language source code implementations. It utilizes a comparative analysis framework to evaluate different algorithmic strategies based on stability, time complexity, and space complexity, while organizing problems by underlying mec

    Computes the result of a reverse Polish notation expression by pushing and popping operands.

    algorithmsbaseinterview-practice
    Auf GitHub ansehen↗10,702
  • macdownapp/macdownAvatar von MacDownApp

    MacDownApp/macdown

    9,781Auf GitHub ansehen↗

    Macdown is a markdown text editor and HTML renderer designed for structured document composition. It provides a workspace for writing in lightweight markup syntax while simultaneously generating a live HTML preview of the rendered output. The editor distinguishes itself through a programmable interface, offering a command line utility to open files or pipe text directly into the application. It further supports extensibility via a plugin system that allows for the addition of custom features and functional modules at runtime. The application handles technical documentation requirements inclu

    Displays formulas and equations by converting TeX-like math syntax into visual notation.

    Rich Text Formatcocoamacosmarkdown
    Auf GitHub ansehen↗9,781
  • arogozhnikov/einopsAvatar von arogozhnikov

    arogozhnikov/einops

    9,398Auf GitHub ansehen↗

    Einops is a tensor manipulation library that provides a framework-agnostic interface for reshaping, Einstein summation, and multi-dimensional array operations. It serves as an abstraction layer that works across NumPy, PyTorch, TensorFlow, and JAX, allowing for tensor transformations without changing the API. The library distinguishes itself through a declarative notation system that uses readable string patterns to describe tensor rearrangements and reductions. This approach includes an extended Einstein summation interface that supports multi-letter axis names and a named dimension mapping

    Implements a declarative notation system that translates readable string patterns into backend-specific tensor operations.

    Pythoncupydeep-learningeinops
    Auf GitHub ansehen↗9,398
  • coells/100daysAvatar von coells

    coells/100days

    7,488Auf GitHub ansehen↗

    This project is a comprehensive collection of computer science implementations and an algorithm tutorial repository. It serves as a study guide and reference for competitive programming, providing executable code examples that demonstrate fundamental algorithmic problem solving and mathematical computation. The library covers a wide range of specialized domains, including cryptography and security primitives, lossless data compression techniques, and computational geometry for spatial analysis. It also features implementations of machine learning models, linear algebra operations, and formal

    Evaluates mathematical expressions in reverse polish notation using a stack-based approach.

    Jupyter Notebook
    Auf GitHub ansehen↗7,488
  • sharingsource/logicstack-leetcodeAvatar von SharingSource

    SharingSource/LogicStack-LeetCode

    7,495Auf GitHub ansehen↗

    LogicStack-LeetCode is a curated repository of solved algorithm problems and data structure implementations, primarily drawn from the LeetCode platform. Its core identity is a structured collection of solutions designed to support technical interview preparation and competitive programming practice, with each solution accompanied by complexity analyses to help engineers understand performance trade-offs. The repository distinguishes itself through its breadth of coverage across fundamental algorithmic patterns and data structures. It includes implementations for array manipulation, string pro

    Evaluates postfix arithmetic expressions using a stack-based algorithm.

    algorithminterview-practiceinterview-questions
    Auf GitHub ansehen↗7,495
  • norvig/paip-lispAvatar von norvig

    norvig/paip-lisp

    7,465Auf GitHub ansehen↗

    This project is a comprehensive Lisp AI implementation library that provides reference implementations for various artificial intelligence paradigms and symbolic algorithms. It functions as a multi-purpose toolkit containing a logic programming engine, a natural language processing suite, and a symbolic mathematics toolkit. The library is distinguished by its diverse architectural frameworks, including a Prolog-style execution engine that uses unification and goal-driven backtracking, and a system for simulating human decision-making through expert system shells and certainty factors. It also

    Translates mathematical expressions between infix, prefix, and canonical representations.

    Common Lisp
    Auf GitHub ansehen↗7,465
  • qingdaou/onlinejudgeAvatar von QingdaoU

    QingdaoU/OnlineJudge

    6,499Auf GitHub ansehen↗

    OnlineJudge is an automated platform for managing programming contests and evaluating submitted source code. It provides a complete online judge system that compiles, runs, and scores code submissions against predefined test cases within a sandboxed execution environment, ensuring the host system remains protected from untrusted user code. The platform supports both ACM-style penalty-based scoring and OI-style point-based scoring, with real-time leaderboard computation that dynamically updates participant rankings as submissions are judged. Contest organizers can create and schedule timed com

    Renders problem statements and discussions with Markdown formatting and MathJax mathematical notation.

    Pythondjangodjango-rest-frameworkonlinejudge
    Auf GitHub ansehen↗6,499
  • 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

    Interprets scientific notation strings during data entry for very large or small numeric values.

    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
  • connorferster/handcalcsAvatar von connorferster

    connorferster/handcalcs

    5,805Auf GitHub ansehen↗

    handcalcs ist ein mathematischer Dokumentationsgenerator und Python-LaTeX-Berechnungs-Renderer. Er dient als automatisiertes Berechnungstabellen-Tool, das Python-Code und numerische Berechnungen in formatierte LaTeX-mathematische Dokumentationen umwandelt, und fungiert sowohl als symbolischer Mathe-Formatierer als auch als Jupyter-Notebook-Mathe-Erweiterung. Das Projekt wandelt Python-Variablennamen in griechische Symbole, Indizes und mathematische Standardnotation um. Es konvertiert Code in formatierte mathematische Ausdrücke, die die ursprüngliche Formel, die numerische Substitution und das Endergebnis anzeigen, was die Erstellung parametrisierter Berechnungstabellen und menschenlesbarer Berichte ermöglicht. Das Tool deckt eine breite Palette an Rendering-Funktionen ab, einschließlich automatischer Variablenindizes, Inline-Kommentar-Integration und mehrspaltiger Parameter-Layouts. Es unterstützt die Generierung von rohem LaTeX-Code, PDF-Dokument-Rendering und die Integration mit symbolischen Mathe-Bibliotheken zur Handhabung algebraischer Ausdrücke. Das System integriert sich direkt in Jupyter-Notebook-Umgebungen unter Verwendung von Cell-Magics, um formatierte Gleichungen in Echtzeit anzuzeigen.

    Transforms variable names into Greek symbols, subscripts, and prime notation while converting functions into operators.

    CSS
    Auf GitHub ansehen↗5,805
  • mdn/browser-compat-dataAvatar von mdn

    mdn/browser-compat-data

    5,585Auf GitHub ansehen↗

    Renders mathematical formulas and expressions in web pages using structured XML-based markup.

    JSONcompatcompatibilitydata
    Auf GitHub ansehen↗5,585
  • racket/racketAvatar von racket

    racket/racket

    5,157Auf GitHub ansehen↗

    Racket ist eine Mehrzweck-Programmiersprache mit mehreren Paradigmen aus der Lisp-Familie, die für die Sprachschöpfung entwickelt wurde. Sie fungiert als Sprach-Workbench und bietet eine Plattform zum Entwerfen und Implementieren benutzerdefinierter Programmiersprachen durch ein flexibles System aus Makros und Modulen. Das System zeichnet sich durch eine umfassende Suite für Semantik-Engineering aus, die den Aufbau spezialisierter Sprach-Subsets und Bildungsschichten ermöglicht. Es enthält Tools für das Design benutzerdefinierter Sprachen, wie Lexer- und Parser-Generierung, sowie die Fähigkeit, Modul-Erweiterungsregeln und dynamische Sprachauswahl zur Lesezeit zu definieren. Das Projekt bietet eine integrierte Entwicklungsumgebung mit eingebautem Editor, visuellem Debugger und einem Software-Paketmanager. Die Funktionspalette erstreckt sich auf eine Standardbibliothek für allgemeine Zwecke, die 2D-Grafik-Rendering, Binärdatenverarbeitung, SQL- und deduktive Datenbankintegration sowie den Bau grafischer Benutzeroberflächen abdeckt. Die Umgebung unterstützt das Kompilieren von Quellcode in eigenständige ausführbare Dateien für die Distribution.

    Converts code written in infix, prefix, and postfix notations into a flexible syntax for processing.

    Racketracket
    Auf GitHub ansehen↗5,157
  • soapyigu/leetcode-swiftAvatar von soapyigu

    soapyigu/LeetCode-Swift

    4,958Auf GitHub ansehen↗

    LeetCode-Swift is a collection of algorithm solutions written in Swift, designed for coding interview preparation. Each solution is implemented as a self-contained function with no external dependencies, making it easy to run and test. The repository organizes solutions by topic and company, and every file includes time and space complexity annotations, allowing quick evaluation of algorithmic efficiency. What sets this repository apart is its flat file structure and the way solutions are tagged with the companies that asked them in interviews, enabling targeted practice. All code resides in

    Implements a stack-based evaluator for arithmetic expressions in Reverse Polish Notation.

    Swiftalgorithmdata-structuresinterview
    Auf GitHub ansehen↗4,958
  • absinthe-graphql/absintheAvatar von absinthe-graphql

    absinthe-graphql/absinthe

    4,400Auf GitHub ansehen↗

    Absinthe is a GraphQL server implementation and query engine for the Elixir ecosystem. It provides the fundamental toolkit for building GraphQL APIs, including a processing engine that parses, validates, and executes documents against a defined application schema. The project includes a batch resolver to optimize database performance by grouping field requests and a complexity guard to protect system resources by rejecting queries that exceed defined cost thresholds. It also features a schema adapter that translates internal Elixir naming conventions to external GraphQL casing for client comp

    Provides an adapter that converts internal naming conventions to different casing for external clients.

    Elixir
    Auf GitHub ansehen↗4,400
  • jhlywa/chess.jsAvatar von jhlywa

    jhlywa/chess.js

    4,257Auf GitHub ansehen↗

    chess.js is a headless chess game logic engine and move validation library. It functions as a board state manager that enforces official rules, generates legal moves, and tracks game state without a user interface. The project provides comprehensive parsing and management for standard chess notations, including PGN for game histories and FEN for board configurations. It includes utilities for importing and exporting game records, managing PGN metadata, and handling position annotations. The engine covers a wide range of analysis capabilities, such as detecting game-ending conditions like che

    Parses Standard Algebraic Notation and variants into structured move objects for execution.

    TypeScriptchess
    Auf GitHub ansehen↗4,257
  • giuspen/cherrytreeAvatar von giuspen

    giuspen/cherrytree

    3,893Auf GitHub ansehen↗

    CherryTree ist eine hierarchische Notiz-Anwendung und ein Rich-Text-Dokumenteneditor, der für die Organisation von Informationen innerhalb eines verschachtelten Knotenbaums entwickelt wurde. Er fungiert als code-integriertes Dokumentationstool und verschlüsselte Wissensdatenbank und nutzt SQLite oder XML für die lokale Datenspeicherung. Das Projekt zeichnet sich durch die Integration entwicklerzentrierter Funktionen aus, wie z. B. Syntax-Highlighting und die Möglichkeit, Code-Blöcke direkt über ein externes Terminal auszuführen. Zudem bietet es passwortgeschützte Verschlüsselung, um gespeicherte Daten zu sichern und unbefugten Zugriff auf den Informationsbaum zu verhindern. Die Software deckt ein breites Spektrum an Content-Management-Funktionen ab, einschließlich Rendering mathematischer LaTeX-Gleichungen, Handhabung eingebetteter Medien sowie interner und externer Hyperlinks. Sie unterstützt Datenportabilität durch den Import externer Inhalte und den Export in mehrere Formate wie PDF, HTML oder Plain Text, ergänzt durch globale Such- und Ersetzungs-Utilities.

    Implements visual rendering of mathematical formulas and equations from LaTeX syntax.

    C++
    Auf GitHub ansehen↗3,893
Vorherige12Nächste
  1. Home
  2. Software Engineering & Architecture
  3. Expression Transformers
  4. Notation Converters

Unter-Tags erkunden

  • Board Notation ValidationVerification of game board configuration strings for syntactical correctness. **Distinct from Notation Converters:** Distinct from general notation converters: specifically validates the structural integrity of board setup strings.
  • Casing TranslatorsUtilities that convert naming conventions between different string cases for API compatibility. **Distinct from Notation Converters:** Focuses on string casing (snake to camel) rather than mathematical notation conversion.
  • Code Notation ParsingConverting programming code between infix, prefix, and postfix notations for internal processing. **Distinct from Notation Converters:** Distinct from mathematical notation converters: targets programming language syntax rather than purely mathematical expressions.
  • Declarative Tensor NotationsString-based patterns used to describe tensor rearrangements and reductions. **Distinct from Notation Converters:** Focuses on high-level declarative string patterns for tensors specifically, rather than general mathematical notation conversion.
  • Mathematical Notation Rendering1 Sub-TagVisual rendering of mathematical formulas and equations from TeX-like syntax. **Distinct from Notation Converters:** Distinct from Notation Converters: focuses on visual display (rendering) rather than structural transformation between notations.
  • Move Notation ParsingTranslation of algebraic move strings into internal game actions. **Distinct from Notation Converters:** Distinct from mathematical notation converters: translates chess-specific algebraic notation into game moves.
  • Postfix Expression EvaluatorsProcesses a sequence of tokens representing an arithmetic expression in postfix notation using a stack to compute the result. **Distinct from Notation Converters:** Distinct from Notation Converters: focuses on evaluating postfix expressions, not converting between notations.
  • Scientific Notation Interpreters1 Sub-TagParses 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.