Skip to content
View NoCLin's full-sized avatar
👨‍💻
hard working
👨‍💻
hard working

Organizations

@NCUTEA @homeinfra-org

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 Loading

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

    Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app

    Python 52.3k 6.8k

  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 205 10

  3. LightMirrors LightMirrors Public

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

    Python 635 31