Projects

Here are some selected projects I have done over the course of my undergraduate studies.

Line Encoding using Python

  • October 2018 – October 2018
  • Implemented Line coding encoder and scrabler with digital data generator.
    • Digital Data Generator generates completely Random data sequence.
    • Line coding schemes Implemented: NRZ-L, NRZ-I, Manchester, Diffrential Manchester, AMI.
    • Scrmabling schemes Implemented: B8ZS, HDB3.

TEXT EDITOR

  • August 2018 – August 2018
  • Designed Text Editor using Two Stacks.
  • Applied C++ Object-Oriented Programming and STL Concepts.

Video Tutorial Website

  • Augest 2017 - September 2017
  • Developed front-end of a Video tutorial website that contains various Videos and Blogs of CS/IT subjects.
  • Used Basic HTML, CSS for front-end development.

C++ Simple Snake Game