Topic: "iterate"
tompazourek/Endless
π Extensions that support the C# functional paradigm.
Language: C# - Size: 725 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 65 - Forks: 4

moxystudio/js-deep-for-each
Recursively iterates over collections arrays and objects
Language: JavaScript - Size: 760 KB - Last synced at: 3 days ago - Pushed at: over 4 years ago - Stars: 35 - Forks: 6

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`.
Language: JavaScript - Size: 14.6 KB - Last synced at: about 8 hours ago - Pushed at: about 8 years ago - Stars: 35 - Forks: 8

darcyclarke/sleepover
π€ Sleep, snooze & step methods
Language: JavaScript - Size: 53.7 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 18 - Forks: 3

jonschlinkert/arr-map
Faster, node.js focused alternative to JavaScript's native array map.
Language: JavaScript - Size: 18.6 KB - Last synced at: 5 days ago - Pushed at: about 8 years ago - Stars: 14 - Forks: 2

jonschlinkert/make-iterator
Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
Language: JavaScript - Size: 20.5 KB - Last synced at: 11 days ago - Pushed at: about 7 years ago - Stars: 11 - Forks: 1

jonschlinkert/object.map
Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
Language: JavaScript - Size: 12.7 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 2

wooorm/array-iterate
`Array#forEach()` but itβs possible to define where to move to next
Language: JavaScript - Size: 77.1 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 3

andre487/node-console-progress-bar-tqdm
Progress bar in console for Node.js in the style of TQDM Python library.
Language: TypeScript - Size: 497 KB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

Konloch/IterateINI
Zero dependency pure Java library to support iterating over the key-value pairs of any INI file.
Language: Java - Size: 21.5 KB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

m4gshm/gollections
slice, map, iter.Seq, iter.Seq2 APIs for transforming, filtering, reducing, summing and other iteration-based tasks.
Language: Go - Size: 1.13 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 4 - Forks: 0

stdlib-js/iter
Standard library iterator utilities.
Language: JavaScript - Size: 6.29 MB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

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.
Language: JavaScript - Size: 1.21 MB - Last synced at: 14 days ago - Pushed at: 19 days ago - Stars: 3 - Forks: 0

stdlib-js/iter-for-each
Create an iterator which invokes a function for each iterated value before returning the iterated value.
Language: JavaScript - Size: 1.03 MB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

stdlib-js/math-iter-special-log
Create an iterator which computes the base `b` logarithm.
Language: JavaScript - Size: 1.03 MB - Last synced at: 2 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

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.
Language: JavaScript - Size: 1010 KB - Last synced at: 14 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

ljharb/iterate-value
Iterate any iterable JS value. Works robustly in all environments, all versions.
Language: JavaScript - Size: 54.7 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

TIXFeniks/batch-iterator
Usefull python implementation of batch iterator.
Language: Python - Size: 3.91 KB - Last synced at: 13 days ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

stdlib-js/utils-async-do-until
Invoke a function until a test condition is true.
Language: JavaScript - Size: 934 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-riemann-zeta
Create an iterator which evaluates the Riemann zeta function for each iterated value.
Language: JavaScript - Size: 1.7 MB - Last synced at: 6 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 944 KB - Last synced at: 2 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-ramp
Create an iterator which evaluates the ramp function for each iterated value.
Language: JavaScript - Size: 836 KB - Last synced at: 6 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/iter-every
Test whether all iterated values are truthy.
Language: JavaScript - Size: 1010 KB - Last synced at: 14 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-deg2rad
Create an iterator which converts an angle from degrees to radians for each iterated value.
Language: JavaScript - Size: 841 KB - Last synced at: 13 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
Language: JavaScript - Size: 1.94 MB - Last synced at: 6 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-factorial
Create an iterator which evaluates the factorial function for each iterated value.
Language: JavaScript - Size: 1.52 MB - Last synced at: 13 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-do-while
Invoke a function while a test condition is true.
Language: JavaScript - Size: 951 KB - Last synced at: 13 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-ops-mod
Create an iterator which performs an element-wise modulo operation of two or more iterators.
Language: JavaScript - Size: 863 KB - Last synced at: 15 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/iter-pop
Create an iterator which skips the last value of a provided iterator.
Language: JavaScript - Size: 995 KB - Last synced at: 15 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Language: JavaScript - Size: 949 KB - Last synced at: 13 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-cospi
Create an iterator which computes the cosine of each iterated value times Ο.
Language: JavaScript - Size: 1.27 MB - Last synced at: 13 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-sqrt1pm1
Create an iterator which computes `sqrt(1+x) - 1` for each iterated value.
Language: JavaScript - Size: 1.02 MB - Last synced at: 13 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/iter-unique-by-hash
Create an iterator which returns unique values according to a hash function.
Language: JavaScript - Size: 993 KB - Last synced at: 15 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-ops-divide
Create an iterator which performs element-wise division of two or more iterators.
Language: JavaScript - Size: 889 KB - Last synced at: 15 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-gamma
Create an iterator which evaluates the gamma function for each iterated value.
Language: JavaScript - Size: 1.52 MB - Last synced at: 14 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/simulate-iter-awun
Create an iterator which introduces additive white uniform noise.
Language: JavaScript - Size: 2.02 MB - Last synced at: 14 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-any
Test whether at least one element in a collection is truthy.
Language: JavaScript - Size: 668 KB - Last synced at: 5 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-squares
Create an iterator which generates a sequence of squares.
Language: JavaScript - Size: 977 KB - Last synced at: 13 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 2.74 MB - Last synced at: 14 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/iter-mapn
Create an iterator which transforms iterated values from two or more iterators by applying the iterated values as arguments to a provided function.
Language: JavaScript - Size: 899 KB - Last synced at: 14 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/iter-filter-map
Create an iterator which both filters and maps the values of another iterator.
Language: JavaScript - Size: 1.02 MB - Last synced at: 15 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-abs2
Create an iterator which computes the squared absolute value of each iterated value.
Language: JavaScript - Size: 878 KB - Last synced at: 11 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

stdlib-js/iter-empty
Create an empty iterator.
Language: JavaScript - Size: 447 KB - Last synced at: 14 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-acot
Create an iterator which computes the inverse cotangent of each iterated value.
Language: JavaScript - Size: 916 KB - Last synced at: 13 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-negafibonacci
Create an iterator which generates a negaFibonacci sequence.
Language: JavaScript - Size: 974 KB - Last synced at: 13 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-nonnegative-integers
Create an iterator which generates a nonnegative integer sequence.
Language: JavaScript - Size: 958 KB - Last synced at: 13 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-nonsquares
Create an iterator which generates a sequence of nonsquares.
Language: JavaScript - Size: 973 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-sumabs2
Compute the sum of squared absolute values for all iterated values.
Language: JavaScript - Size: 1010 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/array-to-view-iterator-right
Create an iterator from an array-like object view, iterating from right to left.
Language: JavaScript - Size: 1.47 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-fresnels
Create an iterator which computes the Fresnel integral S(x) for each iterated value.
Language: JavaScript - Size: 1.33 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-exp
Create an iterator which evaluates the natural exponential function for each iterated value.
Language: JavaScript - Size: 1.07 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/iter-constant
Create an iterator which always returns the same value.
Language: JavaScript - Size: 976 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-log2
Create an iterator which evaluates the binary logarithm for each iterated value.
Language: JavaScript - Size: 1.13 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-asin
Create an iterator which computes the arcsine of each iterated value.
Language: JavaScript - Size: 931 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-positive-integers
Create an iterator which generates a positive integer sequence.
Language: JavaScript - Size: 985 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/iter-to-array-view-right
Fill an array-like object view from right to left with values returned from an iterator.
Language: JavaScript - Size: 1.57 MB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/array-to-circular-iterator
Create an iterator which repeatedly iterates over the elements of an array-like object.
Language: JavaScript - Size: 1.39 MB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-round10
Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.
Language: JavaScript - Size: 1.44 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-factorials
Create an iterator which generates a sequence of factorials.
Language: JavaScript - Size: 1.51 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/iter-unique
Create an iterator which returns unique values.
Language: JavaScript - Size: 1.12 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-floor10
Create an iterator which rounds each iterated value to the nearest power of 10 toward negative infinity.
Language: JavaScript - Size: 1.51 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-fresnelc
Create an iterator which computes the Fresnel integral C(x) for each iterated value.
Language: JavaScript - Size: 1.33 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-sin
Create an iterator which computes the sine of each iterated value.
Language: JavaScript - Size: 1.21 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/iter-every-by
Test whether every iterated value passes a test implemented by a predicate function.
Language: JavaScript - Size: 939 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/iter-none
Test whether all iterated values are falsy.
Language: JavaScript - Size: 989 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-variance
Compute the unbiased sample variance over all iterated values.
Language: JavaScript - Size: 1.03 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 1.2 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-trunc
Create an iterator which rounds each iterated value toward zero.
Language: JavaScript - Size: 854 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-negative-odd-integers
Create an iterator which generates a sequence of negative odd integers.
Language: JavaScript - Size: 1010 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-cbrt
Create an iterator which computes the cube root of each iterated value.
Language: JavaScript - Size: 1.11 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/iter-union
Create an iterator which returns the union of two or more iterators.
Language: JavaScript - Size: 903 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-tools-map2
Create an iterator which invokes a binary function accepting numeric arguments for each iterated value.
Language: JavaScript - Size: 1.06 MB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/utils-every
Test whether all elements in a collection are truthy.
Language: JavaScript - Size: 1.14 MB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-expm1
Create an iterator which computes `exp(x) - 1` for each iterated value.
Language: JavaScript - Size: 1.04 MB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/string-to-grapheme-cluster-iterator
Create an iterator which iterates grapheme clusters.
Language: JavaScript - Size: 894 KB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/array-to-sparse-iterator
Create an iterator from a sparse array-like object.
Language: JavaScript - Size: 1.32 MB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-spence
Create an iterator which evaluates Spence's function for each iterated value.
Language: JavaScript - Size: 1.11 MB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-flow
Create a fluent interface for chaining together iterator methods.
Language: JavaScript - Size: 1.08 MB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-log1mexp
Create an iterator which evaluates the natural logarithm of 1-exp(-|x|) for each iterated value.
Language: JavaScript - Size: 1.28 MB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/array-to-iterator-right
Create an iterator from an array-like object, iterating from right to left.
Language: JavaScript - Size: 1.22 MB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-while
Invoke a function while a test condition is true.
Language: JavaScript - Size: 928 KB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-odd-integers
Create an iterator which generates an interleaved sequence of odd integers.
Language: JavaScript - Size: 994 KB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/array-to-strided-iterator
Create an iterator from a strided array-like object.
Language: JavaScript - Size: 1.35 MB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-last
Consume an entire iterator and return the last iterated value.
Language: JavaScript - Size: 949 KB - Last synced at: 13 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-any-by
Test whether at least one iterated value passes a test implemented by a predicate function.
Language: JavaScript - Size: 904 KB - Last synced at: 15 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-filter
Create an iterator which filters the values of another iterator according to a predicate function.
Language: JavaScript - Size: 1010 KB - Last synced at: 15 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-dirichlet-eta
Create an iterator which evaluates the Dirichlet eta function for each iterated value.
Language: JavaScript - Size: 1.58 MB - Last synced at: 13 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-atanh
Create an iterator which computes the hyperbolic arctangent of each iterated value.
Language: JavaScript - Size: 1.06 MB - Last synced at: about 10 hours ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

stdlib-js/utils-async-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.
Language: JavaScript - Size: 1000 KB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-datespace
Create an iterator which returns evenly spaced dates over a specified interval.
Language: JavaScript - Size: 1.15 MB - Last synced at: 13 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-any
Test whether at least one iterated value is truthy.
Language: JavaScript - Size: 924 KB - Last synced at: 13 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-utils-continued-fraction
Evaluate the terms of a continued fraction.
Language: JavaScript - Size: 1.02 MB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-binet
Create an iterator which evaluates Binet's formula for each iterated value.
Language: JavaScript - Size: 1.43 MB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-until
Invoke a function until a test condition is true.
Language: JavaScript - Size: 926 KB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-first
Return the first iterated value.
Language: JavaScript - Size: 950 KB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-cosh
Create an iterator which computes the hyperbolic cosine for each iterated value.
Language: JavaScript - Size: 1.15 MB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-sinh
Create an iterator which evaluates the hyperbolic sine for each iterated value.
Language: JavaScript - Size: 1.2 MB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-versin
Create an iterator which computes the versed sine for each iterated value.
Language: JavaScript - Size: 1.14 MB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-rad2deg
Create an iterator which converts an angle from radians to degrees for each iterated value.
Language: JavaScript - Size: 815 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-logit
Create an iterator which evaluates the logit function for each iterated value.
Language: JavaScript - Size: 1.03 MB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0
