if-else
There are 516 repositories under if-else topic.
skydoves/WhatIf
☔ Fluent syntactic sugar to handle single if-else statements, nullable, collections, and booleans for Kotlin and KMP.
naman03malhotra/match-rules
A tiny 1kB zero dependency JavaScript utility that lets you write your conditional business logic in a declarative way (React like).
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.
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
julianacastilloaraujo/Algoritmo-Transposicion
Desarrollo 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 🇨🇴
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
👩💻 • Repositório back-end com os conteúdos de Algoritmos e Lógica de Programação, utilizando o Visual Studio e a linguagem CSharp como ferramentas 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.
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++
Gabbszzz/Liguagem-C
Aplicando lógica de programação na linguagem C
hsturkyilmaz/javascript-101
Frontend Development stajım kapsamında hazırlamış olduğum JavaScript kod örnekleridir.
julianacastilloaraujo/Desencriptar
Desencriptar texto ingresado por mi usuario | Desarrollo en python 🐍 | Linea de profundizacion II | UCundinamarca 🇨🇴
julianacastilloaraujo/Encriptado
Encriptacion de palabra ingresada en lenguaje python 🐍 | Reconocimiento del abecedario, mayusculas y minusculas | Linea de Profundizacion II 🇨🇴
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
BilalGns/C-Examples
C language examples
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.
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 🏆.
julianacastilloaraujo/Atbash
Encriptacion de palabra ingresada y palabra original en python 🐍 | Reconocimiento del abecedario, mayusculas y minusculas pero esta vez con enfoque hacia el algoritmo "Atbash"| Linea de Profundizacion II 🇨🇴
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`.