Projects in Awesome Lists tagged with iterate
A curated list of projects in awesome lists tagged with iterate .
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/andre487/node-console-progress-bar-tqdm
Progress bar in console for Node.js in the style of TQDM Python library.
cli cli-app commonjs-modules console esmodules for-await-of indicator iterate iterator loop nodejs nodejs-cli progress progress-bar terminal tqdm typescript-library
Last synced: 19 Jan 2026
https://github.com/wooorm/array-iterate
`Array#forEach()` but it’s possible to define where to move to next
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/tixfeniks/batch-iterator
Usefull python implementation of batch iterator.
batch data-analysis data-analytics data-science iterate machine-learning mini-batch minibatch python
Last synced: 14 Jul 2026
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/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/math-iter-special-riemann-zeta
Create an iterator which evaluates the Riemann zeta function for each iterated value.
complex-analysis euler function iterable iterate iterator javascript math mathematics node node-js nodejs number number-theory physics riemann special special-function stdlib zeta
Last synced: 17 Aug 2025
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/math-iter-utils-continued-fraction
Evaluate the terms of a continued fraction.
approximation continued fraction iterable iterate iterator javascript math mathematics node node-js nodejs stdlib
Last synced: 24 Apr 2025
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-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/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/string-to-grapheme-cluster-iterator
Create an iterator which iterates grapheme clusters.
astral emojis grapheme iterate iteration iterator javascript node node-js nodejs segmentation stdlib str string surrogate unicode util utilities utility utils
Last synced: 29 Sep 2025
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-sequences-nonsquares
Create an iterator which generates a sequence of nonsquares.
int integer iter iterate iteration iterator javascript math mathematics node node-js nodejs non-square nonsquare number sequence squared squares stdlib
Last synced: 26 Feb 2026
https://github.com/stdlib-js/utils-every
Test whether all elements in a collection are truthy.
all array-like collection every iterate javascript node node-js nodejs stdlib test util utilities utility utils validate
Last synced: 15 Apr 2025
https://github.com/stdlib-js/math-iter-special-spence
Create an iterator which evaluates Spence's function for each iterated value.
dilogarithm function integral iterable iterate iterator javascript math mathematics node node-js nodejs number polylogarithm special spence stdlib
Last synced: 21 Feb 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-betaln
Create an iterator which evaluates the natural logarithm of the beta function.
beta betaln function gamma iterable iterate iterator javascript lbeta log logarithm math mathematics node node-js nodejs special special-function stdlib
Last synced: 15 Feb 2026
https://github.com/stdlib-js/math-iter-sequences-factorials
Create an iterator which generates a sequence of factorials.
combinatorics fact factorial int integer iter iterate iteration iterator javascript math mathematics node node-js nodejs number sequence stdlib
Last synced: 29 Jul 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-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/stats-iter-variance
Compute the unbiased sample variance over all iterated values.
dispersion iterable iterate iterator javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib unbiased var variance
Last synced: 03 Mar 2026
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/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/stats-iter-max
Compute the maximum value of all iterated values.
domain extent extremes iterable iterate iterator javascript math mathematics max maximum node node-js nodejs range statistics stats stdlib
Last synced: 02 Mar 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/math-iter-sequences-positive-odd-integers
Create an iterator which generates a sequence of positive odd integers.
counting int integer iter iterate iteration iterator javascript math mathematics natural node node-js nodejs number odd positive sequence stdlib whole
Last synced: 15 May 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-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/simulate-iter-periodic-sinc
Create an iterator which generates a periodic sinc waveform.
cardinal diric dirichlet iterate iteration iterator javascript node node-js nodejs periodic processing signal simulate simulation sinc sine stdlib wave waveform
Last synced: 17 Feb 2026
https://github.com/stdlib-js/ndarray-iter-values
Create an iterator which returns individual elements from a provided ndarray.
entries index indices iter iterate iteration iterator javascript matrix multidimensional ndarray node node-js nodejs stdlib tensor util utilities utility utils
Last synced: 20 Mar 2025
https://github.com/stdlib-js/simulate-iter-lanczos-pulse
Create an iterator which generates a Lanczos pulse waveform.
iterate iteration iterator javascript lanczos node node-js nodejs periodic processing pulse signal simulate simulation sinc stdlib train wave waveform window
Last synced: 04 Mar 2025
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/math-iter-sequences-negative-even-integers
Create an iterator which generates a sequence of negative even integers.
counting even int integer iter iterate iteration iterator javascript math mathematics natural negative node node-js nodejs number sequence stdlib whole
Last synced: 21 May 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/string-to-grapheme-cluster-iterator-right
Create an iterator which iterates grapheme clusters.
astral emojis grapheme iterate iteration iterator javascript node node-js nodejs segmentation stdlib str string surrogate unicode util utilities utility utils
Last synced: 07 Apr 2025
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/simulate-iter-sawtooth-wave
Create an iterator which generates a sawtooth wave.
iter iterate iteration iterator javascript node node-js nodejs periodic processing saw sawtooth signal simulate simulation stdlib wave waveform
Last synced: 17 Feb 2026
https://github.com/stdlib-js/math-iter-sequences-nonpositive-even-integers
Create an iterator which generates a sequence of nonpositive even integers.
counting even int integer iter iterate iteration iterator javascript math mathematics natural node node-js nodejs nonpositive number sequence stdlib whole
Last synced: 02 Feb 2026
https://github.com/stdlib-js/ndarray-iter-to-array-each
Create an iterator which converts each iterated ndarray to a generic array.
array generic iter iterate iteration iterator javascript matrix multidimensional ndarray nested node node-js nodejs stdlib tensor util utilities utility utils
Last synced: 02 Jul 2025
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