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

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

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

23 रिपॉजिटरी

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

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

    kodecocodes/swift-algorithm-club

    29,099GitHub पर देखें↗

    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
    GitHub पर देखें↗29,099
  • katex/katexKaTeX का अवतार

    KaTeX/KaTeX

    20,177GitHub पर देखें↗

    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
    GitHub पर देखें↗20,177
  • experience-monks/math-as-codeExperience-Monks का अवतार

    Experience-Monks/math-as-code

    15,482GitHub पर देखें↗

    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.

    GitHub पर देखें↗15,482
  • greyireland/algorithm-patterngreyireland का अवतार

    greyireland/algorithm-pattern

    15,465GitHub पर देखें↗

    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
    GitHub पर देखें↗15,465
  • chefyuan/algorithm-basechefyuan का अवतार

    chefyuan/algorithm-base

    10,702GitHub पर देखें↗

    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
    GitHub पर देखें↗10,702
  • macdownapp/macdownMacDownApp का अवतार

    MacDownApp/macdown

    9,781GitHub पर देखें↗

    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
    GitHub पर देखें↗9,781
  • arogozhnikov/einopsarogozhnikov का अवतार

    arogozhnikov/einops

    9,398GitHub पर देखें↗

    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
    GitHub पर देखें↗9,398
  • coells/100dayscoells का अवतार

    coells/100days

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

    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
    GitHub पर देखें↗7,488
  • sharingsource/logicstack-leetcodeSharingSource का अवतार

    SharingSource/LogicStack-LeetCode

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

    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
    GitHub पर देखें↗7,495
  • norvig/paip-lispnorvig का अवतार

    norvig/paip-lisp

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

    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
    GitHub पर देखें↗7,465
  • qingdaou/onlinejudgeQingdaoU का अवतार

    QingdaoU/OnlineJudge

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

    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
    GitHub पर देखें↗6,499
  • 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

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

    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
  • connorferster/handcalcsconnorferster का अवतार

    connorferster/handcalcs

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

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

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

    CSS
    GitHub पर देखें↗5,805
  • mdn/browser-compat-datamdn का अवतार

    mdn/browser-compat-data

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

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

    JSONcompatcompatibilitydata
    GitHub पर देखें↗5,585
  • racket/racketracket का अवतार

    racket/racket

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

    Racket एक सामान्य-उद्देश्य, बहु-प्रतिमान प्रोग्रामिंग भाषा है जो Lisp परिवार में भाषा निर्माण के लिए डिज़ाइन की गई है। यह एक भाषा वर्कबेंच के रूप में कार्य करता है, जो मैक्रोज़ और मॉड्यूल की एक लचीली प्रणाली के माध्यम से कस्टम प्रोग्रामिंग भाषाओं को डिजाइन और कार्यान्वित करने के लिए एक प्लेटफॉर्म प्रदान करता है। यह सिस्टम सिमेंटिक्स इंजीनियरिंग के लिए एक व्यापक सूट की पेशकश करके खुद को अलग करता है, जो विशेष भाषा सबसेट और शैक्षिक परतों के निर्माण की अनुमति देता है। इसमें कस्टम भाषा डिज़ाइन के लिए टूल शामिल हैं, जैसे लेक्सर और पार्सर जनरेशन, साथ ही रीड-टाइम पर मॉड्यूल विस्तार नियमों और गतिशील भाषा चयन को परिभाषित करने की क्षमता। यह प्रोजेक्ट एक इन-बिल्ट एडिटर, विजुअल डिबगर और सॉफ़्टवेयर पैकेज मैनेजर के साथ एक एकीकृत विकास वातावरण प्रदान करता है। इसकी क्षमता सतह 2D ग्राफिक्स रेंडरिंग, बाइनरी डेटा प्रोसेसिंग, SQL और डिडक्टिव डेटाबेस एकीकरण, और ग्राफिकल यूजर इंटरफेस के निर्माण को कवर करने वाली एक सामान्य-उद्देश्य मानक लाइब्रेरी तक फैली हुई है। यह वातावरण वितरण के लिए सोर्स कोड को स्टैंडअलोन निष्पादन योग्य फाइलों में संकलित करने का समर्थन करता है।

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

    Racketracket
    GitHub पर देखें↗5,157
  • soapyigu/leetcode-swiftsoapyigu का अवतार

    soapyigu/LeetCode-Swift

    4,958GitHub पर देखें↗

    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
    GitHub पर देखें↗4,958
  • absinthe-graphql/absintheabsinthe-graphql का अवतार

    absinthe-graphql/absinthe

    4,400GitHub पर देखें↗

    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
    GitHub पर देखें↗4,400
  • jhlywa/chess.jsjhlywa का अवतार

    jhlywa/chess.js

    4,257GitHub पर देखें↗

    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
    GitHub पर देखें↗4,257
  • giuspen/cherrytreegiuspen का अवतार

    giuspen/cherrytree

    3,893GitHub पर देखें↗

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

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

    C++
    GitHub पर देखें↗3,893
पिछला12अगला
  1. Home
  2. Software Engineering & Architecture
  3. Expression Transformers
  4. Notation Converters

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

  • 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 सब-टैगVisual 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 सब-टैग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.