GitHub topics: while
Maalice04/Lista-1-
Aula praticando a linguagem de Python. Professor Enzo Martins, turma Noite.
Language: Python - Size: 9.77 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - 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: 20 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

Yoriih/Atividades-Lista3-while
Professor: Enzo Martins Turma: Técnico em Desenvolvimento de Sistemas - Noite 2025
Language: Python - Size: 14.6 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - 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: 9 days ago - Pushed at: 27 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: 11 days ago - Pushed at: 27 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: 28 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

HowProgrammingWorks/Iteration
Different implementation of iterations as a code abstraction
Language: JavaScript - Size: 118 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 14 - Forks: 121

darcyclarke/sleepover
💤 Sleep, snooze & step methods
Language: JavaScript - Size: 53.7 KB - Last synced at: 21 days ago - Pushed at: 2 months ago - Stars: 18 - Forks: 3

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: 28 days ago - Pushed at: about 2 months 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: 28 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: 28 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: 28 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: 28 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: 6 days ago - Pushed at: about 2 months ago - Stars: 1 - 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/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: 28 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-until
Invoke a function until a test condition is true.
Language: JavaScript - Size: 896 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

shahzodshafizod/ptaskbook-go
Let's Go To Learn Go
Language: Go - Size: 1.66 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

mahshid-khojandi/python-while
Language: Jupyter Notebook - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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-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: 12 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Ramprabhakaran-M/Array-Methods-and-String-methods
This contains array and string methods with examples
Language: HTML - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

maciekt07/SpotifyAdBlock
Adblock+ Now Playing for Spotify (for research purposes only plz dont sue me)
Language: C# - Size: 468 KB - Last synced at: 29 days ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 0

pixselve-school/TLC-projet 📦
A compiler for the While language made in Java
Language: Java - Size: 1.89 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

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: 25 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Moniq2/Lista-IP
Lista de exercícios de Introdução à Programação resolvida.
Language: C - Size: 27.3 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - 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: 7 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

sarjus/Algorithemic-Thinking-with-Python-classroom-exercises
This repository contains classroom exercises provided to students as part of their course, *Algorithmic Thinking with Python*, for first-semester studies under KTU.
Language: Python - Size: 56.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

EuJinnLucaShow/goit-js-hw-01
Educational tasks 📒 JS-HW-01
Language: JavaScript - Size: 11.7 KB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Harrylawal74/Pyramid-Generator
Language: JavaScript - Size: 1000 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Ash914027/php
PHP (Hypertext Preprocessor) is a widely-used open-source server-side scripting language designed primarily for web development.
Language: PHP - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

pmlcrz/aulasphp
Arquivos das aulas de PHP
Language: PHP - Size: 69.3 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

phreppo/hile
Interpreter for the While language
Language: Haskell - Size: 132 KB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

rebecarolinax/selective_process_exercises
This repository is a knowledge library developed during programming logic review classes, with the aim of providing enough knowledge for future selection processes.
Language: C# - Size: 104 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Aribdebugs/USSD-Menu-Project
*Comprehensive bKash Transaction Menu in Python*. This Python script simulates the bKash transaction menu, enabling users to send money, cash out, recharge mobiles, and make payments. Features include checking balance, viewing statements, changing PIN, and accessing help. NOTE : This is just a practice interface, not orignal bkash
Language: Python - Size: 3.91 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

julianacastilloaraujo/Algoritmo-Transposicion
Desorrollo de matriz, se toma la frase y se logra encriptar o desencriptar dependiendo la solicitud del usuario | Desarrollado en python 🐍 | Linea de profundizacion II - UCundinamarca 🇨🇴
Language: Python - Size: 8.79 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 10 - Forks: 4

leansandoval/ElementosDeProgramacion
Ejercicios resueltos en C de la materia Elementos de Programacion (2009).
Language: C - Size: 20.8 MB - Last synced at: 14 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Manvi008/Cpp_Programmiing
A program book of C++ programs,
Language: C++ - Size: 61.5 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

EmanuelPereiraCruz/logicacomJS
Logica de Programação com JavaScript - 👨💻
Language: JavaScript - Size: 230 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Oniloper/php_application
Curso de PHP: criando sua aplicação
Language: PHP - Size: 5.86 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

aldhinya/praktikum
Program C++ Praktikum
Language: C++ - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

CesarSource/Js_Logic_Programming
Lógica de programação: mergulhando em programação com JavaScript
Language: HTML - Size: 1.99 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

kdevo/ise-ti-while0
[Study-related] ISE@FH-Aachen - Theoretische Informatik ("theoretical computer science"): ANTLR example for While0 language
Language: Kotlin - Size: 85.9 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

davidpomerenke/while-syntax-vscode Fork of tobydennison/WHILE-Syntax-Highlighter
VS Code syntax highlighting for the WHILE language.
Size: 1.09 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

bell-kevin/InputValidationProject
Create a project that asks the user for a minimum integer, then a maximum integer, then a value between those two numbers. The program needs to validate that the second number is greater than the first number, and it also needs to validate that the third number is between the first two numbers. Use 3 While loops, which will repeat over and over until the input value meets the criteria. Do not use any IF structures. Do not prompt for the input first, then test it in a While loop (priming the input) – instead, prompt for the data and read it from the scanner inside the loop. To do that, set the values for the 3 variables to something that is clearly invalid (like -1), so that the test in the While loop will always start out true. For example, if a variable named “minimum” is set to -1 when it is declared, then a While loop that tests if the minimum is less than 1 will be true, and the code inside the While loop will execute, which should prompt the user for the value, then read the data from the scanner. Note that there must be a title and your name at the top of the output. The prompts must allow the user to enter input to the right of the same line as the prompt. Note that the same prompt is repeated if the input was invalid. Once a valid number is input, the next prompt asks for new data. Be sure to include the minimum and maximum values in the prompt for the middle value. Echo the values as shown above once valid values have been entered. Take a screenshot of the running program that matches the sample session, and include the code above it. Run the program again and enter different values, with at least one invalid entry in each section, then take a screenshot of the results. Pay careful attention to the rubric for this assignment. Even if not specifically mentioned in the assignment, you are responsible for the following: Use descriptive names for all variables Add comments describing the use or meaning of variables Do NOT include literal values in any calculations, always use variables Always include a header in the output with a descriptive title and your name If asking for input, make sure the user types on the same line as the question Where sample sessions are provided, output from your project must match it 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. Submission: the specified screenshots and the root folder for the project 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: 42 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

1fellype/Algoritmos-em-VISUALG
Lógica de Programação em VISUALG 👨🏻💻
Size: 362 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

arlsurya/While-Alert-Free
Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

LluisetBernal/plm1109-programas
Se trata de una recopilación de los programas creados en la asignatura de Programación I (PLM1109), de la Licenciatura en Matemática, Universidad de El Salvador, durante el ciclo I - 2024
Language: Python - Size: 1.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AnushkaReddy-hub/PythonIntoMIPS
Converted High level Python code faithfully into MIPS
Language: Assembly - Size: 176 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

julianacastilloaraujo/Encriptado
Encriptacion de palabra ingresada en lenguaje python 🐍 | Reconocimiento del abecedario, mayusculas y minusculas | Linea de Profundizacion II 🇨🇴
Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

julianacastilloaraujo/Desencriptar
Desencriptar texto ingresado por mi usuario | Desarrollo en python 🐍 | Linea de profundizacion II | UCundinamarca 🇨🇴
Language: Python - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

julianacastilloaraujo/Algoritmo-de-dijkstra
Dijkstra desarrollado en python 🐍 uso de sentencias #while #if y de #distances 👩💻 | Inteligencia Artificial IIPA 2023 U.Cundinamarca 🇨🇴
Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

EARES/For-While-algorithms
For-While
Language: C++ - Size: 668 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

IvonneBenitesRodriguez/ds_array_challenge
DS challenge
Language: JavaScript - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AnnaMihailovna/countdown-timer
Программа создания таймера обратного отсчета
Language: Python - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - 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

AndreFviana/ExerciciosUsandoForWhileCondicionais
Aqui mostro como resolvi problemas da vida real através das ferramentas em Python como: Condicionais, operadores lógicos, funções, laço for, laço while...
Language: Python - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

felixbd/while
Parser and interpreter for the While programming language (in haskell)
Language: Haskell - Size: 90.8 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

tyszkiewiczkonopka/sup_java_1.1
Guess Number game
Language: Java - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

julianacastilloaraujo/Algoritmo-Busqueda-Profunda
Busqueda profunda desarrollado en python 🐍 con ejemplo de ejercicio de la clase 👩💻 uso de sentencias #append #add #while #if | Inteligencia Artificial IIPA 2023 U.Cundinamarca 🇨🇴
Language: Python - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

RafaelDevProjects/Python
Repositório em Pythom com exercícios e funcionalidades
Language: Python - Size: 32.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

CoMike01/Actividad-_-Trabajo-Fuera-de-Clase-_-Unidad-1-2-y-3
Ejercicios correspondientes a la materia PW2
Language: HTML - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MartinezMariaE/Python-Para-Principiantes-
Para la materia de Paradigmas de Programación de la Universidad Metropolitana Para la Educación y el Trabajo(UMET), Cátedra LI0010 - Comisión A. Dictada por la Ing. en Sist. Antonieta Kuz
Language: Python - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Nanda-93/JS-Loop-And-Math-method
JS Loop and Math function
Language: JavaScript - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

prabhakaranthangavel/Java-script-Day-1-Loops-Date-Mach-methods
It contains while and do while loops and also Javascript math & methods with examples.
Language: JavaScript - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

bobo4aces/01.SoftUni-ProgrammingBasics
Programming Basics
Language: C# - Size: 29.6 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

nihar-max/hangman
Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other(s) tries to guess it by suggesting letters within a certain number of guesses. In this given project we created a list in which consists of all the popular Hollywood actors and our task is to guess that actor name letter by letter, where we have only 6 chances. So our task is to create this game with help of simple python programming with help of Loops, List etc. etc.
Language: Python - Size: 304 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

rochaktamang/practiseProject
Basic Code
Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

DanielPetelin/Cycle_tasks_while
while loop
Language: JavaScript - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

NandaPriya/Array-method-And-String-Method
This contains array and string method with example
Language: HTML - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

JenishaAK1997/Array-Methods-and-String-Methods
This contains array and string methods with exmples
Language: HTML - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

informaticaort/3ro-taller-de-programacion
Repositorio de la materia Taller de Programación 1, correspondiente al tercer año de la orientación
Language: C# - Size: 732 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Dhari2920/Math-methods
This contains math methods
Language: HTML - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

gopi1018/array-and-string
this contaim array and string methods with examples
Language: HTML - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Pandiaraj-22/Array-Method-and-String-Method
This contains array and strings methods with example
Language: HTML - Size: 1000 Bytes - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

lazzieeCoder/Js-loops-and-math-methods
This repo contains JS while and do while loops , Math methods
Language: JavaScript - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

basvreeken/HonestCalculator
A calculator build on flowchart specifications.
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

guipo-r/US-states-game
[Python] Guess the states from the US and see where they are located in the map.
Language: Python - Size: 41 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

han-dann/basic-while-loop-python
This GitHub repository provides a While Loop application implemented in Python. The application demonstrates the versatility and power of the while loop construct in Python programming.
Language: Python - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

therealdreg/dregs-flex-bison-example Fork of Kokan/flex-bison-example
(Dreg's fork) A compiler and interpreter of a toy language. Using C++, Flex and Bison. "While language"
Language: C++ - Size: 824 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 1

paulosjdr/algoritmoI
Professor Rodrigo 2023/1
Language: C - Size: 27.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

paulosjdr/C-while_for
aula_25_05_23
Language: C - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Eyantra698Sumanto/Basic-C-Programs
This Repository contains basic programs in C programming language
Language: C - Size: 629 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

dadou-steven/s_amuser_avec_java
Les exercices de routine | Multiplication matricielle | Tests exhaustifs ou aléatoires - Tests systématiques | Tests unitaires - Tests d'intégration - Tests de régression automatisées | Tests en boite noire - Tests en boite de verre
Language: Java - Size: 4.81 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

dainank/number-guessing 📦
A very simple number guessing game.
Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Martin-Med/promedio
Código JAVA que da el promedio de cualquier conjunto de valores utilizando la estructura repetitiva "While".
Language: Java - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

EdimaraArcanjo/SAP009-data-lovers Fork of florahaus/SAP009-data-lovers
Meu segundo projeto no Bootcamp da Laboratória. Página web responsiva em diferentes formatos de tela, para visualizar um conjunto (set) de dados que se adequasse às necessidades de seu usuário, permitindo a ele visualizar dados, filtrá-los, ordená-los e fazer algum cálculo agregado.
Language: JavaScript - Size: 10.2 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years 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: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

VaibhavMojidra/Java---Demo-While-Loop
While loop is used to iterate a part of the program repeatedly until the specified Boolean condition is true. As soon as the Boolean condition becomes false, the loop automatically stops.
Language: Java - Size: 158 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

VaibhavMojidra/Java---Demo-Do-While-Loop
Do-while loop is used to iterate a part of the program repeatedly, until the specified condition is true. If the number of iteration is not fixed and you must have to execute the loop at least once, it is recommended to use a do-while loop.
Language: Java - Size: 43 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Samuel-045/Clube-Boah
Sistema de login simples em Python, utilizando funções e laços de repetições.
Language: Python - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

alexj136/HWhile
An interpreter for the While language written in Haskell
Language: Haskell - Size: 194 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 14 - Forks: 0

SuelenGarcia/bank_dart_application
A simple banking app made only in Dart. It contains validations and inputs. Aplicativo de banco simples feito somente em Dart. Fui fazendo conforme fui aprendendo :)
Language: Dart - Size: 52.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

AlianeAmaral/JAVA_estruturas_repetitivas
Exercícios de Estruturas Repetitivas em JAVA. Realizados com base no conteúdo do curso de JAVA Programação Orientada a Objetos, Prof. Nélio Alves.
Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

seanpm2001/SNU_2D_ProgrammingTools_IDE_While
⌨️ The While Programming language IDE submodule for SNU Programming Tools (2D Mode)
Language: HTML - Size: 803 KB - Last synced at: about 15 hours ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

seanpm2001/Learn-While
📚️ A repository for showcasing my knowledge of the While programming language, and continuing to learn the language.
Language: HTML - Size: 792 KB - Last synced at: about 15 hours ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

agzsoftsi/holbertonschool-low_level_programming
This Repository contains the Projects for Low Level programming using C language and all curriculum of the Holberton's Foundations for this topic.
Language: C - Size: 2.89 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 2

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

MrSampaio/JAVA_VS
Alguns programinhas de cálculo simples que fiz pra treinar laços de repetição.
Language: Java - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
