foreach-loop
There are 95 repositories under foreach-loop topic.
mh-cz/GameMaker-Foreach
A scope non-breaking foreach loop for arrays, lists, maps, structs, grids, strings and number ranges
hidang/vCards-to-Excel-to-vCards
đź› Convert data from vCards(.vcf) to Excel(.xls) or Excel(.xls) to vCards(.vcf) by JavaScript
p-samuel/anonymous-methods
Using higher-order logic to copy JavaScript's "filter", "map" and "reduce" functions in Delphi.
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.
oguzhanKomcu/CSharp__Fundamentals
I share my work on C#.
Palladd/C-plus-code
âš Repository includes three short C++ codes to learn how vector, for each loop and dynamic array works.âš
CeyhunAslan/CSharp_Fundamentals
I used c# embedded method-function in this project. I am happy to share this with you.
Narumikazuchi/Collections
This project was inspired by the source code for the system intern immutable collections. It expands on the idea of a strong enumerable with a strong enumerator instead of the usual interface. This improves performance in foreach-loops massively the bigger the dataset gets. Additionally adds some minor extension methods for all collections.
pfpack/pfpack-linq
PrimeFuncPack Linq - a functional programming pack for .NET
Uzmakh/intro-section-with-dropdown-navigation-main
Frontend mentor challenge for a responsive layout with mobile-hamburger menu and dropdown navigation.
AbhiSingh58/Drumpad
Drumpad Using javascript that gives different sounds on clicking on pad's buttons and can also be played by keyboard ( b1=Q , b2=W, b3=E ,b4=R ,b5=T ,b6=Y )
Akhil-Binu/JavaScript
Just treat it as a JavaScript learning tutorial
AntonV0/piano-keys
Project #36 of Codecademy's Full Stack Engineer Career Path
dante690dark/calculator
Project calculator of "The odin project" course
DHPS-Solutions/fun-c
A lightweight functional library for the C programming language (GNUCC only)
joao2391/DotNetBenchmarks
This is a repo to show benchmarks results over dotnet features.
madhurimarawat/Programming-in-PHP
This repository contains programs in the PHP programming language.
Samuel-045/Spotify-swift
CĂłdigo feito em SwiftUI que simula o aplicativo spotify
UltraInstinct0x/ProductDemo
Here is a little demo of how to create a class in C# and use for, foreach and while loops in order to loop through items of the class.
BharathiVaradharaju/Day-7-Task
This is file about task of MRF and forEach.
Deepakmuthu21/Day-5-Task
Day 5 Task
kumaresh231299/Day-7-Task
Day 7 Task
Prabhakar1116/Day_7
This is the day_7 tasks done by me for FSD course
RaguramRR/Day-5-Task
Day-5 task
vitorbap/ManipulacaoDeArquivos
Escrever, ler e remover dados dentro de um arquivo.
vitorbap/Projeto4
Interagindo com a internet com C# e HTTP
aayushyadavz/faq-accordion
Made a FAQs Accordian using HTML, CSS & JavaScript.
Benevanio/MuleSoft-Integracao-Assincrona-Paralela
Projeto MuleSoft demonstrando uso avançado de componentes como Scatter-Gather, For Each, Async Scope e HTTP Request para processamento assĂncrono e paralelo.
ckscode/day-7-tasks
Array methods to print the required data
Dhivakar1993/day-7
day 7 task
Janakirasu-J/JavaScript_Day_4
This is Javascript Day 4 in The Roadmap.
manoj-hubgit/zenclass-day-7-task
Zenclass day 7 task
svimaladhithan/Task-Day7
Day 7 tasks completed
Xandones/ForEachAverage
Using 'foreach' to calculate the average of 9 float values stored in an array.