357 skills found · Page 1 of 12
sdras / Array Explorer⚡️ A resource to help figure out what JavaScript array method would be best to use at any given time
tc39 / Proposal Change Array By CopyProvides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.
voku / Arrayy🗃 Array manipulation library for PHP, called Arrayy!
tc39 / Proposal Relative Indexing MethodA TC39 proposal to add an .at() method to all the basic indexable classes (Array, String, TypedArray)
toniov / P IterationUtilities that make array iteration easy when using async/await or Promises
Valdecy / PyDecisionpyDecision is a comprehensive Python library that encompasses a wide array of Multi-Criteria Decision Analysis (MCDA) methods. These powerful and versatile tools assist in making effective decisions by comparing alternatives based on multiple criteria, making it a valuable resource for researchers, analysts, and decision-makers.
sdras / Js ExplorerFind the method you need without digging through the docs, directly on the command line!
felixfbecker / IterareArray methods + ES6 Iterators = :heart:
tooto1985 / Js Array Operations20 kinds of methods to get to know a JavaScript array operations.
lukeed / ArrA collection of tiny, highly performant Array.prototype alternatives
milaan9 / 09 Python NumPy ModuleNumpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific computing with Python. Besides its obvious scientific uses, Numpy can also be used as an efficient multi-dimensional container of generic data.
aaronshan / Hive Third FunctionsSome useful custom hive udf functions, especial array, json, math, string functions.
noporpoise / BitArrayC bit array structs and methods
AlexJWayne / Rails SettingsSettings is a plugin that makes managing a table of global key, value pairs easy. Think of it like a global Hash stored in your database, that uses simple ActiveRecord like methods for manipulation. Keep track of any global setting that you don't want to hard code into your rails app. You can store any kind of object. Strings, numbers, arrays, or any serializable object.
tc39 / Proposal Array From AsyncDraft specification for a proposed Array.fromAsync method in JavaScript.
mverleg / Array Storage BenchmarkCompare some methods of array storage in Python (numpy)
bahmutov / Console.tableAdds console.table method that prints an array of objects as a table in console
tc39 / Proposal Array UniqueECMAScript proposal for Deduplicating method of Array
Bin-Huang / Prray"Promisified" Array, it compatible with the original Array but comes with async versions of native Array methods
mds1 / Solidity GeneratorsSolidity library offering linspace, arange, and logspace methods to generate evenly spaced arrays.