GitHub topics: iterate
stdlib-js/iter-cuevery
Create an iterator which cumulatively tests whether every iterated value is truthy.
Language: JavaScript - Size: 240 KB - Last synced at: 15 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-cunone
Create an iterator which cumulatively tests whether every iterated value is falsy.
Language: JavaScript - Size: 248 KB - Last synced at: 15 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-map
Create an iterator which invokes a function for each iterated value.
Language: JavaScript - Size: 1010 KB - Last synced at: 17 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-unique-by
Create an iterator which returns unique values according to a predicate function.
Language: JavaScript - Size: 960 KB - Last synced at: 17 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/iter-unshift
Create an iterator which prepends values to the beginning of a provided iterator.
Language: JavaScript - Size: 1.18 MB - Last synced at: 15 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-ops-add
Create an iterator which performs element-wise addition of two or more iterators.
Language: JavaScript - Size: 838 KB - Last synced at: 17 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-ops-multiply
Create an iterator which performs element-wise multiplication of two or more iterators.
Language: JavaScript - Size: 821 KB - Last synced at: 17 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-for-in
Invoke a function for each own and inherited enumerable property of an object.
Language: JavaScript - Size: 928 KB - Last synced at: 16 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

LS-Instruments/Iterator-Actor
A LabVIEW Actor Framework Iterator Library
Language: LabVIEW - Size: 3.11 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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: 2 days ago - Pushed at: about 8 years ago - Stars: 35 - Forks: 8

stdlib-js/array-to-iterator
Create an iterator from an array-like object.
Language: JavaScript - Size: 1.48 MB - Last synced at: 2 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

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: 13 days ago - Pushed at: about 7 years ago - Stars: 11 - Forks: 1

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

ElianCordoba/traversal-map 📦
Iterate through all elements in a object or array calling a callback function.
Language: TypeScript - Size: 382 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

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

gofunky/pyraset 📦
pyraset is an improved version of golang-set that features fast structure and subset support
Language: Go - Size: 443 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

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: 9 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 3

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
Language: TypeScript - Size: 179 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Skyppid/AbstractIteratableTree
Code for my article on implementation of an abstract enumerable & serializable tree.
Language: C# - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - 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: 7 days ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

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

karthiktr27597/ZENTASK-3
My Resume JSON format, JSON iterate overall for loops( for, for in, for of, forEach)
Language: JavaScript - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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

hansalemaos/isiter
Checks if a variable is iterable
Language: Python - Size: 1.95 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 0 - 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: 16 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

jcdobrin/jquery-iterate
jquery iterate function
Language: JavaScript - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

DanielCarmonaPhantom/Algoritmos-Con-Python
Introducción a los algoritmos con Python
Size: 714 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

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

brotzky/application-starter
A starter kit to create products faster. Featuring React, Webpack, and GraphQL
Language: JavaScript - Size: 1.38 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

jornetsimon/ng-for-repeat
🔁 A simple Angular directive to repeat an element
Language: TypeScript - Size: 168 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

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

victoroalvarez/keyterator
Iterate over your passwords and keys to improve your memory.
Language: Shell - Size: 47.9 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

ashleyadrias/Web-Scraper-Pretty-Tables
Web scraping script for extracting website data into table form or csv. Iterate over a list of websites from a csv file.
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

mrwulf/vagrant-playground
Add a little abstraction to vagrant to simplify testing puppet and stuff
Language: Shell - Size: 155 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

tahmidefaz/recurse-everything
I will be using only recursion to iterate through basic data structures (eg. list and others). Absolutely no loops involved!
Language: Python - Size: 1.95 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
