Skip to content
View sonderlau's full-sized avatar
:electron:
Brain Reconstruction
:electron:
Brain Reconstruction
  • Hangzhou Dianzi University
  • Hangzhou
  • 13:51 (UTC +08:00)

Highlights

  • Pro
Block or Report

Block or report sonderlau

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
sonderlau/README.md

from dataclasses import dataclass
from typing import Tuple


class Meta(type):
    def __new__(cls, name, bases, attrs):
        new_cls = super().__new__(cls, name, bases, attrs)
        return dataclass(unsafe_hash=True, frozen=True)(new_cls)


class Bio(metaclass=Meta):
    name        : str = "🤝Sonder Liu"
    job         : str = "🏛Postgraduate Student"
    designation : str = "🔣Lovely man"
    base        : str = "🏠Hangzhou, ZheJiang Province, China"
    blog        : str = "🐚Upcoming..."


class Stack(metaclass=Meta):
    languages   : Tuple[str, ...] = ("Python", "C++")
    databases   : Tuple[str, ...] = ("SQLite", "Postgres")
    devices     : Tuple[str, ...] = ("MacBook Pro", "iPad Pro", "OnePlus 12")
    ongoing     : Tuple[str, ...] = ("DL Model", "Paper reading")


class Recent(metaclass=Meta):
    project     : Tuple[str, ...] = ("Weather forecast with Deep Learning")
    working     : Tuple[str, ...] = ("None")
    learning    : Tuple[str, ...] = ("Linear Algebra", "Probability Theory")

Github Metrics

info

Pinned Loading

  1. sonderlau sonderlau Public

    Python 2

  2. HzieeSurvivalGuide HzieeSurvivalGuide Public archive

    Hziee 计科 笔记 \ 课程 \ 实践 攻略计划

    Java 15 6

  3. KuaiShouVideoDownload KuaiShouVideoDownload Public

    快手端视频分类 下载 / 合并 / 多线程

    HTML 19 8

  4. UML-Lesson UML-Lesson Public

    UML 课程作业 :: 使用说明 / 报告 / 分工 / 图片源码 / 环境配置

    Python 3

  5. epidemic-query epidemic-query Public

    国家卫生健康委员会 实时疫情地区等级 :: 数据库 / 当日热更新

    JavaScript 1

  6. invoice_recognition invoice_recognition Public

    [教学向] 使用简单的图片处理对发票进行识别

    Jupyter Notebook 2