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

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

  • πŸ”­ I’m currently working on my new website design.
  • 🌱 I’m currently in First 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

Fun Websites:

Pinned

  1. shaun420-website shaun420-website Public

    Source code of shaun420 website. Hopefully someone finds this useful.

    CSS 2

  2. c-test c-test Public

    C (and some c++) Programs

    C

  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. OAuth2-Discord-Connect OAuth2-Discord-Connect Public

    Sample code for connecting and authorizing your website with Discord using Discord API.

    PHP 1

  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