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

Projects in Awesome Lists tagged with iterate

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

https://github.com/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`.

for-in forin iterate keys object values

Last synced: 28 Jun 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/darcyclarke/sleepover

💤 Sleep, snooze & step methods

await block delay for iterate javascript loop nodejs sleep sync while

Last synced: 07 Mar 2026

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

Faster, node.js focused alternative to JavaScript's native array map.

array iterate loop map utility

Last synced: 30 Apr 2025

https://github.com/jonschlinkert/make-iterator

Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.

callback iterate iteratee iterator loop map reduce

Last synced: 30 Apr 2025

https://github.com/jonschlinkert/object.map

Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.

iterate keys map object values

Last synced: 28 Jul 2025

https://github.com/wooorm/array-iterate

`Array#forEach()` but it’s possible to define where to move to next

array iterate list walk

Last synced: 19 Apr 2025

https://github.com/konloch/iterateini

Zero dependency pure Java library to support iterating over the key-value pairs of any INI file.

ini ini-file ini-parser ini-reader iterate java java-8 library

Last synced: 14 Jul 2025

https://github.com/stdlib-js/math-iter-special-log

Create an iterator which computes the base `b` logarithm.

base function iterable iterate iterator javascript log logarithm math mathematics node node-js nodejs stdlib

Last synced: 01 Aug 2025

https://github.com/ljharb/iterate-value

Iterate any iterable JS value. Works robustly in all environments, all versions.

iterate iteration iterator javascript value value-iteration

Last synced: 07 May 2025

https://github.com/stdlib-js/array-to-view-iterator-right

Create an iterator from an array-like object view, iterating from right to left.

arr array iterate iteration iterator javascript node node-js nodejs reverse slice stdlib typed typed-array util utilities utility utils view

Last synced: 30 Apr 2025

https://github.com/stdlib-js/array-to-iterator-right

Create an iterator from an array-like object, iterating from right to left.

arr array convert iter iterate iteration iterator javascript node node-js nodejs stdlib to typed typed-array util utilities utility utils

Last synced: 07 Mar 2026

https://github.com/stdlib-js/utils-async-some-by-right

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

all any async asynchronous collection every iterate javascript node node-js nodejs predicate right some stdlib test util utilities utility utils

Last synced: 08 Mar 2026

https://github.com/stdlib-js/iter-pop

Create an iterator which skips the last value of a provided iterator.

drop iterable iterate iterator javascript last node node-js nodejs omit pop remove skip stdlib util utilities utility utils

Last synced: 16 Mar 2025

https://github.com/stdlib-js/math-iter-special-besselj0

Create an iterator which evaluates the Bessel function of the first kind of order zero for each iterated value.

bessel iterable iterate iterator j0 javascript math node node-js nodejs special stdlib

Last synced: 05 Mar 2026

https://github.com/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

browser dom index iterate javascript offset range text typescript

Last synced: 21 Apr 2026

https://github.com/stdlib-js/utils-any

Test whether at least one element in a collection is truthy.

any array-like collection iterate javascript node node-js nodejs stdlib test util utilities utility utils validate

Last synced: 15 Apr 2026

https://github.com/stdlib-js/utils-async-every-by-right

Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

all array-like async asynchronous collection every everyright iterate javascript node node-js nodejs predicate right stdlib test util utilities utility utils

Last synced: 24 Jul 2025

https://github.com/stdlib-js/math-iter-special-logit

Create an iterator which evaluates the logit function for each iterated value.

iterable iterate iterator javascript log-odds logistic logit math mathematics node node-js nodejs proportion sigmoid special stdlib

Last synced: 16 Feb 2026

https://github.com/stdlib-js/math-iter-special-fresnelc

Create an iterator which computes the Fresnel integral C(x) for each iterated value.

fresnel fresnelc integral iterable iterate iterator javascript math mathematics node node-js nodejs special stdlib

Last synced: 21 Jun 2026

https://github.com/stdlib-js/math-iter-special-inv

Create an iterator which computes the multiplicative inverse of each iterated value.

inv inverse iterable iterate iterator javascript math mathematics multiplicative node node-js nodejs reciprocal stdlib

Last synced: 07 Sep 2025

https://github.com/stdlib-js/math-iter-special-abs2

Create an iterator which computes the squared absolute value of each iterated value.

abs abs2 absolute iterable iterate iterator javascript magnitude math mathematics node node-js nodejs square squared stdlib value

Last synced: 15 Apr 2025

https://github.com/stdlib-js/math-iter-special-factorial

Create an iterator which evaluates the factorial function for each iterated value.

combinatorics fact factorial function gamma iterable iterate iterator javascript math node node-js nodejs special special-functions stdlib

Last synced: 29 Jul 2026

https://github.com/stdlib-js/array-to-circular-iterator

Create an iterator which repeatedly iterates over the elements of an array-like object.

arr array convert iter iterate iteration iterator javascript node node-js nodejs stdlib to typed typed-array util utilities utility utils

Last synced: 10 Jul 2025

https://github.com/stdlib-js/iter-flow

Create a fluent interface for chaining together iterator methods.

chain flow fluent funseq iter iterate iterator javascript node node-js nodejs pipe pipeline stdlib stream util utilities utility utils

Last synced: 13 Oct 2025

https://github.com/stdlib-js/math-iter-special-round2

Create an iterator which rounds each iterated value to the nearest power of two on a linear scale.

integer iterable iterate iterator javascript math nearest node node-js nodejs round round2 stdlib value

Last synced: 03 Mar 2025

https://github.com/stdlib-js/iter-map

Create an iterator which invokes a function for each iterated value.

iterable iterate iterator javascript map node node-js nodejs stdlib transform util utilities utility utils

Last synced: 22 Feb 2026

https://github.com/ljharb/iterate-iterator

Iterate any JS iterator. Works robustly in all environments, all versions.

ecmascript iterate iterator javascript

Last synced: 10 Apr 2025

https://github.com/stdlib-js/utils-reduce

Apply a function against an accumulator and each element in a collection and return the accumulated result.

accumulate accumulation accumulator aggregate collection iterate javascript node node-js nodejs reduce reducer reduction stdlib typed-array util utilities utility utils

Last synced: 28 Feb 2026

https://github.com/stdlib-js/iter-to-array-view-right

Fill an array-like object view from right to left with values returned from an iterator.

arr array array-like iter iterate iteration iterator javascript node node-js nodejs stdlib to typed typed-array util utilities utility utils

Last synced: 24 Feb 2026

https://github.com/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.

accumulate accumulation accumulator aggregate iterate javascript map map-reduce node node-js nodejs reduce reducer reduction stdlib transform util utilities utility utils

Last synced: 16 Jul 2025

https://github.com/stdlib-js/math-iter-ops-divide

Create an iterator which performs element-wise division of two or more iterators.

arithmetic div divide division iterable iterate iterator javascript math mathematics multiplication multiply node node-js nodejs prod product stdlib

Last synced: 15 May 2026

https://github.com/stdlib-js/math-iter-special-expit

Create an iterator which evaluates the standard logistic function for each iterated value.

expit inverse iterable iterate iterator javascript log-odds logistic logit math mathematics node node-js nodejs proportion sigmoid special stdlib

Last synced: 15 Feb 2026

https://github.com/stdlib-js/math-iter-special-sqrt

Create an iterator which computes the principal square root of each iterated value.

iterable iterate iterator javascript math mathematics node node-js nodejs power principal root sqrt square stdlib

Last synced: 05 May 2025

https://github.com/stdlib-js/math-iter-special-cbrt

Create an iterator which computes the cube root of each iterated value.

cbrt cube cubic iterable iterate iterator javascript math mathematics node node-js nodejs power root stdlib

Last synced: 17 Jun 2025

https://github.com/stdlib-js/iter-unique-by-hash

Create an iterator which returns unique values according to a hash function.

dedupe deduplicate distinct hash iterable iterate iterator javascript node node-js nodejs stdlib uniq unique util utilities utility utils

Last synced: 26 Feb 2026

https://github.com/stdlib-js/math-iter-special-deg2rad

Create an iterator which converts an angle from degrees to radians for each iterated value.

angle convert degrees geometry iterable iterate iterator javascript math mathematics node node-js nodejs radians stdlib trig trigonometry

Last synced: 09 Apr 2025

https://github.com/stdlib-js/utils-for-in

Invoke a function for each own and inherited enumerable property of an object.

enumerable for forin in inheritance inherited iterate javascript keys node node-js nodejs properties props prototype stdlib util utilities utility utils

Last synced: 06 Apr 2026

https://github.com/stdlib-js/math-iter-special-floor10

Create an iterator which rounds each iterated value to the nearest power of 10 toward negative infinity.

floor floor10 integer iterable iterate iterator javascript math nearest node node-js nodejs round stdlib value

Last synced: 27 Feb 2026

https://github.com/stdlib-js/math-iter-ops-mod

Create an iterator which performs an element-wise modulo operation of two or more iterators.

arithmetic div divide division iterable iterate iterator javascript math mathematics mod modulo node node-js nodejs rem remainder stdlib

Last synced: 04 Nov 2025

https://github.com/stdlib-js/math-iter-special-sin

Create an iterator which computes the sine of each iterated value.

angle iterable iterate iterator javascript math mathematics node node-js nodejs radians sin sine stdlib trig trigonometry

Last synced: 11 Apr 2025

https://github.com/stdlib-js/math-iter-special-asinh

Create an iterator which computes the hyperbolic arcsine of each iterated value.

arc arcsine asinh hyperbolic inverse iterable iterate iterator javascript math mathematics node node-js nodejs radians sin sine stdlib trig trigonometry

Last synced: 05 May 2025

https://github.com/stdlib-js/iter-filter-map

Create an iterator which both filters and maps the values of another iterator.

filter iterable iterate iterator javascript map node node-js nodejs reject stdlib transform util utilities utility utils

Last synced: 31 Jul 2026

https://github.com/stdlib-js/math-iter-special-exp

Create an iterator which evaluates the natural exponential function for each iterated value.

euler exp exponential function iterable iterate iterator javascript math mathematics natural node node-js nodejs power special stdlib

Last synced: 13 Apr 2025

https://github.com/stdlib-js/iter-unique-by

Create an iterator which returns unique values according to a predicate function.

dedupe deduplicate distinct iterable iterate iterator javascript node node-js nodejs predicate stdlib uniq unique util utilities utility utils

Last synced: 17 Apr 2026

https://github.com/stdlib-js/utils-every-by-right

Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

all array-like collection every everyright iterate javascript node node-js nodejs predicate stdlib test util utilities utility utils validate

Last synced: 04 Mar 2026

https://github.com/stdlib-js/utils-inmap

Invoke a function for each element in a collection and update the collection in-place.

array array-like collection in-place inmap iterate javascript map mutate node node-js nodejs stdlib typed typed-array util utilities utility utils

Last synced: 09 Feb 2026

https://github.com/stdlib-js/utils-async-some-by

Test whether a collection contains `n` elements which pass a test implemented by a predicate function.

all any array-like async asynchronous collection every iterate javascript node node-js nodejs predicate some stdlib test util utilities utility utils

Last synced: 03 Apr 2025

https://github.com/stdlib-js/utils-async-inmap-right

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

array array-like async asynchronous collection in-place inmap iterate javascript map mutate node node-js nodejs right stdlib util utilities utility utils

Last synced: 08 Apr 2026

https://github.com/stdlib-js/math-iter-special-erfinv

Create an iterator which evaluates the inverse error function for each iterated value.

erf erfinv error function inverse iterable iterate iterator javascript math mathematics node node-js nodejs special stdlib

Last synced: 07 May 2025

https://github.com/stdlib-js/math-iter-special-gammaln

Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.

factorial function gamma iterable iterate iterator javascript lgamma ln log logarithm math natural node node-js nodejs special special-function stdlib

Last synced: 13 Apr 2025

https://github.com/stdlib-js/iter-head

Create an iterator which returns the first `n` values of a provided iterator.

first head iterable iterate iterator javascript node node-js nodejs peek stdlib take util utilities utility utils

Last synced: 17 Feb 2026

https://github.com/stdlib-js/utils-inmap-right

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

collection in-place inmap inmapright iterate javascript map mutate node node-js nodejs right stdlib typed typed-array util utilities utility utils

Last synced: 26 Oct 2025

https://github.com/stdlib-js/array-base-cusome-by-right

Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.

array array-like cumulative cusome-by-right generic iterate javascript node node-js nodejs predicate stdlib test utlis validate

Last synced: 28 Apr 2026

https://github.com/stdlib-js/utils-until

Invoke a function until a test condition is true.

for iterate iteration javascript loop node node-js nodejs stdlib until util utilities utility utils while

Last synced: 13 Feb 2026

https://github.com/stdlib-js/utils-reduce-right

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

accumulate accumulation accumulator aggregate collection iterate javascript node node-js nodejs reduce reducer reduceright reduction right stdlib util utilities utility utils

Last synced: 08 Mar 2026

https://github.com/stdlib-js/utils-do-until-each-right

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

do do-while dowhile each for foreach foreachright iterate javascript node node-js nodejs right stdlib until util utilities utility utils while

Last synced: 18 Feb 2026

https://github.com/stdlib-js/math-iter-special-log10

Create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.

base-10 binary function iterable iterate iterator javascript log log10 logarithm math node node-js nodejs special special-function stdlib

Last synced: 03 Feb 2026

https://github.com/stdlib-js/utils-do-while-each-right

While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

collection do do-while dowhile each for foreach foreachright iterate javascript node node-js nodejs right stdlib util utilities utility utils while

Last synced: 09 Apr 2026

https://github.com/stdlib-js/array-to-sparse-iterator-right

Create an iterator from a sparse array-like object, iterating from right to left.

arr array holes iter iterate iteration iterator javascript node node-js nodejs sparse stdlib typed typed-array util utilities utility utils

Last synced: 10 Nov 2025

https://github.com/stdlib-js/iter-dedupe-by

Create an iterator which removes consecutive values that resolve to the same value according to a provided function.

compress dedupe deduplicate deduplication duplicate iterable iterate iteration iterator javascript node node-js nodejs stdlib uniq unique util utilities utility utils

Last synced: 16 Aug 2025

https://github.com/stdlib-js/iter-push

Create an iterator which appends additional values to the end of a provided iterator.

append augment concat concatenate extend iterable iterate iterator javascript node node-js nodejs push stdlib util utilities utility utils

Last synced: 10 Mar 2026

https://github.com/stdlib-js/utils-async-none-by

Test whether all elements in a collection fail a test implemented by a predicate function.

all array-like async asynchronous collection every iterate javascript node node-js nodejs none predicate stdlib test util utilities utility utils validate

Last synced: 30 Apr 2025

https://github.com/stdlib-js/utils-any-by

Test whether at least one element in a collection passes a test implemented by a predicate function.

any array-like collection iterate javascript node node-js nodejs predicate stdlib test util utilities utility utils validate

Last synced: 23 Sep 2025

https://github.com/stdlib-js/utils-until-each

Until a test condition is true, invoke a function for each element in a collection.

array array-like collection each for foreach iterate javascript node node-js nodejs stdlib typed-array until util utilities utility utils while

Last synced: 21 Feb 2026

https://github.com/hugoalh-studio/range-iterator-js

A JavaScript module to iterate between range.

iterate iterator javascript js range

Last synced: 16 Jul 2025

https://github.com/stdlib-js/math-iter-special-ellipe

Create an iterator which computes the complete elliptic integral of the second kind for each iterated value.

elliptic iterable iterate iterator javascript math mathematics node node-js nodejs number special stdlib

Last synced: 11 Jul 2026

https://github.com/stdlib-js/iter-to-array-view

Fill an array-like object view with values returned from an iterator.

arr array array-like iter iterate iteration iterator javascript node node-js nodejs stdlib to typed typed-array util utilities utility utils

Last synced: 24 Apr 2025