awesome-repositories.com
Blog
awesome-repositories.com

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

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

16 Repos

Awesome GitHub RepositoriesMaximum Value Calculators

Utilities for identifying the highest scalar value within a data collection.

Distinct from Expected Value Calculators: None of the candidates were relevant; this is a core data processing function.

Explore 16 awesome GitHub repositories matching data & databases · Maximum Value Calculators. Refine with filters or upvote what's useful.

Awesome Maximum Value Calculators GitHub Repositories

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

    azl397985856/leetcode

    55,758Auf GitHub ansehen↗

    This project is a curated educational resource and solution repository for algorithmic challenges, specifically focused on LeetCode problems. It serves as a technical reference for common data structures and algorithmic patterns, providing verified code implementations across multiple programming languages alongside detailed logic and complexity analysis. The repository functions as a comprehensive study guide for competitive programming and technical interview preparation. It includes specialized learning tools such as an Anki flashcard dataset for spaced repetition and a browser extension t

    Implements dynamic programming to calculate the maximum product of a contiguous subarray.

    JavaScriptalgoalgorithmalgorithms
    Auf GitHub ansehen↗55,758
  • mikefarah/yqAvatar von mikefarah

    mikefarah/yq

    14,913Auf GitHub ansehen↗

    This tool is a command-line processor designed for querying, updating, and transforming structured data files. It functions as a versatile engine for manipulating YAML, JSON, TOML, and XML documents, allowing users to perform complex operations directly from the terminal. By utilizing a path-based expression language, it enables precise navigation and modification of data structures within configuration files and infrastructure-as-code workflows. What distinguishes this tool is its ability to perform in-place document mutations while preserving original formatting, comments, and metadata. It

    Computes the maximum value from a sequence of scalar inputs during data processing.

    Gobashclicsv
    Auf GitHub ansehen↗14,913
  • g-truc/glmAvatar von g-truc

    g-truc/glm

    10,710Auf GitHub ansehen↗

    This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of vector, matrix, and quaternion types. It is built using template metaprogramming to generate mathematical primitives at compile time, eliminating the need for precompiled binary libraries and allowing for direct integration into existing build systems. The library is distinguished by its strict adherence to the OpenGL Shading Language specification, ensuring that mathematical results remain consistent across both CPU and GPU code. It provides specialized utilities for managing float

    Identifies the maximum value among a set of inputs and return the corresponding associated values for each comparison.

    C++cppcpp-libraryglm
    Auf GitHub ansehen↗10,710
  • torch/torch7Avatar von torch

    torch/torch7

    9,127Auf GitHub ansehen↗

    Torch7 is a scientific computing environment and tensor computation library used for deep learning research and numerical analysis. It functions as a Lua-based framework for training neural networks and learning agents, providing a toolkit for implementing architectures and training through reinforcement learning algorithms. The project is distinguished by its tight integration with C, utilizing a binding layer to map high-level scripting to low-level C structures for direct memory access. It supports hardware-accelerated computation by offloading linear algebra and convolution operations to

    Provides utilities to detect maximum, minimum, median, and mode values across tensors.

    C
    Auf GitHub ansehen↗9,127
  • jerry-git/learn-python3Avatar von jerry-git

    jerry-git/learn-python3

    6,754Auf GitHub ansehen↗

    This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo

    Teaches built-in max() and min() functions for finding extreme values.

    HTMLjupyter-notebooklearning-pythonpython-exercises
    Auf GitHub ansehen↗6,754
  • ecrmnn/collect.jsAvatar von ecrmnn

    ecrmnn/collect.js

    6,571Auf GitHub ansehen↗

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    Ships a method to sum collection values, a core aggregation operation for data analysis.

    JavaScriptcollectionlaravellaravel-collections
    Auf GitHub ansehen↗6,571
  • hazelcast/hazelcastAvatar von hazelcast

    hazelcast/hazelcast

    6,570Auf GitHub ansehen↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Calculates summary statistics including sums, averages, and counts across distributed data collections.

    Javabig-datacachingdata-in-motion
    Auf GitHub ansehen↗6,570
  • apache/pinotAvatar von apache

    apache/pinot

    6,098Auf GitHub ansehen↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Computes the highest numerical value within a column.

    Java
    Auf GitHub ansehen↗6,098
  • lindell/jsbarcodeAvatar von lindell

    lindell/JsBarcode

    5,873Auf GitHub ansehen↗

    JsBarcode is a JavaScript library for generating machine-readable barcodes in both browser and Node.js environments. It supports a wide range of industry-standard symbologies including CODE128, EAN, UPC, CODE39, ITF-14, MSI, Codabar, Pharmacode, and GS1-128, with automatic check digit calculation for formats that require it. The library renders barcodes to HTML canvas elements, scalable SVG graphics, or image elements, and provides a chainable API for creating multiple barcodes sequentially with individual options. It includes automatic checksum computation for EAN, UPC, ITF-14, and MSI forma

    Automatically computes and appends the missing checksum digit when generating an ITF-14 barcode.

    JavaScriptbarcodebarcode-generatores2015
    Auf GitHub ansehen↗5,873
  • ikarus23/mifareclassictoolAvatar von ikarus23

    ikarus23/MifareClassicTool

    5,743Auf GitHub ansehen↗

    MifareClassicTool is an Android application for reading, writing, cloning, and analyzing MIFARE Classic RFID tags using built-in NFC hardware or external USB readers. The tool provides sector-based authentication using key files and dictionary attacks, enabling selective data extraction from protected tag sectors. The application includes a hex editor for viewing and modifying raw tag dump data with sector and block highlighting, along with tools for decoding and encoding access condition bytes and value blocks. It supports cloning full dumps or UIDs to compatible magic tags, including manufa

    Calculates Bit Count Check bytes for MIFARE Classic UIDs.

    Javaandroidandroid-nfcmifare
    Auf GitHub ansehen↗5,743
  • mimblewimble/grinAvatar von mimblewimble

    mimblewimble/grin

    5,090Auf GitHub ansehen↗

    Grin is a protocol implementation and blockchain node that provides a confidential transaction system. It uses Pedersen Commitments and homomorphic encryption to verify value integrity and ensure a consistent money supply without revealing specific transaction amounts or participant identities. The project distinguishes itself through an interactive transaction exchange model, where wallets coordinate multi-round data exchanges to build signed transactions. To maintain anonymity, the system supports onion-routed transaction delivery and masks originating IP addresses through specialized relay

    Adds multiple commitments to produce a sum of hidden values without needing to decrypt them.

    Rustcryptocurrencycryptographygrin
    Auf GitHub ansehen↗5,090
  • c3lang/c3cAvatar von c3lang

    c3lang/c3c

    5,147Auf GitHub ansehen↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    Attaches specific data values to enumeration members to create rich sum types.

    C3c3compilerlanguage
    Auf GitHub ansehen↗5,147
  • sodiray/radashAvatar von sodiray

    sodiray/radash

    4,845Auf GitHub ansehen↗

    Radash is a TypeScript functional utility library designed for data transformation, validation, and workflow management. It provides a collection of typed helper functions to manipulate arrays, objects, and strings. The project features an asynchronous workflow toolkit for managing promises, retries, and concurrency limits, alongside a suite of boolean validators for verifying primitive types, objects, and promises. It also implements functional programming patterns such as function composition, partial application, and error-first response patterns. The library covers a broad surface of cap

    Provides utilities to find the element in a collection that satisfies a minimum or maximum comparison condition.

    TypeScriptfunctionshacktoberfestjavascript
    Auf GitHub ansehen↗4,845
  • ankurp/dollarAvatar von ankurp

    ankurp/Dollar

    4,240Auf GitHub ansehen↗

    Dollar is a functional programming library for Swift that provides a comprehensive toolkit for collection manipulation, string processing, mathematical calculations, and date and time management. It serves as a utility suite for filtering, aggregating, and restructuring arrays and dictionaries. The project implements functional programming patterns such as currying, memoization, and function composition. It also features a chainable wrapper interface that allows multiple data transformations to be applied sequentially before extracting a final result. The library covers a wide range of capab

    Computes the minimum, maximum, or sum of values within a collection.

    Swift
    Auf GitHub ansehen↗4,240
  • ironcalc/ironcalcAvatar von ironcalc

    ironcalc/IronCalc

    3,750Auf GitHub ansehen↗

    IronCalc is an XLSX spreadsheet engine and formula evaluator designed to compute numerical expressions and manage workbook structures. It utilizes a logic engine compatible with industry standards to evaluate formulas and manage cell dependencies. The project provides a comprehensive suite of specialized toolkits, including a financial calculation library for bond pricing and net present value, and an engineering math toolkit for complex number arithmetic and Bessel functions. It also features a web-based spreadsheet interface for creating and formatting workbooks. The engine covers a broad

    Searches a specified range for a maximum value based on a set of criteria.

    Rustreactrustself-hosted
    Auf GitHub ansehen↗3,750
  • hosseinmoein/dataframeAvatar von hosseinmoein

    hosseinmoein/DataFrame

    2,917Auf GitHub ansehen↗

    DataFrame is a C++ tabular data library and manipulation engine designed for managing heterogeneous data in contiguous memory. It functions as a statistical analysis framework and time series analysis toolkit, providing the means to store, index, and transform multidimensional datasets. The project distinguishes itself through a high-performance execution model that utilizes column-major storage, SIMD-aligned memory allocation, and a thread-pool for parallel computations. It employs a visitor-based algorithm dispatch system and policy-driven transformations to decouple data processing logic f

    Calculates the maximum or minimum values of a specific column while handling missing data.

    C++aicppdata-analysis
    Auf GitHub ansehen↗2,917
  1. Home
  2. Data & Databases
  3. Maximum Value Calculators

Unter-Tags erkunden

  • Array Maximum Calculators1 Sub-TagUtilities for identifying the maximum value within multi-value array columns. **Distinct from Maximum Value Calculators:** Distinct from Maximum Value Calculators: specifically evaluates all elements within an array column per row.
  • Associated Maximum FindersIdentifies maximum values and returns corresponding associated data. **Distinct from Maximum Value Calculators:** Focuses on associated value retrieval, distinct from simple maximum value calculation.
  • Associated Value Comparators1 Sub-TagIdentifies minimum or maximum values and returns corresponding associated data. **Distinct from Value Comparators:** Focuses on associated value comparison, distinct from general value comparators.
  • Collection Sum Calculators2 Sub-TagsCalculates the total of all items or of a specified key's values in a collection. **Distinct from Maximum Value Calculators:** Distinct from Maximum Value Calculators: computes the sum of values, not the maximum value in a collection.
  • Contiguous Product MaximizersAlgorithms for finding the maximum product within a contiguous segment of an array. **Distinct from Maximum Value Calculators:** Specifically targets product maximization in contiguous subarrays, distinct from general scalar maximum finders.
  • Criteria-Based MaximumsIdentifies the highest value within a dataset that meets specific conditional criteria. **Distinct from Maximum Value Calculators:** Specializes generic maximum value calculation by adding conditional filtering.
  • Criteria-Based MinimumsIdentifies the lowest value within a dataset that meets specific conditional criteria. **Distinct from Criteria-Based Maximums:** Distinct from Criteria-Based Maximums: finds the minimum value instead of the maximum value based on filters.
  • Extremum Value Detectors2 Sub-TagsUtilities for finding the maximum, minimum, median, or mode of numerical datasets. **Distinct from Maximum Value Calculators:** Distinct from Maximum Value Calculators by covering other extremum metrics like minimum, median, and mode.
  • Grid Path Maximum CalculatorsAlgorithms for finding the maximum cumulative value path through a grid. **Distinct from Maximum Value Calculators:** Distinct from Maximum Value Calculators: focuses on path-based grid traversal rather than finding the maximum scalar in a collection.
  • Mode Value CalculatorsUtilities for identifying the most frequently occurring value(s) within a data collection. **Distinct from Maximum Value Calculators:** Distinct from Maximum Value Calculators: finds the most frequent value, not the highest scalar value.
  • UID Checksum Calculators1 Sub-TagComputes the Bit Count Check byte for a 4-byte UID, which is required in the manufacturer block of a MIFARE Classic tag. **Distinct from Maximum Value Calculators:** Distinct from Maximum Value Calculators: computes MIFARE-specific BCC checksums, not general maximum values.