iterate
There are 333 repositories under iterate topic.
tompazourek/Endless
🌌 Extensions that support the C# functional paradigm.
jonschlinkert/for-in
Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.
moxystudio/js-deep-for-each
Recursively iterates over collections arrays and objects
darcyclarke/sleepover
💤 Sleep, snooze & step methods
jonschlinkert/arr-map
Faster, node.js focused alternative to JavaScript's native array map.
jonschlinkert/make-iterator
Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
jonschlinkert/object.map
Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
wooorm/array-iterate
`Array#forEach()` but it’s possible to define where to move to next
Konloch/IterateINI
Zero dependency pure Java library to support iterating over the key-value pairs of any INI file.
m4gshm/gollections
Slice and map utilities based on generics and additional collection implementations like ordered map, set
stdlib-js/iter
Standard library iterator utilities.
ljharb/iterate-iterator
Iterate any JS iterator. Works robustly in all environments, all versions.
ljharb/iterate-value
Iterate any iterable JS value. Works robustly in all environments, all versions.
stdlib-js/iter-for-each
Create an iterator which invokes a function for each iterated value before returning the iterated value.
stdlib-js/math-iter-special-besselj1
Create an iterator which evaluates the Bessel function of the first kind of order one for each iterated value.
stdlib-js/math-iter-special-log
Create an iterator which computes the base `b` logarithm.
stdlib-js/utils-async-any-by-right
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
TIXFeniks/batch-iterator
Usefull python implementation of batch iterator.
andre487/node-console-progress-bar-tqdm
Progress bar in console for Node.js in the style of TQDM Python library.
MahdiTa97/range-at-index-typescript
A Typescript package that returns a Range instance selecting text within an HTML Element, at start and end offsets Stars
stdlib-js/math-iter-sequences-factorials
Create an iterator which generates a sequence of factorials.
stdlib-js/math-iter-special-betaln
Create an iterator which evaluates the natural logarithm of the beta function.
stdlib-js/math-iter-special-cbrt
Create an iterator which computes the cube root of each iterated value.
stdlib-js/math-iter-special-cosh
Create an iterator which computes the hyperbolic cosine for each iterated value.
stdlib-js/math-iter-special-dirichlet-eta
Create an iterator which evaluates the Dirichlet eta function for each iterated value.
stdlib-js/math-iter-special-erfc
Create an iterator which evaluates the complementary error function for each iterated value.
stdlib-js/math-iter-special-expit
Create an iterator which evaluates the standard logistic function for each iterated value.
stdlib-js/math-iter-special-factorial
Create an iterator which evaluates the factorial function for each iterated value.
stdlib-js/math-iter-special-riemann-zeta
Create an iterator which evaluates the Riemann zeta function for each iterated value.
stdlib-js/math-iter-utils-continued-fraction
Evaluate the terms of a continued fraction.
stdlib-js/simulate-iter-awgn
Create an iterator which introduces additive white Gaussian noise.
stdlib-js/simulate-iter-awun
Create an iterator which introduces additive white uniform noise.
stdlib-js/string-to-grapheme-cluster-iterator
Create an iterator which iterates grapheme clusters.
stdlib-js/utils-map-reduce
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
stdlib-js/utils-map-reduce-right
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.