GitHub topics: iter
stdlib-js/math-iter-sequences-negalucas
Create an iterator which generates a negaLucas sequence.
Language: JavaScript - Size: 986 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - 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: 3 days ago - Pushed at: 3 days 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: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 0

stdlib-js/iter-cuany
Create an iterator which cumulatively tests whether at least one iterated value is truthy.
Language: JavaScript - Size: 198 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-iter-values
Create an iterator which returns individual elements from a provided ndarray.
Language: JavaScript - Size: 832 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-iter-indices
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
Language: JavaScript - Size: 580 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-iter-entries
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
Language: JavaScript - Size: 904 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/simulate-iter-awgn
Create an iterator which introduces additive white Gaussian noise.
Language: JavaScript - Size: 2.29 MB - Last synced at: 10 days ago - Pushed at: 10 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: 10 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0

stdlib-js/iter-nth
Return the nth iterated value.
Language: JavaScript - Size: 941 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

coady/iterset
Go set library based on maps and iterators.
Language: Go - Size: 147 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 5 - Forks: 0

andreysolovyev381/zip_in_cpp
REAL zip iterator, that will be considered as an Iterator by other C++ code.
Language: C++ - Size: 110 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/iter-length
Return an iterator's length.
Language: JavaScript - Size: 954 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

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

stdlib-js/array-to-view-iterator
Create an iterator from an array-like object view.
Language: JavaScript - Size: 1.26 MB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-iter-to-array-each
Create an iterator which converts each iterated ndarray to a generic array.
Language: JavaScript - Size: 1.09 MB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-from-iterator
Create (or fill) an array from an iterator.
Language: JavaScript - Size: 1.68 MB - Last synced at: 20 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/iter-some
Test whether at least `n` iterated values are truthy.
Language: JavaScript - Size: 981 KB - Last synced at: 18 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

CareerDevelopmentHub/CWC-MCQ
Dashboard for MCQ team of Coding Wizards Club.
Language: JavaScript - Size: 1.71 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 4

stdlib-js/ndarray-iter-columns
Create an iterator which iterates over each column in a matrix (or stack of matrices).
Language: JavaScript - Size: 1.62 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-iter
Standard library math iterators.
Language: JavaScript - Size: 5.21 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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

stdlib-js/math-iter-sequences-fifth-powers
Create an iterator which generates a sequence of fifth powers.
Language: JavaScript - Size: 959 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

yyyoichi/piter
Pipeline and Fun-Out/In patterns using the iter package
Language: Go - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

gafusion/omas
Ordered Multidimensional Array Structure
Language: HTML - Size: 28.3 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 35 - Forks: 15

stdlib-js/iter-cusome
Create an iterator which cumulatively tests whether at least `n` iterated values are truthy.
Language: JavaScript - Size: 206 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/iter-empty
Create an empty iterator.
Language: JavaScript - Size: 447 KB - Last synced at: 2 days ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-tribonacci
Create an iterator which generates a Tribonacci sequence.
Language: JavaScript - Size: 229 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - 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: about 1 month ago - Pushed at: about 1 month 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: 2 days ago - Pushed at: about 2 months 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: 1 day ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/simulate-iter-pulse
Create an iterator which generates a pulse waveform.
Language: JavaScript - Size: 1020 KB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 1 - 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: 21 days ago - Pushed at: about 2 months 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: 11 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences
Standard library math iterators for generating sequences.
Language: JavaScript - Size: 2.17 MB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 1

stdlib-js/iter-pipeline-thunk
Create an iterator thunk.
Language: JavaScript - Size: 922 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - 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: about 1 month ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/ndarray-iter-matrices
Create an iterator which iterates over each matrix in a stack of matrices.
Language: JavaScript - Size: 1.2 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-utils
Math utility iterators.
Language: JavaScript - Size: 819 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-composites
Create an iterator which generates a sequence of composite numbers.
Language: JavaScript - Size: 1010 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-cuany-by
Create an iterator which cumulatively tests whether at least one iterated value passes a test implemented by a predicate function.
Language: JavaScript - Size: 279 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-tools-map
Create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.
Language: JavaScript - Size: 1.02 MB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-integers
Create an iterator which generates an interleaved integer sequence.
Language: JavaScript - Size: 987 KB - Last synced at: 1 day ago - Pushed at: about 2 months ago - Stars: 1 - 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: 5 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-none
Test whether all iterated values are falsy.
Language: JavaScript - Size: 989 KB - Last synced at: 36 minutes ago - Pushed at: about 2 months 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: 3 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/ndarray-iter-stacks
Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.
Language: JavaScript - Size: 616 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-advance
Advances an iterator.
Language: JavaScript - Size: 930 KB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-iter-matrix-entries
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
Language: JavaScript - Size: 1.16 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - 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: 1 day ago - Pushed at: 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: 24 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/array-to-sparse-iterator-right
Create an iterator from a sparse array-like object, iterating from right to left.
Language: JavaScript - Size: 1.35 MB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 1 - 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: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter
Standard library functions for computing statistics over iterators.
Language: JavaScript - Size: 3.07 MB - Last synced at: 21 days ago - Pushed at: 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: 3 days ago - Pushed at: 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: 3 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/ndarray-iter-subarrays
Create an iterator which iterates over each subarray in a stack of subarrays.
Language: JavaScript - Size: 896 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-fourth-powers
Create an iterator which generates a sequence of fourth powers.
Language: JavaScript - Size: 947 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

c-cube/iter
Simple iterator abstract datatype, intended to iterate efficiently on collections while performing some transformations.
Language: OCaml - Size: 1.41 MB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 123 - Forks: 12

stdlib-js/math-iter-sequences-lucas
Create an iterator which generates a Lucas sequence.
Language: JavaScript - Size: 982 KB - Last synced at: 19 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

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

stdlib-js/iter-some-by
Test whether at least `n` iterated values pass a test implemented by a predicate function.
Language: JavaScript - Size: 1.04 MB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-tools
Standard library math iterator tooling.
Language: JavaScript - Size: 958 KB - Last synced at: 1 day ago - Pushed at: 3 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: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-squared-triangular
Create an iterator which generates a sequence of squared triangular numbers.
Language: JavaScript - Size: 926 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

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

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

stdlib-js/simulate-iter-sawtooth-wave
Create an iterator which generates a sawtooth wave.
Language: JavaScript - Size: 1.4 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-ops
Standard library math operator iterators.
Language: JavaScript - Size: 964 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-to-array-view
Fill an array-like object view with values returned from an iterator.
Language: JavaScript - Size: 1.32 MB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-special
Standard library math iterators for special functions.
Language: JavaScript - Size: 4.35 MB - Last synced at: 21 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: 9 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-triangular
Create an iterator which generates a sequence of triangular numbers.
Language: JavaScript - Size: 986 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/simulate-iter-square-wave
Create an iterator which generates a square wave.
Language: JavaScript - Size: 995 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-cubes
Create an iterator which generates a sequence of cubes.
Language: JavaScript - Size: 988 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-nonfibonacci
Create an iterator which generates a non-Fibonacci integer sequence.
Language: JavaScript - Size: 1.15 MB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/simulate-iter-triangle-wave
Create an iterator which generates a triangle wave.
Language: JavaScript - Size: 1.43 MB - Last synced at: 21 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-fibonacci
Create an iterator which generates a Fibonacci sequence.
Language: JavaScript - Size: 986 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-base-iteration-order
Given a stride array, determine array iteration order.
Language: JavaScript - Size: 341 KB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-nonnegative-even-integers
Create an iterator which generates a sequence of nonnegative even integers.
Language: JavaScript - Size: 881 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-incrspace
Create an iterator which returns evenly spaced numbers according to a specified increment.
Language: JavaScript - Size: 837 KB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-even-integers
Create an iterator which generates an interleaved sequence of even integers.
Language: JavaScript - Size: 988 KB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-positive-odd-integers
Create an iterator which generates a sequence of positive odd integers.
Language: JavaScript - Size: 955 KB - Last synced at: 20 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

hsldymq/goiter
goiter provides iterator helpers for common scenarios of range-over-func feature.
Language: Go - Size: 178 KB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-none-by
Test whether every iterated value fails a test implemented by a predicate function.
Language: JavaScript - Size: 1020 KB - Last synced at: 12 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-negative-even-integers
Create an iterator which generates a sequence of negative even integers.
Language: JavaScript - Size: 1010 KB - Last synced at: 17 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-iter-select-dimension
Create an iterator which iterates over each view along a specified dimension.
Language: JavaScript - Size: 885 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-cusome-by
Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.
Language: JavaScript - Size: 267 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-cunone-by
Create an iterator which cumulatively tests whether every iterated value fails a test implemented by a predicate function.
Language: JavaScript - Size: 398 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-cuevery-by
Create an iterator which cumulatively tests whether every iterated value passes a test implemented by a predicate function.
Language: JavaScript - Size: 251 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-iter-interleave-subarrays
Create an iterator which iterates over interleaved subarrays.
Language: JavaScript - Size: 542 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/streams-node-from-iterator
Create a readable stream from an iterator.
Language: JavaScript - Size: 1.72 MB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-iter-rows
Create an iterator which iterates over each row in a matrix (or stack of matrices).
Language: JavaScript - Size: 1.51 MB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-primes
Create an iterator which generates a sequence of prime numbers.
Language: JavaScript - Size: 939 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-pipeline
Create an iterator pipeline.
Language: JavaScript - Size: 854 KB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-linspace
Create an iterator which returns evenly spaced numbers over a specified interval.
Language: JavaScript - Size: 865 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-nonpositive-even-integers
Create an iterator which generates a sequence of nonpositive even integers.
Language: JavaScript - Size: 873 KB - Last synced at: 26 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0
