Skip to content
View sajidshahriar72543's full-sized avatar
:electron:
left in the dust
:electron:
left in the dust

Organizations

@PixelOS-Devices
Block or Report

Block or report sajidshahriar72543

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

Hi! I am Sajid

A bachelor student at Rajshahi University of Engineering and Technology, in Electrical and Computer Engineering.

class AboutMe:
    def __init__(self):
        self.pronouns = ["he", "him"]
        self.code = ["C", "C++", "Dart", "Python", "Bash", "Java"]
        self.front_end = ["Flutter"]
        self.back_end = ["Firestore", "Firebase"]
        self.mobile = ["Android"]
        self.current_occupation = ["4th year student", "open for part-time job opportunities [remote]"]
        self.on_going_projects = ["PixelOS-AOSP", "FusionOS"]
        self.challenge = "working on myself to become better everyday"

    def display_info(self):
        print(f"Pronouns: {', '.join(self.pronouns)}")
        print(f"Code: {', '.join(self.code)}")
        print("Technologies:")
        print(f"   FrontEnd: {', '.join(self.front_end)}")
        print(f"   BackEnd: {', '.join(self.back_end)}")
        print(f"   Mobile: {', '.join(self.mobile)}")
        print(f"Current Occupation: {', '.join(self.current_occupation)}")
        print(f"On Going Projects: {', '.join(self.on_going_projects)}")
        print(f"Challenge: {self.challenge}")

about_me = AboutMe()
about_me.display_info()

Pinned

  1. Flutter_ci Flutter_ci Public

    Dart 3 4

  2. Noob-scripts Noob-scripts Public

    My own wrote scripts to speedup things. cause I'm lazy af. :D

    Shell 1 1

  3. code_snippets code_snippets Public

    Collection of some vscode snippets I use often

  4. ML-helper-snippets ML-helper-snippets Public

    Some machine learning snippets for personal use. Contributions are welcomed <3