@Toka-Zakaria
  • Stars
    star
    13
  • Global Rank 833,735 (Top 29 %)
  • Followers 10
  • Following 1
  • Registered almost 4 years ago
  • Most used languages
    C
    80.0 %
    MATLAB
    20.0 %
  • Location πŸ‡ͺπŸ‡¬ Egypt
  • Country Total Rank 1,909
  • Country Ranking
    C
    56
    MATLAB
    158

Top repositories

1

ARM_Drivers_AUTOSAR_Based

C
8
star
2

Motor_Controlling

A small project to control the speed of DC motor using Pulse width modulation mode in Timers controlling its duty cycle by potentiometer which used also to act like input sensor to ADC and present its result on LCD. in additional to push button which switch the direction of rotation of DC motor however his speed was. This project was implemented based on ATmega16, Eclipse, and Proteus for simulation. Drivers used to implement this project: Timer, ADC, LCD, and external interrupt
C
2
star
3

Amplitude_Modulation

MATLAB
1
star
4

Simple_Calculator

A simple calculator responsible to do four basic operations (addition, subtraction, multiplication, and reminder) on two or more than two operands each operand consists of one digit or more
C
1
star
5

DataBase_of_Bank

Project based on linked-list in C language programming which have a list of customers in a bank their names, IDs and their salary. This program allows the user to select one choice of the following choices: 1-Create new customer in the bank: *this choice will allow you to enter your name and your ID, it will prevent you to complete the action if you entered an ID for another user. 2-Edit data of an customer: *this choice will allow you by entering your ID to edit your name your ID , your salary, it will prevent you to complete the action if you entered an ID for another user. 3-Delete your data from the bank: *this choice will allow you by entering your ID to delete your data in the bank, it will prevent you to complete the action if you entered wrong ID not in the bank. 4-Move money from customer to another customer: *this choice will allows you to move money from customer to another customer by entering the IDs of the two customers and enter the value of the money, it will prevent you to complete the action if you entered wrong IDs not in the bank for the two customer, and if the value of the money not enough to share from customer to another. 5-Show data of certain customer: *this choice allows you by entering the ID of a customer to show the data of the selected ID. 6-Exit: *this choice allows you to end the program.
C
1
star