Skip to content
View piyushgoyal1620's full-sized avatar
💭
Available
💭
Available
  • GECBH
  • Bharatpur, Rajasthan
Block or Report

Block or report piyushgoyal1620

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
piyushgoyal1620/README.md
  • 👋 Hi, I’m Piyush
  • 👀 I’m interested in learning new technologies
  • 🌱 I’m currently Employee of Infosys
  • 💞️ I’m looking to collaborate on new projects and mind swing challenges

Pinned Loading

  1. HacktoberFest2021 HacktoberFest2021 Public

    Repo for HacktoberFest 2021, either its you first time using Github, first PR or a professional, aim is to help everyone to contibute and get the perk of contibution [Free Tshirt and Stickers].

    Python 5 43

  2. Face-movement-detector Face-movement-detector Public

    Python 3

  3. Python Python Public

    My python programs

    Python 3 1

  4. Whatsapp-bulk-message Whatsapp-bulk-message Public

    Python 3

  5. Tic Tac Toe Tic Tac Toe
    1
    # Tic Tac Toe
    2
    import random
    3
    try:
    4
        input = raw_input
    5
    except NameError:
  6. breshanman's line drawing algorithm breshanman's line drawing algorithm
    1
    #include<conio.h>
    2
    #include<stdlib.h>
    3
    #include<math.h>
    4
    #include<stdio.h>
    5
    #include<graphics.h>