Skip to content
View InputBlackBoxOutput's full-sized avatar
๐Ÿฎ
๐Ÿฎ

Highlights

  • Pro
Block or Report

Block or report InputBlackBoxOutput

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Hello !

My name is Rutuparn Pawar. In my leisure time, I collaborate with engineers from open-source communities & students from universities to research, build and deploy solutions for complex engineering problems.

Thank you for taking the time to view my GitHub profile :-). Connect with me via email at rutuparn.pawar@outlook.com and please feel free to visit my website to learn more about me.


โš ๏ธ CAUTION: Programming joke coming up!
// The source code of my life 
while(alive) {
   eat();
   //sleep();
   study();
   design();
   code();
}

Hits

Pinned

  1. Byte-Computer Byte-Computer Public

    ASIC design for an minimalist 8 bit computer

    Verilog 1

  2. Catch-The-Egg-FPGA Catch-The-Egg-FPGA Public

    Implementation of the Catch-The-Egg game on a FPGA

    Verilog

  3. Redstone-HDL Redstone-HDL Public

    Verilog HDL --> Minecraft redstone circuit

    HTML

  4. Redstone-HDL-Engine Redstone-HDL-Engine Public

    Verilog HDL --> Minecraft redstone circuit

    Python 12 1

  5. Bicopter Bicopter Public

    Design files for a PCB Bicopter

    C++

  6. Rock-Paper-Scissors Rock-Paper-Scissors Public

    Play Rock Paper Scissors with a computer using the magic of Computer Vision and Deep Learning

    JavaScript