Pinned Repositories
-Log-Files
Conways-Game-of-Life
Conway’s Game of Life is an example of cellular automata: a set of rules governing the behavior of a field made up of discrete cells.
Insharamin12
Multi-Clipboard-Automatic-Messages
A simple multi-clipboard program written in Python.
Rock-Paper-Scissors-Game
A simple Rock, Paper, Scissors game built using JavaScript
Sleep-Debt-Calculator
Slot-Machine
A slot machine project build with pure Javascript
Sudoku-Solver
In this project, we will learn about classes and objects by building a sudoku puzzle solver.
Tic-Tac-Toe-Game
This program is a simple implementation of a tic-tac-toe game in Python. Players take turns marking positions on a 3 by 3 board with Xs and Os
TinyDev
Blog website built using Django
Insharamin12's Repositories
Insharamin12/Rock-Paper-Scissors-Game
A simple Rock, Paper, Scissors game built using JavaScript
Insharamin12/Insharamin12
Insharamin12/Multi-Clipboard-Automatic-Messages
A simple multi-clipboard program written in Python.
Insharamin12/Sudoku-Solver
In this project, we will learn about classes and objects by building a sudoku puzzle solver.
Insharamin12/-Log-Files
Insharamin12/Conways-Game-of-Life
Conway’s Game of Life is an example of cellular automata: a set of rules governing the behavior of a field made up of discrete cells.
Insharamin12/Recursion--Tower-of-Hanoi
Insharamin12/TinyDev
Blog website built using Django
Insharamin12/Adding-Bullets-to-Wiki-Markup
Insharamin12/Arithmetic-Formatter
Insharamin12/Assesments
Using Python to Interact with the Operating System
Insharamin12/Binary-Search-Tree
In this project, we'll learn how to construct our own BST and perform an in-order traversal. We'll also learn key operations like insertion, search, and deletion.
Insharamin12/Collatz-Sequence
Insharamin12/Date-Detection
A regular expression that can detect dates in the DD/MM/YYYY format.
Insharamin12/Dictionary-Projects
Insharamin12/Guess_the_num
This is a guess the number game
Insharamin12/it-cert-automation-practice
Google IT Automation with Python Professional Certificate - Practice files
Insharamin12/List-Programs
We write a program to find out how often a streak of six heads or a streak of six tails comes up in a randomly generated list of heads and tails.
Insharamin12/LittleLemon
Insharamin12/Merge-sort-Algorithm
In this project, we'll learn how to interact with data structures by sorting a list of random numbers using the Merge Sort Algorithm.
Insharamin12/Meta-Front-End-Developer-PC-m3l2_forking_lab
The link in the Coursera lesson doesn't work so I'll make my own...
Insharamin12/Multiplication-Quiz
A program that poses 10 multiplication problems to the user, where the valid input is the problem’s correct answer.
Insharamin12/Ordering-System
Insharamin12/parsl
Parsl - a Python parallel scripting library
Insharamin12/Pattern-Extractor
Phone Number and Email Address Extractor using regex
Insharamin12/Pig-Latin
If a word begins with a vowel, the word yay is added to the end of it. If a word begins with a consonant or consonant cluster (like ch or gr), that consonant or cluster is moved to the end of the word followed by ay.
Insharamin12/Restaurant-Website
Insharamin12/Rock-Paper-Scissors
Insharamin12/Solidity-
This repositories stores my smart contract creation practices using solidity.
Insharamin12/Strong-Password-Detection
A function that uses regular expressions to make sure the password string it is passed is strong.