Skip to content
View xiong35's full-sized avatar
🐈
🐈
Block or Report

Block or report xiong35

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

𝓗𝓲, 𝓘'𝓶 𝓧𝓲𝓸𝓷𝓰35, 𝓪 𝓯𝓻𝓸𝓷𝓽-𝓮𝓷𝓭 𝓭𝓮𝓿𝓮𝓵𝓸𝓹𝓮𝓻🚀 𝓯𝓻𝓸𝓶 𝓒𝓱𝓲𝓷𝓪.

𝒜𝒷𝑜𝓊𝓉 🤠

class Xiong35 {
  constructor() {
    this.from = "湖北武汉";
    this.university = "Huazhong University of Science and Tech";
    this.organization = "冰岩作坊";

    this.habits = ["coding👨‍💻", "badminton🏸", "movies🎦", "games🎮"];

    this.contacts = {
      tencentQQ: "2242787668",
      email: "xiong35@qq.com",
    };
    this.website = "www.xiong35.cn";

    /* I PROMISE I WILL 🥺 */
    new Promise((resolve) => {
      setTimeout(() => {
        resolve("get back to study");
      }, Infinity); // It's just not today💩
    });
  }
}

𝒮𝓀𝒾𝓁𝓁𝓈 🧐


𝑀𝓎 𝒢𝒾𝓉𝐻𝓊𝒷

General:

Pinned repos:

Visitors:

ViewCount

Pinned

  1. werewolf werewolf Public

    一款线下狼人杀网页, 除了没有语音功能, 其余功能均具备. 用于取代卡牌和取消上帝

    TypeScript 124 26

  2. type-challenges-solutions type-challenges-solutions Public

    对 type challenges 中问题的解答和分析。Answers and explainations to type challenges.

    TypeScript 10 1

  3. netease-web netease-web Public

    复刻网易云音乐🎧

    TypeScript 2

  4. image-color-extraction image-color-extraction Public

    Extract the primary colors of a given image and more! 利用 canvas 提取给定图片的主要颜色

    JavaScript 11 2

  5. ML_work ML_work Public

    实现的机器学习算法

    Python

  6. blogs blogs Public

    各个方面的各种文章汇总

    Shell 6