An open API service indexing awesome lists of open source software.

https://github.com/noclin/noclin

dynamic profile
https://github.com/noclin/noclin

Last synced: 7 months ago
JSON representation

dynamic profile

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.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)

```

## Statistics
![Stats](https://github-readme-stats.vercel.app/api?username=noclin)
![Lang](https://github-readme-stats.vercel.app/api/top-langs/?username=noclin&hide=ipynb,html&layout=compact)

## Useful Resources

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