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

GitHub topics: each

Supzo/console-log-each-map

Insert array element values and the result of a callback function into a format string and print the result.

Language: JavaScript - Size: 52.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

stdlib-js/string-base-for-each

Invoke a function for each UTF-16 code unit in a string.

Language: JavaScript - Size: 259 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-until-each

Until a test condition is true, invoke a function for each element in a collection.

Language: JavaScript - Size: 903 KB - Last synced at: 11 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-until-each-right

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Language: JavaScript - Size: 915 KB - Last synced at: 1 day ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

jchip/xaa

async/await/Promise helpers - delay, defer, timeout, each, map, filter

Language: TypeScript - Size: 320 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 1

HowProgrammingWorks/Iteration

Different implementation of iterations as a code abstraction

Language: JavaScript - Size: 118 KB - Last synced at: 26 days ago - Pushed at: 7 months ago - Stars: 14 - Forks: 121

stdlib-js/utils-do-while-each

While a test condition is true, invoke a function for each element in a collection.

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

stdlib-js/utils-while-each-right

While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

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

stdlib-js/console-log-each-map

Insert array element values and the result of a callback function into a format string and print the result.

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

stdlib-js/string-base-for-each-code-point-right

Invoke a function for each Unicode code point in a string, iterating from right to left.

Language: JavaScript - Size: 149 KB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-until-each-right

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Language: JavaScript - Size: 958 KB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-while-each-right

While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Language: JavaScript - Size: 946 KB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 1 - 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: 21 days ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

stdlib-js/utils-for-each-right

Invoke a function for each element in a collection, iterating from right to left.

Language: JavaScript - Size: 879 KB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-until-each

Until a test condition is true, invoke a function for each element in a collection.

Language: JavaScript - Size: 956 KB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

afeiship/next-deep-each

Deep each for next.

Language: JavaScript - Size: 24.4 KB - Last synced at: 27 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/string-base-for-each-right

Invoke a function for each UTF-16 code unit in a string iterating from right to left.

Language: JavaScript - Size: 144 KB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

afeiship/react-list

List component for react.

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

rodneylab/svelte-each

Using Svelte each blocks: how to loop on array-like objects in Svelte + simplify your code using const & style directives and destructuring.

Language: Svelte - Size: 462 KB - Last synced at: 23 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 1

berkaygediz/e-commerce-json

📑 Processing all order data in the JSON document.

Language: TypeScript - Size: 41 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

manferlo81/each-arg

Iterates through arguments or any other array-like object starting from specific index.

Language: TypeScript - Size: 2.62 MB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

jonkemp/for-each-plus

A better forEach

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

stdlib-js/iter-do-until-each

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

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

stdlib-js/iter-while-each

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

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

stdlib-js/utils-async-for-each

Invoke a function once for each element in a collection.

Language: JavaScript - Size: 931 KB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/string-base-for-each-code-point

Invoke a function for each Unicode code point in a string.

Language: JavaScript - Size: 241 KB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-for-each

Invoke a function for each element in a collection.

Language: JavaScript - Size: 849 KB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-until-each

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

Language: JavaScript - Size: 227 KB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 203 KB - Last synced at: 16 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-for-each-right

Invoke a function once for each element in a collection, iterating from right to left.

Language: JavaScript - Size: 933 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/string-for-each

Invoke a callback for each (visual) character of a string.

Language: JavaScript - Size: 1.14 MB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-while-each

While a test condition is true, invoke a function for each element in a collection.

Language: JavaScript - Size: 925 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/string-base-for-each-grapheme-cluster

Invoke a function for each grapheme cluster (i.e., user-perceived character) in a string.

Language: JavaScript - Size: 508 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

afeiship/next-remove-keys

Remove keys from array/object.

Language: JavaScript - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

worksolutions/php-collections

A collection library for php

Language: PHP - Size: 367 KB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 39 - Forks: 4

jonschlinkert/array-each

Loop over each item in an array and call the given function on every element.

Language: JavaScript - Size: 10.7 KB - Last synced at: 1 day ago - Pushed at: about 8 years ago - Stars: 14 - Forks: 1

Xunnamius/babel-plugin-explicit-exports-references

⚡ Transforms all internal references to a module's exports such that each reference starts with "module.exports" instead of directly referencing an internal name.

Language: JavaScript - Size: 975 KB - Last synced at: 7 days ago - Pushed at: 10 months ago - Stars: 20 - Forks: 3

GziXnine/SASS_Course

This repository is dedicated to all the assignments and projects from the SASS course by Elzero Web School. Whether you're just getting started with SASS or looking to refine your skills, this repository contains comprehensive examples and practical assignments to help you master SASS.

Language: SCSS - Size: 21.5 KB - Last synced at: 26 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

tunnckoCore/each-promise

:cyclone: Asynchronous control flow library for now and then. :sparkles: Iterate over promises, promise-returning or async/await functions in series or parallel. Works on node 0.10 if you give it a Promise.

Language: JavaScript - Size: 540 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 27 - Forks: 1

mattphillips/jest-each

A parameterised testing library for Jest. https://www.npmjs.com/package/jest-each 🏃

Language: JavaScript - Size: 20.3 MB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 92 - Forks: 3

evandixon/SkyEditor.Utilities.AsyncFor

Run the body of a For or a For Each loop asynchronously.

Language: C# - Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0

ClaudiaRojasSoto/Own_Enumerable

This project implements a module in a Ruby class. The my_enumerable module implements part of the functionality of Enumerable, including the methods #all?, #any?, and #filter.

Language: Ruby - Size: 10.7 KB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 0

zubair-ahmed-official/SASS-Practice-Task

SASS (Syntactically Awesome Style Sheets) is a preprocessor scripting language that is interpreted or compiled into CSS (Cascading Style Sheets).

Language: SCSS - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

zhorabay/Enumerable

The Enumerable mixin provides collection classes with several traversal and searching methods, and with the ability to sort.

Language: Ruby - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Juan-Kineipe/pong

Versão remake de Pong! usando Java para o EP da disciplina ACH2003 - Computação Orientada a Objetos

Language: Java - Size: 144 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

dongkyun2331/javascipt

자바스크립트 연습

Language: HTML - Size: 11 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

BrenoFariasdaSilva/Ruby

My Ruby Codes.

Language: Ruby - Size: 250 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

zacanger/aaeach 📦

Simple forEach for async/await

Language: JavaScript - Size: 60.5 KB - Last synced at: about 19 hours ago - Pushed at: about 6 years ago - Stars: 0 - 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

afeiship/next-chunk

Creates an array of elements split into groups the length of size.

Language: JavaScript - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

gurpsi/Exploring-Ruby

Language: Ruby - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

awcross/postcss-each-variables

PostCSS plugin enabling variable mapping for each

Language: JavaScript - Size: 7.81 KB - Last synced at: 7 days ago - Pushed at: over 7 years ago - Stars: 12 - Forks: 0

jrafaelrn/guiaSobrevivenciaProg

Repositório criado como parte da Tarefa 5 - Curso de Verão 2022: Guia de Sobrevivência do Programador EACH-USP

Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

IvanCastroRuiz/Freelance-PCA-SENA

Freelance-PCA-SENA

Language: HTML - Size: 260 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

didinj/groovy-loop-examples

Groovy Tutorial: Loop Examples

Language: Groovy - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

afeiship/next-each-sibling

Each sibling for next.

Language: JavaScript - Size: 9.77 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

performance13/goit-markup-hw-07

Homework №7 on technical skills. (BEM methodology. SASS preprocessor)

Language: HTML - Size: 485 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

jonschlinkert/each-series-async

Asynchronously calls a function on each element in an array in series.

Language: JavaScript - Size: 8.79 KB - Last synced at: 5 days ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

jonschlinkert/each-parallel-async

Asynchronously calls a function on each element in an array in parallel.

Language: JavaScript - Size: 4.88 KB - Last synced at: 10 days ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 1

HaswanthTummala/image-text-extraction

extract text in multiple images in the folder using uipath

Language: HTML - Size: 1000 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

martinheidegger/map-each

A very small, flexible, parallel async mapping helper that has first-class support for Iterators and concurrency.

Language: JavaScript - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

petrgrishin/each-async

PoC: Async generators/iterators in parallel

Language: TypeScript - Size: 45.9 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

martinheidegger/run-each

A very small, flexible, parallel async iteration helper that has first-class support for Iterators and concurrency.

Language: JavaScript - Size: 6.84 KB - Last synced at: 1 day ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

matrozov/yii2-each-key-value-validator

KeyValue validator for Yii2

Language: PHP - Size: 10.7 KB - Last synced at: 26 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

volker/foreach

Parallel command execution (in specific sub directories)

Language: Erlang - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

cjg125/async-eachify

async-eachify

Language: JavaScript - Size: 190 KB - Last synced at: 14 days ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0