if-else
There are 619 repositories under if-else topic.
skydoves/WhatIf
☔ Fluent syntactic sugar to handle single if-else statements, nullable, collections, and booleans for Kotlin and KMP.
jonschlinkert/whence
Add context awareness to your apps and frameworks by safely evaluating user-defined conditional expressions. Useful for evaluating expressions in config files, prompts, key bindings, completions, templates, and many other user cases.
naman03malhotra/match-rules
A tiny 1kB zero dependency JavaScript utility that lets you write your conditional business logic in a declarative way (React like).
iluoxuan/ocean-swak
业务多实现框架-参考swak ppt实现
aayushyadavz/JavaScript-Full-Notes
Basically in this repo you will find the Javascript topic wise codes with notes on every line of code. Beginner friendly JS notes, you can learn, revise e.t.c.
Cezarj59/Decodificador_de_Texto
Um Decodificador de texto desenvolvido com Java Script, HTML5 e CSS que criptografa e descriptografa, mensagens digitadas.
adityamangal1/C-Programming
C programming example codes.
damaera/react-control-statements
Neater control statements (if/for) for react, as a component
AkshayGogeri/If-Else-Compiler-in-C
Simulation of front end phase of C Compiler involving if-else construct using lex and yacc tools.
juletopi/Algoritmos_e_Logica_de_Programacao
Conteúdos de Algoritmos e Lógica de Programação utilizando CSharp .NET como ferramenta de aprendizado.
infotechprogrammer/data-structure-in-java
Problems of Data Structure from basics are covered here for interview preparation and logic building. Basic programming problems and so many interview based leetcode problems are present. Every program is written to solve problem in as optimized way as possible.
jmcamposdev/Java-Book-Exercises
📚 Welcome to the ☕️ code exercise repository for the Paraninfo Programming book by Alfonso Jiménez Martín and Francisco Manuel Pérez Montes (ed. Paraninfo)! 👨💻 Improve your coding skills with carefully written and commented exercises 📝, ranging from simple to complex.
thecodrr/WhatIfJS
WhatIf is an extremely simple and easy to use JavaScript extension for expressing a single if-else statement anywhere, anytime.
tungv/brn
Functional flow control
madahetooo/JavaLanguageFullProject
This is a Full Project contains Almost the java programming language concepts
alitahir4024/Tic-Tac-Toe-Game
Tic Tac Toe game is fully functional game developed by using pure jQuery.
yuki-961004/binaryRL
R package for building reinforcement learning (RL) models specifically tailored for Two-Alternative Forced Choice (TAFC) tasks
Hafiz-Sakib/PUC-ICS-Tasks
Premier University,Chittagong.ICS Course
oguzhanKomcu/CSharp__Fundamentals
I share my work on C#.
sidharthjuyal/basic-cpp
some basic concepts of C++
BilalGns/C-Examples
C language examples
G-Mustafa1/Tic-Tac-Toe-Game
Created a Tic-Tac-Toe game using HTML, CSS, and JavaScript that is both classic and interactive 🎮. The game is played on a 3x3 grid where two players (one as "X" and the other as "O") take turns trying to align three of their symbols horizontally, vertically, or diagonally 🏆.
Gabbszzz/Liguagem-C
Aplicando lógica de programação na linguagem C
rafaelmoura23/JAVA-DEVTarde
Repository destined to exercises and project about java and your applications
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.
xaoccc/python
python_training
cihat-kose/java-practice-lab
A comprehensive Java practice repository covering essential and advanced topics. Ideal for students and developers to enhance their Java skills through practical exercises focusing on data types, control statements, OOP concepts, and collections.
Kharukulavat/ITS100-Introduction-to-Computers-and-Programming-Course-Lab-Exercises
All weekly lab exercises & homework in ITS100 Introduction to Computers and Programming Course
M-F-Tushar/CSE-1101-Structured-Programming-Language
All programming problems from the course lecture. (Structured programming language in C)
MohammadRezaei5/Portable-Box
Have you ever moved a box with the keyboard?
OvidijusParsiunas/condition-inverter
Invert conditions for all modern programming languages and frameworks :twisted_rightwards_arrows:
stdlib-js/utils-async-if-else
If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
stdlib-js/utils-if-then
If a condition is truthy, invoke `x`; otherwise, invoke `y`.