Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 14 Nov 2024

https://github.com/darcyclarke/sleepover

πŸ’€ Sleep, snooze & step methods

await block delay for iterate javascript loop nodejs sleep sync while

Last synced: 07 Nov 2024

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

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

array iterate loop map utility

Last synced: 02 Nov 2024

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: 02 Nov 2024

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: 02 Nov 2024

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: 17 Oct 2024

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

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

ecmascript iterate iterator javascript

Last synced: 15 Oct 2024

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: 09 Nov 2024

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: 10 Nov 2024

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: 15 Nov 2024

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: 15 Nov 2024

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: 17 Nov 2024

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: 17 Nov 2024

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: 21 Oct 2024

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: 10 Nov 2024

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: 13 Nov 2024

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: 13 Nov 2024

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: 13 Nov 2024

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: 14 Nov 2024

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: 18 Nov 2024

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: 21 Oct 2024

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

Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.

do-while-each each iterable iterate iterator iterdowhileeach javascript node node-js nodejs stdlib util utilities utility utils while whileeach

Last synced: 17 Oct 2024

https://github.com/eliancordoba/traversal-map

Iterate through all elements in a object or array calling a callback function.

colection deep flow-control for-each iterate key map recursive tree

Last synced: 11 Oct 2024

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: 15 Oct 2024

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: 15 Oct 2024

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

Create an iterator which computes `cos(x) - 1` for each iterated value.

cos cosine cosm1 iterable iterate iterator javascript math mathematics node node-js nodejs radians stdlib trig trigonometry

Last synced: 21 Oct 2024

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: 30 Oct 2024

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: 12 Nov 2024

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: 12 Nov 2024

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: 22 Oct 2024

https://github.com/tahmidefaz/recurse-everything

I will be using only recursion to iterate through basic data structures (eg. list and others). Absolutely no loops involved!

iterate list loops python recursion

Last synced: 15 Nov 2024

https://github.com/mrwulf/vagrant-playground

Add a little abstraction to vagrant to simplify testing puppet and stuff

development development-tools devops foreman iterate puppet puppetserver vagrant

Last synced: 08 Nov 2024