Skip to content
View NoCLin's full-sized avatar
๐Ÿ‘จโ€๐Ÿ’ป
hard working
๐Ÿ‘จโ€๐Ÿ’ป
hard working

Organizations

@NCUTEA @homeinfra-org
Block or Report

Block or report NoCLin

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

Hello๐Ÿ‘‹

class Junlin(dict):
    def __init__(self, *args, **kwargs):
        super(Junlin, self).__init__(*args, **kwargs)
        self.__dict__ = self
        domain = "".join([c + ('.' if i == 3 else '') for i, c in enumerate(self.first_name)])
        self.website = "https://" + self.last_name + "." + domain  # https://Liu.Junl.in
        self.email = self.last_name + "@" + domain                 # [email protected]


if __name__ == '__main__':
    me = Junlin(
        last_name="Liu",
        first_name="Junlin",
        educations=[["Zhejiang University", "Master", "Software Engineering"]],
        hobbies=[i for i in "๐Ÿ’ป๐Ÿƒ๐Ÿ“ท๐Ÿธ๐ŸŽฎ๐Ÿค–"],
    )

    print(me)

Statistics

Stats Lang

Useful Resources

Mirrors

Pinned

  1. gpt-engineer-org/gpt-engineer gpt-engineer-org/gpt-engineer Public

    Specify what you want it to build, the AI asks for clarification, and then builds it.

    Python 50.7k 6.6k

  2. homeinfra-org/infra homeinfra-org/infra Public

    Homeinfra offers a strong, dependable, and easily replicable configuration for your homelab, incorporating vital elements like HTTPS, NAT traversal, Security, CI/CD pipelines, Cronjobs, DDNS, Dockeโ€ฆ

    Shell 196 7

  3. LightMirrors LightMirrors Public

    LightMirrors is a lightweight mirror server with caching capabilities that currently supports DockerHub, PyPI, PyTorch, and NPM.

    Python 183 5