MariamAtef226
Hello World! I'm Mariam. I code for fun, until I can't find that one hidden bug in a 3324-line code 🤬
Alexandria University | Faculty of Engineering | CCEAlexandria, Egypt
Pinned Repositories
audio-equalizer
Development of an audio equalizer using MATLAB. One common Audio equalizer is the winamp program. The equalizer function is to vary the gain of each specific band as the user prefers. [ i.e., if the user likes base, he will increase the gain of low frequencies].
binge-watcher-test
A simple quiz app using React.js. This solo project is the final project for Bob Ziroll's 'Learn React' course on Scrimba.
chic-chick
This is a simple simulation for an online women wear store using React.js. It was a part of the final project for ITI summer internship for 2022.
CodeAlpha_Background_Generator
Background Generator is a simple React.js web app that generates the css rule for backgrounds whether it was plain colors or a gradient.
CodeAlpha_Landing_Page
A static landing page for an imaginary beauty blog using Bondi design scheme. The page is responsive on all devices.
House-Wallet
A web-based application that helps users to manage their household budgets effectively where it provides users with the ability to track their expenses, set budgets, and monitor their spending habits.
Lottery-Predict
A Matlab application that predicts your chances to win a certain lottery game based on the rules of the game you enter. It was an application for the usage of discrete random variables in our real life. Final project for probability and statistics course.
phonebook
A simple implementation for a text-file based phonebook system using C programming language. The application loads a text-file that has previously-stored-records of a phonebook and applies on it any of the following operations (search, add, delete, sort, modify a contact, save changes).
shannon-channel-capacity-theorem
A simulation for the bandwidth-power tradeoff plot using Shannon's Channel Capacity Theorem. The Simulation is applied for the following 3 types of modulation: M'ary PSK, M'ary QAM and M'ary FSK.
tenzies
A dynamic interactive webgame using React.js. The project is a part of Bob Ziroll's 'Learn React' course on Scrimba. I've built the code on my own from scratch before watching the videos, then used the videos as a reference for rating my work. Also, I've added extra features,
MariamAtef226's Repositories
MariamAtef226/shannon-channel-capacity-theorem
A simulation for the bandwidth-power tradeoff plot using Shannon's Channel Capacity Theorem. The Simulation is applied for the following 3 types of modulation: M'ary PSK, M'ary QAM and M'ary FSK.
MariamAtef226/what-is-your-age
An online accurate age calculator, to which you enter your detailed date of birth (including year, month, day, hour, minute and second if you wish). Afterwards, it'll display to you a very accurate age of yours (also in year, month, day, hour, minute and second).
MariamAtef226/Lottery-Predict
A Matlab application that predicts your chances to win a certain lottery game based on the rules of the game you enter. It was an application for the usage of discrete random variables in our real life. Final project for probability and statistics course.
MariamAtef226/phonebook
A simple implementation for a text-file based phonebook system using C programming language. The application loads a text-file that has previously-stored-records of a phonebook and applies on it any of the following operations (search, add, delete, sort, modify a contact, save changes).
MariamAtef226/Ducktionary
A Python desktop application or an offline english dictionary. Useful in case of lack of internet connection for people who are studying English or reading a book & have met a word they're unfamiliar with and would like to know its meaning (defintion). The user would enter the meant word, and the application would display its english definition.
MariamAtef226/SmartHouse
A simulation for a smart house that has included several functions such as: fire detection, temperature & humidity measurment, light adjustment based on external lighting, mobile application contol, ...etc. The repository contains the arduino codes implemented in this project.
MariamAtef226/Words-Validator
Based on a loaded text file for a dictionary, the C program checks if an entered set of words is spelled correctly or not. If not, a set of suggestions is given to the user to indicate alternatives. It was a final project for data structures 1 course. The algorithm is mainly based on Trees data structure.
MariamAtef226/packet-transmission-control
An 8086 assembly project: Consider the maximum capacity of a network is 128 packets. The user starts his packets transmission by 1 packet. Then he/she increases the number of packets according to some rules.
MariamAtef226/tic-tac-toe
A simple tic-tac-toe web game, where player faces the computer. The computer makes random choices during the game (not AI based).
MariamAtef226/Matrix-Solving-Techinques-Using-Matlab
Project on using MATLAB to solve matrices using various techniques like Gaussian elimination and LU decomposition, for real-world problems. Matrix solving is important in various fields, and this project will help deepen understanding and apply MATLAB to solve matrices.