An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: iteration

lorussogiacomoluca/react-form

Exercise #48 - 09/05/2025

Language: JavaScript - Size: 38.1 KB - Last synced at: about 18 hours ago - Pushed at: about 18 hours ago - Stars: 0 - 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: 2 days ago - Pushed at: 2 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: 2 days ago - Pushed at: 2 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: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

mathspp/the-little-book-of-itertools

Automated tests for the exercises from “The little book of itertools”

Language: Python - Size: 33.2 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 8 - Forks: 2

sindresorhus/p-map

Map over promises concurrently

Language: JavaScript - Size: 50.8 KB - Last synced at: 2 days ago - Pushed at: 5 months ago - Stars: 1,421 - Forks: 62

sindresorhus/promise-fun

Promise packages, patterns, chat, and tutorials

Size: 44.9 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 4,918 - Forks: 133

iPrakharV/CS-35000-Term-Project

C++ and Ruby implementation of Linked List and BST for language structure comparison.

Language: Ruby - Size: 8.68 MB - Last synced at: 4 days ago - Pushed at: 4 days 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: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

ricokahler/lazy

A small (~900B gzip), useful set of methods for lazy iteration of iterables.

Language: TypeScript - Size: 1.13 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 12 - Forks: 0

Sec-ant/readable-stream

A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.

Language: TypeScript - Size: 418 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 8 - Forks: 2

rickardo-roxas/money-track

Manages a bank account, cash in wallet, and monthly budget.

Language: Java - Size: 1.28 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

lonnen/oops-all-itertools

never again lookup whether the itertool you need is builtin or from more-itertools

Language: Python - Size: 25.4 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

dnnvrr/CoffeeMachine

Coffee Machine using Java , provides real simulation of the actual Coffee machine , asking ingredients and other things.

Language: Java - Size: 6.84 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-iter-row-entries

Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).

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

php-fast-forward/iterators

A robust and optimized library for advanced PHP Iterators. Enhance your PHP applications with high-performance iterators, supporting lookahead, peeking, filtering, grouping, and more.

Language: PHP - Size: 30.3 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

Anurag1101/H-Shaped_Pattern

A simple Python script that generates a customizable H-shaped pattern based on user input. The thickness of the pattern can be adjusted, making it a great exercise for beginners to learn about string manipulation, loops, and formatting in Python.

Language: Python - Size: 73.2 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

go-faster/jx

json encoding and decoding

Language: Go - Size: 2.8 MB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 214 - Forks: 4

stdlib-js/math-iter-sequences-negative-integers

Create an iterator which generates a negative integer sequence.

Language: JavaScript - Size: 930 KB - Last synced at: 5 days ago - Pushed at: 26 days 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: 4 days ago - Pushed at: 26 days 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: 16 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

shashankarya9999/C-Programs

This repository is dedicated to showcasing my journey through the world of C Programming. It serves as a collection of projects, exercises, assignments, and resources related to C.

Language: C - Size: 25 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 1 - 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: 27 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

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: 28 days 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: 27 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/iter-dedupe

Create an iterator which removes consecutive duplicated values.

Language: JavaScript - Size: 1010 KB - Last synced at: 27 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/simulate-iter-sine-wave

Create an iterator which generates a sine wave.

Language: JavaScript - Size: 1.34 MB - Last synced at: 27 days 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: 29 days 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: 27 days 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: 28 days 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: 27 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

dzherb/go-itertools

Miscellaneous utils for iteration

Language: Go - Size: 28.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

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: 27 days 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: 28 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: 27 days 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: 27 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/iter-dedupe-by

Create an iterator which removes consecutive values that resolve to the same value according to a provided function.

Language: JavaScript - Size: 1.02 MB - Last synced at: 21 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/simulate-iter-periodic-sinc

Create an iterator which generates a periodic sinc waveform.

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

fvdm/nodejs-fibonacci

Return any (big) fibonacci number

Language: JavaScript - Size: 203 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 10 - Forks: 4

nwaldispuehl/interval-music-compositor

IntervalMusicCompositor, a multi-platform software for creating interval music compilations out of multiple sound files.

Language: Java - Size: 27.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 10 - Forks: 3

Freakwill/pyrimidine

🧬OO implement of genetic algorithm by python

Language: Python - Size: 35.2 MB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 2

developit/asyncro

⛵️ Beautiful Array utilities for ESnext async/await ~

Language: JavaScript - Size: 1.14 MB - Last synced at: about 20 hours ago - Pushed at: about 7 years ago - Stars: 489 - Forks: 24

starwing/luaiter

A iteration library for Lua

Language: Lua - Size: 51.8 KB - Last synced at: 13 days ago - Pushed at: over 4 years ago - Stars: 56 - Forks: 3

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 2 months 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: 9 days ago - Pushed at: about 2 months 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: 10 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: 27 days 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: 1 day 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: 16 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: 7 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: 4 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 1

hongbo-miao/leetcode

LeetCode solutions

Language: Python - Size: 730 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 201 - Forks: 53

am-kantox/elixir-iteraptor

Handy enumerable operations implementation.

Language: Elixir - Size: 206 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 72 - Forks: 9

anser624/Guess-Number-Game

GUESS-NUMBER-GAME

Language: JavaScript - Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

nberlette/iterable

Type-safe utilities for iterables and iterators in TypeScript and JavaScript.

Language: TypeScript - Size: 502 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - 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: 27 days 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: 27 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-until

Invoke a function until a test condition is true.

Language: JavaScript - Size: 960 KB - Last synced at: 27 days 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: 27 days 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: 10 days 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: 4 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: 27 days 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: about 16 hours 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: 29 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: 27 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-while

Invoke a function while a test condition is true.

Language: JavaScript - Size: 953 KB - Last synced at: 5 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: 28 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

alexstevovich/iterational

[Node.js] Rational, semantic functions for common Node.js iteration patterns.

Language: JavaScript - Size: 38.1 KB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

frvnzz/TowerOfHanoi-Solver

A solver for the Tower of Hanoi problem implemented in C# with Recursion and Iteration. Developed during the 4th semester of Creative Computing.

Language: C# - Size: 71.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - 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: 28 days ago - Pushed at: 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: 27 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: 6 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: 10 days ago - Pushed at: 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: 28 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: 16 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: 28 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: 28 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: 28 days 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: 27 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

skvfx/UE_QuickLaunch

A right-click Unreal Engine project creator/launcher for Windows File Explorer. Right-click on or in a folder, and quickly create a minimal unreal project (`uproject`) with the same name as the folder. If the project file already exists, just open it.

Language: Batchfile - Size: 993 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 9 - Forks: 1

stdlib-js/math-iter-sequences-lucas

Create an iterator which generates a Lucas sequence.

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

stdlib-js/utils-map-function

Invoke a function n times and return an array of accumulated function return values.

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

stdlib-js/utils-until

Invoke a function until a test condition is true.

Language: JavaScript - Size: 896 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

multiplex/multiplex.js

LINQ for JavaScript.

Language: JavaScript - Size: 4.58 MB - Last synced at: 27 days ago - Pushed at: over 2 years ago - Stars: 82 - Forks: 14

oliver021/ecmalinq

The linq runtime and support to typescript/javascript ecosystem

Language: TypeScript - Size: 439 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

ejml1/CS.11.05-Lab.5.1

Language: Java - Size: 2.32 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 55

luvies/lazy 📦

A linq-like lazy-evaluation enumerable/iteration library that aims to support deno, node & browser

Language: TypeScript - Size: 945 KB - Last synced at: 3 days ago - Pushed at: about 3 years ago - Stars: 32 - Forks: 3

stdlib-js/simulate-iter-sawtooth-wave

Create an iterator which generates a sawtooth wave.

Language: JavaScript - Size: 1.4 MB - Last synced at: 27 days 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: 29 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

supercharge/collections

async/await-ready, chainable Array & Collection utilities

Language: TypeScript - Size: 521 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 35 - Forks: 24

stdlib-js/utils-while

Invoke a function while a test condition is true.

Language: JavaScript - Size: 935 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-until

Invoke a function until a test condition is true.

Language: JavaScript - Size: 926 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 2 - 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: 16 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: 16 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: 3 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0