Skip to content
View senekit's full-sized avatar
๐Ÿ’™
Only blue
๐Ÿ’™
Only blue

Block or report senekit

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
senekit/README.md

๐Ÿ‘‹ Hi, Iโ€™m @Ruyao Wang

wakatime visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Ruyao Wang"
        self.major = "Software Engineering"
        self.language = ["zh_CN", "en_US"]
        self.dead_pull = 100

    def say_hi(self):
        print("Thank you for your interest.")


me = SoftwareEngineer()
me.say_hi()

๐Ÿ”ง Technologies & Tools

Pinned Loading

  1. Nymeria_dataset Nymeria_dataset Public

    Forked from facebookresearch/nymeria_dataset

    Nymeria: a massive collection of multimodal egocentric daily motion in the wild

    Python