An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with array

A curated list of projects in awesome lists tagged with array .

https://github.com/jhildenbiddle/mergician

Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.

accessor array clone copy deep deep-merge deepmerge descriptor duplicate extend filter getter immutable javascript merge merge-deep object recursive setter sort

Last synced: 09 Apr 2025

https://github.com/moroshko/shallow-equal

Minimalistic shallow equality check for arrays/objects

array arrays equal equality equality-check equals object objects shallow

Last synced: 04 Apr 2025

https://github.com/haltcase/tablemark

Generate markdown tables from JSON data.

array convert generate hacktoberfest json json-data markdown table typescript

Last synced: 07 Apr 2025

https://github.com/jonschlinkert/array-sort

Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.

array compare javascript jonschlinkert nodejs sort

Last synced: 05 Apr 2025

https://github.com/nahid/presento

Presento - Transformer & Presenter Package for PHP

array php php7 presenter transformer

Last synced: 13 Apr 2025

https://github.com/joaolucasl/proposal-array-prototype-partition

A TC39 proposal for an utility function that returns two arrays based on the items' conformity to a predicate.

array array-methods ecma ecmascript javascript partition proposal tc39

Last synced: 11 Apr 2025

https://github.com/jackzhenguo/leetcode-csharp

solutions using C# for leetcode according to tags of questions, updating everyday. My contact info: guozhennianhua@163.com or my blog: http://blog.csdn.net/daigualu

array csdn data-structure dynamic-programming graph hashtable leetcode linked-list pointer stack tree

Last synced: 09 Oct 2025

https://github.com/mbasso/ienumerable

Deep immutable, Lightweight Enumerable with superpowers

array immutable javascript linq list

Last synced: 20 Jul 2025

https://github.com/quantco/ndonnx

ONNX-backed array library that is compliant with the Array API standard.

array numpy onnx python spox

Last synced: 10 Mar 2026

https://github.com/vmchale/apple

Apple array system

array haskell

Last synced: 26 Apr 2025

https://github.com/houdunwang/arr

数组增强组件主要是对数组等数据进行处理,如无限级分类操作、商品规格的迪卡尔乘积运算等。

array category laravel php

Last synced: 22 Aug 2025

https://github.com/bcherny/lazy-arr

Arrays that look just like regular JavaScript arrays, but are computed lazily.

array lazy stream swift

Last synced: 19 Apr 2025

https://github.com/words/an-array-of-french-words

List of ~336,000 French words

array fr french list word words

Last synced: 03 Jan 2026

https://github.com/evandrolg/array.lua

A small library with useful methods to handle Lua's table when it's working like an Array

array functional-programming lua table

Last synced: 13 Apr 2025

https://github.com/EvandroLG/array.lua

A small library with useful methods to handle Lua's table when it's working like an Array

array functional-programming lua table

Last synced: 29 Mar 2025

https://github.com/jonschlinkert/array-unique

Return an array free of duplicate values. Very fast implementation.

array array-uniq javascriopt uniq unique

Last synced: 05 Apr 2025

https://github.com/azu/immutable-array-prototype

A collection of Immutable Array prototype methods(Per method packages).

array data-structure immutable javascript

Last synced: 14 Apr 2025

https://github.com/rhysd/array_view

Wrapper for references to array in C++.

array c-plus-plus library

Last synced: 15 Apr 2025

https://github.com/jonschlinkert/arr-flatten

Recursively flatten an array or arrays. This is the fastest implementation of array flatten.

array flatten javascript microlib nested nodejs util utility

Last synced: 05 Apr 2025

https://github.com/x86y/beacon

A native and a cross platform guide for BQN array programming language

apl array array-languages bqn cross-platform desktop desktop-app desktop-application iced k minimal rust terse

Last synced: 07 Oct 2025

https://github.com/kerollmops/slice-group-by

An implementation of the `group_by` Haskell function for slice and strings

algorithms array group-by rust slice

Last synced: 07 Apr 2025

https://github.com/openacid/slimarray

SlimArray compresses uint32 into several bits, by using a polynomial to describe overall trend of an array.

array compacted compress go golang memory space

Last synced: 11 Feb 2026

https://github.com/yiisoft/arrays

Yii Array Helper

array arrays hacktoberfest yii3

Last synced: 16 May 2025

https://github.com/tiledb-inc/tiledb-go

Go Interface to the TileDB storage manager

array go golang golang-library hdfs s3 storage-manager tiledb

Last synced: 20 Aug 2025

https://github.com/lezhnev74/pasvl

Array Validator (regular expressions for arrays, sort of)

array php php71 php72 php73 php74 validation

Last synced: 09 Apr 2025

https://github.com/mpaland/avl_array

High performance templated AVL tree using a fixed size array. Extensive test suite passing.

array associative-array avl avl-tree container embedded key-value-store map pointerless static std-map stl template tree

Last synced: 13 Apr 2025

https://github.com/jonschlinkert/exponential-moving-average

Calculate an exponential moving average from an array of numbers.

array average calculate exponential-moving-average math moving-average numbers

Last synced: 30 Apr 2025

https://github.com/ooade/array-explorer-cli

:zap: A CLI package to help figure out what JavaScript array method would be best to use at any given time

array cli explorer-cli

Last synced: 21 Jun 2025

https://github.com/jonschlinkert/arr-diff

Returns an array with only the unique values from all given arrays using strict equality for comparisons.

arr array diff difference elements javascript nodejs unique util utility values

Last synced: 05 Apr 2025

https://github.com/algolia/chunk-text

🔪 chunk/split a string by length without cutting/truncating words.

algolia array chunk length size split string text

Last synced: 19 Jun 2025

https://github.com/75lb/sort-array

Isomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order

array esmodules function isomorphic javascript javascript-library load-anywhere module sort-array

Last synced: 07 Apr 2025

https://github.com/delonnewman/invokable

Objects are functions! Treat any Object or Class as a Proc (like Enumerable but for Procs).

array composition curry currying functional-programming functions hash memoization memoize objects ruby ruby-gem ruby-lambda ruby-proc set

Last synced: 13 Apr 2025

https://github.com/mtownsend5512/collection-xml

The missing XML support for Laravel's Collection class.

api array collections laravel laravel-package response-format soap toxml xml

Last synced: 27 Mar 2026

https://github.com/es-shims/array-includes

Array.prototype.includes spec-compliant polyfill

array contains ecmascript includes javascript polyfill shim

Last synced: 05 Apr 2025

https://github.com/onflow/atree

Atree provides scalable arrays and scalable ordered maps.

array data-structures ordered-map

Last synced: 10 Apr 2026

https://github.com/devxoul/safecollection

Safe Collection for Swift

array optional subscript swift

Last synced: 16 Jul 2025

https://github.com/zhiim/doa_py

DOA etimation algorithms implemented in Python for ULA, UCA and broadband/wideband DOA estimation

aoa array array-signal-processing direction-of-arrival doa doa-estimation signal-processing

Last synced: 14 Jan 2026

https://github.com/teles/array-mixer

Powerful, super tiny and easy to use lib to reorder your javascript arrays.

array babel es2015 es6 functional functional-programming hacktoberfest javascript node

Last synced: 27 Jun 2025

https://github.com/anko/array-keyed-map

JS datastructure, like Map, but the keys are arrays

array data-structure javascript map path

Last synced: 14 Mar 2026

https://github.com/jherax/array-sort-by

Powerful mechanism to sort arrays or array of objects by one or more properties. You can also specify a custom comparer function.

accent amd arrange array asc commonjs compare desc javascript objects ordering requirejs sort sort-criteria umd-modules

Last synced: 18 Jul 2025

https://github.com/mustaddon/arraytoexcel

Create Excel from Array (List, DataTable, DataSet, ...)

array converter dataset datatable dictionary dotnet excel list xlsx

Last synced: 05 Apr 2025

https://github.com/gontera/array30

行列輸入法表格 (Tables of Array Input Method Series)

array array30 chinese ime

Last synced: 06 Apr 2026

https://github.com/jslicense/spdx-license-ids

a list of SPDX license identifiers

array javascript json license list nodejs oss spdx

Last synced: 08 Apr 2026

https://github.com/vyuldashev/xml-to-array

A simple class to convert an xml to array

api array php xml

Last synced: 08 May 2025

https://github.com/1pkg/varint

VarInt: fast & memory efficient arbitrary bit width integers in Go.

arithmetic array bigint bits bitwise go golang memory

Last synced: 15 Jul 2025

https://github.com/moxystudio/js-deep-for-each

Recursively iterates over collections arrays and objects

array collection deep for-each iterate object

Last synced: 12 Dec 2025

https://github.com/jonschlinkert/array-last

Return the last element in an array. Faster than `.slice`

array element javascript last node nodejs slice

Last synced: 20 Aug 2025

https://github.com/cami-la/logica_de_programacao_essencial

Aprenda os conceitos que formam a base do desenvolvimento de software e comece a construir sua compreensão do processo de criação de programas eficazes e funcionais.

array biblioteca estrutura-de-repeticao estrutura-sequencial java-17 logica-de-programacao metodos operadores pensamento-computacional variaveis

Last synced: 23 Apr 2025

https://github.com/p-ranav/small_vector

"Small Vector" optimization for Modern C++: store up to a small number of items on the stack

array buffer container cpp11 header-only heap memory-management modern-cpp optimization single-header single-header-lib small small-buffer-optimization stack vector

Last synced: 08 Jul 2025

https://github.com/hustcc/slice.js

:milky_way: nano library to enhance String.substring / Array.slice with python slice style by Proxy.

array python slice string

Last synced: 19 Mar 2025

https://github.com/Delta456/range

Functionality of Python's range() in V

array python range vlang

Last synced: 13 May 2025

https://github.com/whizkydee/type-reverse

🦄 Lightweight reverse utility around strings, arrays, numbers and more.

array inverse invert inverted-index reverse string

Last synced: 21 Mar 2025

https://github.com/shinnn/array-to-sentence

Join all elements of an array and create a human-readable string

array concatenation javascript natural-language sentence

Last synced: 09 Apr 2025

https://github.com/delta456/range

Functionality of Python's range() in V

array python range vlang

Last synced: 23 Jul 2025

https://github.com/mooreniemi/array_collapse

:boom: Array#collapse

array c-extension ruby

Last synced: 22 Apr 2025

https://github.com/es-shims/Array.prototype.flatMap

An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.

array ecmascript flatmap javascript polyfill shim

Last synced: 11 May 2025

https://github.com/es-shims/array.prototype.flatmap

An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.

array ecmascript flatmap javascript polyfill shim

Last synced: 07 May 2025

https://github.com/formapro/values

Your alter ego object. Takes the best of object and array worlds.

api array mapper object

Last synced: 09 Mar 2026

https://github.com/aichbauer/node-convert-array-to-csv

Convert an array to a csv formatted string

array converter csv list nodejs values

Last synced: 08 Mar 2026

https://github.com/es-shims/array.prototype.flat

An ESnext spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.

array ecmascript flat flatten javascript polyfill shim

Last synced: 16 May 2025

https://github.com/jonschlinkert/longest

Get the length of the longest item in an array.

array element length longest value

Last synced: 10 Apr 2025

https://github.com/es-shims/array.prototype.at

An ES-spec-compliant (proposed) `Array.prototype.at`shim/polyfill/replacement that works as far down as ES3.

array at ecmascript javascript polyfill shim

Last synced: 06 Mar 2025

https://github.com/tomhea/farray

Initialize / Fill C++ array fast - O(1) time with only 1 extra bit of memory.

array bit constant-space constant-time cpp data-structures header header-only implementation initialization library o1 paper template

Last synced: 16 Jul 2025

https://github.com/jonschlinkert/shallow-clone

Make a shallow clone of an object, array or primitive.

array clone object regex regular-expression shallow

Last synced: 09 Apr 2025

https://github.com/modern-fortran/stock-prices

Analyzing stock prices with Fortran arrays

array finance fortran

Last synced: 19 Jan 2026

https://github.com/Kunde21/numgo

n-dimensional array implementation in Go.

array go multi-dimensional

Last synced: 06 May 2025

https://github.com/iliasam/mcucapture

Utility for plotting array data from MCU RAM

array debug mcu openocd plot stm32

Last synced: 14 Apr 2025

https://github.com/thunderer/Serializard

Flexible serializer encouraging good object design

array hydration hydrator json normalizer parser php serialization serializer xml yaml

Last synced: 09 Jul 2025

https://github.com/shipmonk-rnd/input-mapper

Performant array-to-object mapper supporting generics, array shapes, optional fields and much more!

array input mapper mapping object

Last synced: 09 Apr 2026

https://github.com/kunde21/numgo

n-dimensional array implementation in Go.

array go multi-dimensional

Last synced: 11 Apr 2025

https://github.com/sebastiaanluca/php-helpers

THIS PACKAGE HAS BEEN DEPRECATED — An extensive set of PHP helper functions and classes.

array carbon class constants datetime debug functions helpers methods object php string

Last synced: 09 Jul 2025

https://github.com/mschubert/narray

R package for subset- and name-aware array utility functions

array cran r-package utility

Last synced: 09 Apr 2025

https://github.com/neefrehman/make-matrix

A simple, type-safe way to create multi-dimensional arrays

array generator graphics javascript math matrices matrix multidimensional-arrays typescript webgl

Last synced: 23 Feb 2026

https://github.com/arturopala/buffer-and-slice

Lightweight Buffer and Slice abstractions for Scala.

array collection data-structures scala slice

Last synced: 08 Apr 2025

https://github.com/art-w/varray

Resizable arrays with O(ᵏ√N) insertion and deletion (Tiered Vectors)

array arraylist vector

Last synced: 18 Jan 2026

https://github.com/divineomega/array_undot

array_undot (the opposite of the array_dot helper function) expands a dot notation array into a full multi-dimensional array.

array array-dot array-undot dot-notation-array laravel

Last synced: 16 Mar 2025

https://github.com/jonschlinkert/expand-range

Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.

array expand fill javascript jonschlinkert js letters node nodejs numbers range range-expansion

Last synced: 21 Aug 2025

https://github.com/fabiocaccamo/utils.js

:construction_worker: :wrench: zero dependencies vanilla JavaScript utils.

array base64 color date easing function geometry hex javascript js json math object random string trigonometry underscorejs url utils xml

Last synced: 03 Jul 2025

https://github.com/samsonasik/arraylookup

🚀 A fast lookup library that help you verify and search array and Traversable data.

array atleast fast filter find finder iterable lookup only php search traversable

Last synced: 15 Feb 2026

https://github.com/jonschlinkert/union-value

Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. Node.js/JavaScript util.

array dot-notation get nested-values object set union utility

Last synced: 09 Apr 2025

https://github.com/bpolaszek/php-iterable-functions

Provides functions for iterable variables: iterable_map(, iterable_filter(), iterable_to_array(), ...

array iterable iterator iteratoraggregate php traversable

Last synced: 24 Aug 2025

https://github.com/petrgrishin/array-access

PHP multi array access

array array-map changing php yii yii2

Last synced: 10 Apr 2025

https://github.com/cmazakas/sleip

Allocator-aware fixed-size dynamic array

array cpp cpp17 memory-management

Last synced: 13 Apr 2025

https://github.com/nathanpb/kext

Fast Typescript utility library for declarative programming

array dependency-free hacktoberfest typescript utility-library

Last synced: 15 Apr 2025