Skip to content
View Shaun420's full-sized avatar
πŸ’Ÿ
uwu
πŸ’Ÿ
uwu

Highlights

  • Pro

Block or report Shaun420

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
Shaun420/README.md

Hi there πŸ‘‹ I'm Shaunak


Shaun420's Stats Shaun420's Top Languages

  • πŸ”­ I’m currently working on my new website design.
  • 🌱 I’m currently in Second Year of college studying Computer Engineering.
  • πŸ€” I’m learning about Data Structures and Algorithms.
  • πŸ’¬ Ask me about Frontend Development, Backend Development, Python Language, C/C++ Language.
  • πŸ“« How to reach me:
  • πŸ˜„ Pronouns: Any

🌐 Connect with Me

Email LinkedIn Instagram Reddit

Fun Websites:

Pinned Loading

  1. csharp-first-project csharp-first-project Public

    My solution to a challenge project in C# course of freeCodeCamp and Microsoft

    C#

  2. hackerrank hackerrank Public

    HackerRank problems

    Python

  3. minesweeper-fyne-golang minesweeper-fyne-golang Public

    Basic implementation of Minesweeper game with UI in Go using Fyne

    Go

  4. minesweeper-js minesweeper-js Public

    Minesweeper app created using Javascript only.

    JavaScript

  5. c-test c-test Public

    C (and some c++) Programs

    C

  6. Returns the time passed since an uni... Returns the time passed since an unix timestamp as a formatted string.
    1
    import time, math
    2
    
                  
    3
    # Sample timestamp to test.
    4
    dTs = 1610033721
    5