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

GitHub topics: for-each

stdlib-js/ndarray-fill-by

Fill an input ndarray according to a callback function.

Language: JavaScript - Size: 564 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

manferlo81/foreach-prop

Array-like methods for objects

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

nodef/extra-ilists

ILists is a pair of key iterable list and value iterable list, with unique keys.

Language: TypeScript - Size: 354 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

nodef/extra-ientries

IEntries is an iterable list of key-value pairs, with unique keys.

Language: TypeScript - Size: 477 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

nodef/extra-entries

A collection of functions for operating upon Entries.

Language: TypeScript - Size: 522 KB - Last synced at: 2 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

nodef/extra-lists

A collection of functions for operating upon Lists.

Language: TypeScript - Size: 383 KB - Last synced at: 2 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-base-for-each

Invoke a callback function once for each ndarray element.

Language: JavaScript - Size: 2.35 MB - Last synced at: 10 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-fill

Fill an input ndarray with a specified value.

Language: JavaScript - Size: 936 KB - Last synced at: 10 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

HowProgrammingWorks/Iteration

Different implementation of iterations as a code abstraction

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

GGC0des/exercism-challenges

This repository serves as a personal collection of coding challenges from the Exercism platform. The goal is to enhance my problem-solving skills, explore different programming paradigms, and document my learning journey across multiple languages.

Language: Java - Size: 941 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-base-map

Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.

Language: JavaScript - Size: 1.53 MB - Last synced at: 10 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

sirjimithy/ndarray-fill

Fill an input ndarray with a specified value.

Language: JavaScript - Size: 50.8 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-base-fill

Fill an input ndarray with a specified value.

Language: JavaScript - Size: 1.58 MB - Last synced at: 10 days ago - Pushed at: 30 days ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-base-fill-by

Fill an input ndarray according to a callback function.

Language: JavaScript - Size: 473 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 0 - 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: 12 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

stdlib-js/ndarray-for-each

Invoke a callback function once for each ndarray element.

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

stdlib-js/ndarray-filter-map

Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.

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

afeiship/react-list

List component for react.

Language: TypeScript - Size: 611 KB - Last synced at: 3 days ago - Pushed at: about 2 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: 19 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-map

Apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.

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

T99/iter-over

Sugary iteration utilities and interfaces.

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

ibisbra91/JAVA_SE_recap

Java is a programming language with which we can develop cross-platform software thanks to the JVM (Java Virtual Machine). 🌱 Here I reviewed fundamental characteristics of the language and practiced its bases. I used InteliJ IDEA IDE, JShell, JavaDocs, conditionals, cycles, 1,2,3 and 4-dimensional arrays, I implemented functions, ... 💚🔥

Language: Java - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - 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: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Restlessking/Day--5

Solving problem using over all for loops (for, for in, for of, and for each).

Language: JavaScript - Size: 3.91 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

bell-kevin/chapter12ExerciseProjectCountingCoins

Chapter 12 Exercise Project: Counting Coins. You run a very successful ice cream truck in the summer, with lots of kids paying for ice cream in coins. At the end of the day, you have a large pile of coins. It would be very helpful if you could just count the number of quarters, the number of dimes, the number of nickels, and the number of pennies, enter those counts of each type of coin into a program, and have the program calculate the total worth of all the coins. For this project, you will use an enum named Coin, which specifies the name and the worth of each type of coin. See Fig 12.11a on p. 547 for an example of an enum with additional information. In the driver code, ask the user how many coins are a quarter, how many are a dime, and so on, and calculate the value of that pile of coins. Ask the user what they think the pile of coins is worth. Using the ternary or conditional operator, compare the user's guess to the value of the pile of coins to display either "You are correct" or "You are incorrect". Note that the names of each member of the enum are capitalized, as appropriate for constants. Use a For-Each loop to go through each of the elements of the enum to ask for the number of that type of coin and calculate the worth of those coins. Look at the code on the bottom of p. 548 for an example. Be sure to use proper formatting for currency on those lines displaying money values. Run the project 4 times, with different values for the piles of coins. Two of the guesses need to be correct and 2 incorrect. Take screenshots of the results. Note: This project must have an enum, a For-Each loop, and a ternary or conditional operator. Submission:the specified screenshots and the root folder for the project Pay careful attention to the rubric for this assignment. Note that you must use correct formatting in the code -- appropriate indentation is most important. You can use Shift-Alt-F to have NetBeans automatically format the code correctly. If the formatting is incorrect, it will be returned to you for changes with a grade of zero. Note: You need to submit the whole project for these assignments. In File Explorer, go to the location where you created the project. There will be a folder with the name of your project -- that is the root folder of the project. If you submit the root folder of the project, the instructor can run it on a different machine to grade it. If you don't submit the proper folder, it won't run on another machine, and the assignment will be marked with a zero.

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

mohanrishi/day-7-mrf

this task was API link via .. map reduce filter and for each being get the data and print the data and filter the data sum of data .. and all map reduce filter methods use in this task was successfully completed

Language: JavaScript - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

briwyatt/solar-system

Language: JavaScript - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

prabhakaranthangavel/Adv-JS-Day-6-Spread-Operator-Rest-Pararameters

It contains Spread Operator and Rest Parameter and for methods

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

muskanmi/Javascript_learning

A repository containing Javascript codes for practicing & learning various topics of Javascript continuously for 30 days.

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

VaibhavMojidra/Java---Demo-For-Each

For-each loop is used to iterate through elements of arrays and collections (like ArrayList). It is also known as the enhanced for loop.

Language: Java - Size: 107 KB - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Manimaran-Radhakrishnan/Array-methods-Task

Array Methods

Language: JavaScript - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

iggosha/courseWorkThirdSemAnimals

Курсовая работа по ООП на тему "Животный мир"

Language: Java - Size: 31.3 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: 10 days ago - Pushed at: over 4 years ago - Stars: 35 - Forks: 6

ritskasar/Control-Structure

Control Structure using java programming language covers Decision control structure and Loop Control Structure . . . .

Language: Java - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

mohamedsalahudeen010/B42-Task-7

MRF - Map, Filter, Reduce

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

DrakeAlia/js-slider

Learning how to build an image slider that you can add to any website. Based on John Smilga's js course

Language: CSS - Size: 249 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

DrakeAlia/js-counter

Learning how to create a counter and write conditions that change the color based on positive or negative numbers displayed. Based on John Smilga's js course

Language: CSS - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

DrakeAlia/js-questions

Learning how to create a frequently asked questions page which educates users about a business and drives traffic to the website through organic search results. Based on John Smilga's js course

Language: CSS - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

DrakeAlia/js-menu

Learning how to make a restaurant menu page that filters through the different food menus. This is a fun project that will teach you higher order functions like map, reduce, and filter. Based on John Smilga's js course

Language: JavaScript - Size: 646 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jsdsl/iterator

A collection of classes that allow iteration over a predefined collection of elements.

Language: TypeScript - Size: 213 KB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

KirillEmets/Kotlin-forEachBreakable

Extention function for Iterable that makes it possible to use Break and Continue keywords inside forEach action

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

nazy67/terraform_security_groups

this repository has several versions of security group aws

Language: HCL - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

nazy67/terraform_security_grp_rule

this security group rule repository contains examples of security group rules

Language: HCL - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 2

dtroupe18/IntroToArrays

Intro to Arrays and For Each Loops

Size: 1000 Bytes - Last synced at: 20 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0