https://github.com/noclin/noclin
dynamic profile
https://github.com/noclin/noclin
Last synced: 7 months ago
JSON representation
dynamic profile
- Host: GitHub
- URL: https://github.com/noclin/noclin
- Owner: NoCLin
- Created: 2020-07-27T07:49:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T08:12:14.000Z (over 1 year ago)
- Last Synced: 2025-01-21T14:17:33.604Z (9 months ago)
- Language: HTML
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hello๐
```python
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.inif __name__ == '__main__':
me = Junlin(
last_name="Liu",
first_name="Junlin",
educations=[["Zhejiang University", "Master", "Software Engineering"]],
hobbies=[i for i in "๐ป๐๐ท๐ธ๐ฎ๐ค"],
)print(me)
```
## Statistics

## Useful Resources
[Mirrors](https://noclin.github.io/CNMirrors/#/)