foreach
There are 351 repositories under foreach topic.
Dasync/AsyncEnumerable
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
jucardi/go-streams
Stream Collections for Go. Inspired in Java 8 Streams and .NET Linq
zhangshichun/tree-lodash
轻量的“树操作”函数库 (Lightweight "tree operations" library)
ehmicky/test-each
🤖 Repeat tests. Repeat tests. Repeat tests.
Azure/doAzureParallel
A R package that allows users to submit parallel workloads in Azure
youthlin/stream
Go Stream, like Java 8 Stream.
futureverse/doFuture
:rocket: R package: doFuture - Use Foreach to Parallelize via Future Framework
RevolutionAnalytics/foreach
R package to provide foreach looping construct
dimkatsi91/Cpp-STL-Examples
C++ STL Examples
Geri-Borbas/iOS.Blog.SwiftUI_Pull_to_Refresh
✳️ SwiftUI Pull to Refresh (for iOS 13 and iOS 14) condensed into a single modifier.
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.
V8tr/ListCRUDSwiftUI
Add, Edit, Move, and Drag and Drop in SwiftUI List https://www.vadimbulavin.com/add-edit-move-and-drag-and-drop-in-swiftui-list/
Will-1-Am/SwiftUI100
A collection of projects and challenge solutions for the #100DaysOfSwiftUI Hacking with Swift course @twostraws https://www.hackingwithswift.com/100/swiftui
karimcambridge/samp-foreach
foreach standalone include (non y_iterate version)
lemontchen/Public-Method-CardGame-NiuNiu
纸牌游戏牛牛的最优算法及Method
weijentu/Higher-Order-Function-ObjC
Map, Filter, Reduce, Contains, ForEach and FlatMap Implementation in Objective-C
KeeVeeGames/foreach.gml
foreach() loop implementation for GameMaker 2.3 for arrays, ds_lists, ds_maps, ds_stacks, ds_queues, ds_priorities and structs
es-shims/iterator-helpers
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
mdminhazulhaque/foreach
:repeat: Read lines from file/stdin and execute them as CLI argument
magicxor/MapReduce
LINQ for Delphi (Object Pascal)
HowProgrammingWorks/Iteration
Different implementation of iterations as a code abstraction
katsaii/macro-hacks
Weird and useful macro hacks.
AsyncAF/AsyncAF
⁉️ AsyncAF (A.K.A. async-af, A.K.A. Async/Await Fun) - chainable asynchronous JavaScript methods that mirror their native counterparts and other tools for your asynchronous utility belt--zero dependencies
MrDave1999/LibraryList
Esta biblioteca proporciona funciones para poder trabajar con listas de forma genérica (es decir, tener listas de objetos de cualquier tipo).
coatless-rd-rcpp/rcpp-and-doparallel
Rcpp, foreach, and doParallel: Using an Rcpp Function inside a parallel region created by doParallel and foreach
mh-cz/GameMaker-Foreach
A scope non-breaking foreach loop for arrays, lists, maps, structs, grids, strings and number ranges
ruralcoder/swiftui-avocadotoast
SwiftUI AvocadoToast - A working version of the WWDC avocadotoast
bkatrenko/kytsya
Golang threading toolkit
cheton/react-foreach
A React component that renders each element of collection using a function as child component.
Erikote04/Music-Player
Project No. 3 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you'll code a basic MP3 player using HTML, CSS, and JavaScript. The project covers fundamental concepts such as handling audio playback, managing a playlist, implementing play, pause, next, previous, and shuffle functionalities.
AbhiSingh58/Notes_App
notes app using pure javascript with local storage and search notes option...
AirelRibeiro/zoo-functions
Projeto simula um sistema de relatório de um zoológico; com informações a respeito dos animais presentes, colaboradores, horários de funcionamento do zoológico e uma tabela de preços que variavam de acordo com a idade do visitante.
bilalkumrani/js_notes
This repository contains JavaScript concepts each concept with example .
shipshapecode/ember-async-await-for-each
async/await aware forEach for Ember
xyproto/rangetype
:1234: Mini-language/DSL for defining and dealing with ranges of numbers
stdlib-js/array-base-broadcasted-ternary2d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.