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 # Liu@Junl.in
if __name__ == '__main__':
me = Junlin(
last_name="Liu",
first_name="Junlin",
educations=[["Zhejiang University", "Master", "Software Engineering"]],
hobbies=[i for i in "๐ป๐๐ท๐ธ๐ฎ๐ค"],
)
print(me)
๐จโ๐ป
hard working
Developer & Creator & Artist.
Not Only Coding.
(Web & DeepLearning & RecSys )
-
Zhejiang University / Former intern @NVIDIA
- China
-
05:05
(UTC +08:00) - https://liu.junl.in
Pinned Loading
-
gpt-engineer-org/gpt-engineer
gpt-engineer-org/gpt-engineer PublicPlatform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
-
homeinfra-org/infra
homeinfra-org/infra PublicHomeinfra 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โฆ
-
LightMirrors
LightMirrors PublicLightMirrors is a lightweight mirror server with caching capabilities that currently supports DockerHub, K8S, PyPI, PyTorch, and NPM.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.