Skip to content
View popshia's full-sized avatar
🌞
Stay hungry, stay foolish.
🌞
Stay hungry, stay foolish.
Block or Report

Block or report popshia

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
popshia/README.md
class AboutMe:
    def __init__(self):
        self.name = "Noah Lin"
        self.role = "Software Engineer"
        self.company = "C-Link"
        self.language_spoken = ["zh_TW", "en_US"]
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

me = AboutMe()
me.say_hi()

Pinned

  1. nvim nvim Public template

    my neovim setup using lua, alwayes a work in progress.

    Lua

  2. dotfiles dotfiles Public

    my dotfiles.

    Python

  3. yolov7h yolov7h Public

    Oriented Vehicle Detection in Aerial Images Based on YOLOv7(obb).

    Python

  4. PL-Project PL-Project Public

    a simple C interpreter.

    C++