yaseenyounus
DevOps/SRE/Platform/Cloud | ex-AWS ☁️
Repositories
Select a repository to view its commits, contributors, and more.less-than-ten
This Python program takes integers from the user and stores them in a list. Then the program asks the user for an integer which is used to print a new list that contains all the numbers from the original list that are less than the integer.
num-guessing-game
This Python code is a guessing game where the user has to guess the random number that the computer generated between 1 and 100
word-game
This is a Python word game where the user has to guess the word
excel-export-enhanced
E3 is a tool that parses and cleans up Excel sheets, then re-exports them as new Excel sheets and Word docs.
yaseen.tech
Personal site & tech blog - https://yaseen.tech
random-overlap
This Python program generates two random lists of integers and then outputs the common elements.
guessing-game
This Java code is a guessing game where the user has to guess the random number between 1 and 20. This code also tells the user if they are getting warmer or colder with every input.
zoom-poll-builder
leetcode
Solutions to LeetCode Challenges
divisors
In this Python program, the user enters a number and the program outputs all of the divisors for that number
go-guessing-game
Number guessing game made with Go
decimal-to-binary
This Java program converts a decimal number to a binary number