Coder Social home page Coder Social logo

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

Junlin Liu's Projects

cheat-plus icon cheat-plus

cheat.sh plus. Enhanced Stealth Mode, History Tracking, Non-English Translation.

docsify icon docsify

🃏 A magical documentation site generator.

duplicate-scanner icon duplicate-scanner

Ultra Fast Duplicate File Scanner Based on Everything (Windows and NTFS only)

geek-form icon geek-form

a self-host form service built with json-schema and oauth2.

git-sync-drive icon git-sync-drive

Please use SparkleShare instead. git repo as a realtime sync drive.

gpt-engineer icon gpt-engineer

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

lightmirrors icon lightmirrors

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

localjudge icon localjudge

Life is short, judge locally. 适用于OJ练习的本地评测工具。开发版本:https://github.com/NoCLin/LocalJudge/tree/dev

localstorage-recovery icon localstorage-recovery

一次恢复Chromium的LocalStorage (LevelDB)实践。务必谨慎删除,幸好还能恢复~

protocols icon protocols

The asyncio implementation of various popular protocols in Python.

pypi-faker icon pypi-faker

Generate mock PyPI packages to bypass the installation of specific packages

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.