while
There are 163 repositories under while topic.
darcyclarke/sleepover
💤 Sleep, snooze & step methods
alexj136/HWhile
An interpreter for the While language written in Haskell
HowProgrammingWorks/Iteration
Different implementation of iterations as a code abstraction
maciekt07/SpotifyAdBlock
Adblock+ Now Playing for Spotify (for research purposes only plz dont sue me)
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.
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.
therealdreg/dregs-flex-bison-example
(Dreg's fork) A compiler and interpreter of a toy language. Using C++, Flex and Bison. "While language"
celalaksu/Python-Programlama-Kursu
Python Programlama Eğitimi ( Programming in Python )
Gabbszzz/Liguagem-C
Aplicando lógica de programação na linguagem C
sakshidgoel/Python-Compiler
All phases of a compiler for Python Language have been implemented using C language. The constructs 'if-else' and 'while' have been handled.
pixselve-school/TLC-projet
A compiler for the While language made in Java
sebinsua/then-while
Call an (a)sync function until an (a)sync predicate returns false.
bosecodes/CP-by-bosecodes
A comprehensive list of question and solutions of typical problems that typically form the first step of getting into core programming.
davidpomerenke/while-syntax-vscode
VS Code syntax highlighting for the WHILE language.
EuJinnLucaShow/goit-js-hw-01
Educational tasks 📒 JS-HW-01
MehmetAsimSEZER/CS_Fundamentals
Basic Loops Examples, Functions Examples
phreppo/hile
Interpreter for the While language
seanpm2001/Learn-While
📚️ A repository for showcasing my knowledge of the While programming language, and continuing to learn the language.
seanpm2001/SNU_2D_ProgrammingTools_IDE_While
⌨️ The While Programming language IDE submodule for SNU Programming Tools (2D Mode)
Senabakacak/CsharpFundamentals
I shared my work in c#.
SnakPe/Whi-L
An Interpreter for the while language
stdlib-js/utils-async-do-until
Invoke a function until a test condition is true.
stdlib-js/utils-async-do-while
Invoke a function while a test condition is true.
stdlib-js/utils-async-until
Invoke a function until a test condition is true.
stdlib-js/utils-async-while
Invoke a function while a test condition is true.
AnnaMihailovna/countdown-timer
Программа создания таймера обратного отсчета
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
Gabikonig/Programa-While-ATP
Esse repositório apresenta um programa com 8 problemas que foram solucionados com o uso do comando "while" em linguagem C#. Tal solução é referente a lista de exercícios da matéria de "Algoritmos e Técnicas de Programação", do curso de Sistemas de Informação da PUC-MG e foi realizado durante primeiro período do referido curso.
Gabriel-Lucena/csharp
Atividades do curso de C#.
gabrielarodriguesdados/projetos_fundamentos_python
Projetos aulas práticas em Python e Laboratórios
Martin-Med/promedio
Código JAVA que da el promedio de cualquier conjunto de valores utilizando la estructura repetitiva "While".
ritskasar/Control-Structure
Control Structure using java programming language covers Decision control structure and Loop Control Structure . . . .
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.
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.
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.
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 :)