All Projects → array_undot → Similar Projects or Alternatives

167 Open source projects that are alternatives of or similar to array_undot

arrays
Yii Array Helper
Stars: ✭ 41 (+173.33%)
Mutual labels:  array
js-deep-sort-object
Simple module to sort objects recursively by its keys
Stars: ✭ 19 (+26.67%)
Mutual labels:  array
Problem-Solving
contains all coding interview practice problems, data structures and algorithms implementations. 👨‍💻👨‍💻💥 🚩
Stars: ✭ 14 (-6.67%)
Mutual labels:  array
php-helpers
An extensive set of PHP helper functions and classes.
Stars: ✭ 27 (+80%)
Mutual labels:  array
Vscode Data Preview
Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
Stars: ✭ 245 (+1533.33%)
Mutual labels:  array
array-keyed-map
JS datastructure, like Map, but the keys are arrays
Stars: ✭ 29 (+93.33%)
Mutual labels:  array
all-about-node
All about Node.js
Stars: ✭ 16 (+6.67%)
Mutual labels:  array
CuVec
Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory
Stars: ✭ 73 (+386.67%)
Mutual labels:  array
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (+93.33%)
Mutual labels:  array
dot-wild
Use powerful dot notation (dot path + wildcard) to manipulate properties of JSON
Stars: ✭ 28 (+86.67%)
Mutual labels:  dot-notation
VBA-Better-Array
An array class for VBA providing features found in more modern languages
Stars: ✭ 77 (+413.33%)
Mutual labels:  array
Core
Elm's core libraries
Stars: ✭ 2,634 (+17460%)
Mutual labels:  array
FUPRAL
Fortran OO implementation of a generic container using an unlimited polymorphic class. Implementation of a resizable container array and a double linked list.
Stars: ✭ 18 (+20%)
Mutual labels:  array
array-last
Return the last element in an array. Faster than `.slice`
Stars: ✭ 34 (+126.67%)
Mutual labels:  array
Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: ✭ 30 (+100%)
Mutual labels:  array
xml-to-array
A simple class to convert an xml to array
Stars: ✭ 30 (+100%)
Mutual labels:  array
php-collections
A collection library for php
Stars: ✭ 34 (+126.67%)
Mutual labels:  array
DS ALGO
Data Structures and algorithms
Stars: ✭ 20 (+33.33%)
Mutual labels:  array
HashMapC
A tiny library for using easily HashMap, arraylist in the C.
Stars: ✭ 21 (+40%)
Mutual labels:  array
avl array
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
Stars: ✭ 33 (+120%)
Mutual labels:  array
my-swift-projects
An overview of my most relevant open-source projects on GitHub
Stars: ✭ 261 (+1640%)
Mutual labels:  array
Problem-Solving
This Repository consists of my solutions💡 in Python 3 to various problems in Data Structures and Algorithms.🎖️
Stars: ✭ 17 (+13.33%)
Mutual labels:  array
pasvl
Array Validator (regular expressions for arrays, sort of)
Stars: ✭ 40 (+166.67%)
Mutual labels:  array
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+1473.33%)
Mutual labels:  array
deque
A highly optimized double-ended queue
Stars: ✭ 75 (+400%)
Mutual labels:  array
common
Metarhia Common Library
Stars: ✭ 55 (+266.67%)
Mutual labels:  array
Static Frame
Immutable and grow-only Pandas-like DataFrames with a more explicit and consistent interface.
Stars: ✭ 217 (+1346.67%)
Mutual labels:  array
arrayer
Array manipulation. Get, set & delete keys with dot notation, also prepares an array to be put in a file (php array or json).
Stars: ✭ 14 (-6.67%)
Mutual labels:  dot-notation
fBrowser
Helpful Selenium functions to make web-scraping easier and faster
Stars: ✭ 16 (+6.67%)
Mutual labels:  helper-functions
math eval
✖️➕➖➗ `math_eval` safely evaluates mathematical expressions
Stars: ✭ 33 (+120%)
Mutual labels:  helper-functions
js-explorer
Find the method you need without digging through the docs, directly on the command line!
Stars: ✭ 287 (+1813.33%)
Mutual labels:  array
Public-Method-CardGame-NiuNiu
纸牌游戏牛牛的最优算法及Method
Stars: ✭ 21 (+40%)
Mutual labels:  array
arr-sort
🎉 多重条件下的数组排序方法
Stars: ✭ 20 (+33.33%)
Mutual labels:  array
arrayfire-haskell
Haskell bindings to ArrayFire
Stars: ✭ 52 (+246.67%)
Mutual labels:  array
Lattice2
FreeCAD workbench about arrays of all sorts and kinds, and local coordinate systems
Stars: ✭ 40 (+166.67%)
Mutual labels:  array
an-array-of-spanish-words
List of ~636,000 Spanish words
Stars: ✭ 31 (+106.67%)
Mutual labels:  array
Ubigeo-Peru
Base de datos de departamentos, provincias y distritos del Perú (UBIGEO) actualizada al 2019 (El INEI ha actualizado hasta el 2016). SQL, JSON, XML, CSV, Arreglos PHP, YAML.
Stars: ✭ 113 (+653.33%)
Mutual labels:  array
BitLens
🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.
Stars: ✭ 20 (+33.33%)
Mutual labels:  array
yamlpath
Command-line get/set/merge/validate/scan/convert/diff processors for YAML/JSON/Compatible data using powerful, intuitive, command-line friendly syntax.
Stars: ✭ 78 (+420%)
Mutual labels:  dot-notation
java-notes
Complete Java Note for colleges in Nepal.
Stars: ✭ 30 (+100%)
Mutual labels:  array
slimarray
SlimArray compresses uint32 into several bits, by using a polynomial to describe overall trend of an array.
Stars: ✭ 39 (+160%)
Mutual labels:  array
react-smart-key
Pass anything as key without re-renders
Stars: ✭ 17 (+13.33%)
Mutual labels:  array
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Stars: ✭ 27 (+80%)
Mutual labels:  dot-notation
Competitive Programming
Programming👨‍💻 Questions on BinarySearch💻, LeetCode💻, CodeChef💻, Codeforces💻,DSA 450
Stars: ✭ 188 (+1153.33%)
Mutual labels:  array
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+2993.33%)
Mutual labels:  array
sharyn
🌹 Sharyn – A collection of JavaScript / TypeScript packages that make your life easier and reduce your boilerplate code
Stars: ✭ 30 (+100%)
Mutual labels:  helper-functions
stringify-keys
Build an array of key paths from an object.
Stars: ✭ 18 (+20%)
Mutual labels:  dot-notation
pretty-d-array
Pretty printing multidimensional D arrays.
Stars: ✭ 16 (+6.67%)
Mutual labels:  array
Swift Utils
A collection of handy swift utils
Stars: ✭ 253 (+1586.67%)
Mutual labels:  array
expand-hash
Recursively expands property keys with dot-notation into objects.
Stars: ✭ 25 (+66.67%)
Mutual labels:  dot-notation
Arr
A collection of tiny, highly performant Array.prototype alternatives
Stars: ✭ 239 (+1493.33%)
Mutual labels:  array
in-array
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
Stars: ✭ 16 (+6.67%)
Mutual labels:  array
C Vector
A dynamic array implementation in C similar to the one found in standard C++
Stars: ✭ 234 (+1460%)
Mutual labels:  array
linqjs
Perform queries on collections in the manner of C#s System.Linq in JavaScript
Stars: ✭ 14 (-6.67%)
Mutual labels:  array
mongo-dot-notation
Transform objects to MongoDB update instructions
Stars: ✭ 35 (+133.33%)
Mutual labels:  dot-notation
repeat-element
Create an array by repeating the given string n times.
Stars: ✭ 19 (+26.67%)
Mutual labels:  array
arr
数组增强组件主要是对数组等数据进行处理,如无限级分类操作、商品规格的迪卡尔乘积运算等。
Stars: ✭ 62 (+313.33%)
Mutual labels:  array
longest
Get the length of the longest item in an array.
Stars: ✭ 31 (+106.67%)
Mutual labels:  array
go-streams
Stream Collections for Go. Inspired in Java 8 Streams and .NET Linq
Stars: ✭ 127 (+746.67%)
Mutual labels:  array
array-includes
Array.prototype.includes spec-compliant polyfill
Stars: ✭ 42 (+180%)
Mutual labels:  array
1-60 of 167 similar projects