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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesIndex-Based Reorganizations

Routines for rearranging elements in a collection based on their index positions.

Distinct from List Index Locations: Focuses on rearranging the sequence (e.g., odd vs even indices) rather than searching for a specific index.

Explore 7 awesome GitHub repositories matching data & databases · Index-Based Reorganizations. Refine with filters or upvote what's useful.

Awesome Index-Based Reorganizations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • azl397985856/leetcodeAvatar de azl397985856

    azl397985856/leetcode

    55,758Voir sur GitHub↗

    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 logic to rearrange linked list nodes so odd-indexed nodes appear before even-indexed ones.

    JavaScriptalgoalgorithmalgorithms
    Voir sur GitHub↗55,758
  • ramda/ramdaAvatar de ramda

    ramda/ramda

    24,072Voir sur GitHub↗

    Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It provides a comprehensive suite of pure utility functions designed to enable declarative data processing pipelines. The library is distinguished by its use of automatic function currying and a data-last argument order. These design patterns allow multi-argument functions to be partially applied, simplifying the construction of processing chains where data is passed through a sequence of operations. The toolkit covers broad data manipulation capabilities, including list processin

    Extracts specific elements from lists using a provided set of index positions.

    JavaScriptjavascriptramda
    Voir sur GitHub↗24,072
  • stylus/stylusAvatar de stylus

    stylus/stylus

    11,323Voir sur GitHub↗

    Stylus is a CSS preprocessor that transforms a dynamic language into standard CSS. It utilizes a compilation workflow to enable the use of variables, nesting, and arithmetic, which are then rendered into stylesheets for use in frontend asset pipelines. The project is distinguished by a flexible syntax that allows for indentation-based styling, meaning curly braces, colons, and semicolons can be omitted. It further differentiates itself through a JavaScript-driven plugin pipeline and the ability to extend the native syntax with custom JavaScript functions for complex logic. Its capability sur

    Implements zero-based indexing to retrieve specific elements from expressions or tuples.

    JavaScriptcsspreprocessorstyl
    Voir sur GitHub↗11,323
  • toss/es-toolkitAvatar de toss

    toss/es-toolkit

    11,154Voir sur GitHub↗

    es-toolkit is a JavaScript utility library and TypeScript data transformation toolset designed as a high-performance alternative to traditional utility suites. It serves as a tree-shakable module library and a compatibility layer for those migrating from legacy dependencies by mirroring established function signatures. The project is specifically optimized for AI code generation, providing structured documentation and specialized skill sets to improve the accuracy and discoverability of its functions for AI coding assistants. Its architecture focuses on a zero-dependency core and modular expo

    Retrieves multiple items from an array based on a provided list of index positions.

    TypeScript
    Voir sur GitHub↗11,154
  • nexts/clusterize.jsAvatar de NeXTs

    NeXTs/Clusterize.js

    7,273Voir sur GitHub↗

    Clusterize.js is a vanilla JavaScript virtual list library and DOM virtualization tool. It enables the display of massive data sets by rendering only the subset of rows currently visible within the user viewport. The plugin operates as a lightweight frontend component without external dependencies or framework requirements. It reduces browser memory usage and DOM load by swapping the content of existing elements rather than rendering thousands of nodes simultaneously. The library focuses on frontend performance optimization and large dataset visualization. It maintains a native scrolling exp

    Extracts a specific window of entries from the data array based on the current scroll index to minimize active DOM nodes.

    JavaScript
    Voir sur GitHub↗7,273
  • ironcalc/ironcalcAvatar de ironcalc

    ironcalc/IronCalc

    3,750Voir sur GitHub↗

    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

    Provides retrieval of specific values from a list based on a provided index number.

    Rustreactrustself-hosted
    Voir sur GitHub↗3,750
  • hosseinmoein/dataframeAvatar de hosseinmoein

    hosseinmoein/DataFrame

    2,917Voir sur GitHub↗

    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

    Retrieves subsets of data and indices based on specified ranges or location lists.

    C++aicppdata-analysis
    Voir sur GitHub↗2,917
  1. Home
  2. Data & Databases
  3. List Index Locations
  4. Index-Based Reorganizations

Explorer les sous-tags

  • Index-Based Extraction1 sous-tagRetrieval of elements from a list based on a set of specified index positions. **Distinct from Index-Based Reorganizations:** Focuses on extracting specific values by index rather than rearranging the entire sequence.