Skip to content
View raxskle's full-sized avatar
🎯
coding...
🎯
coding...

Block or report raxskle

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

你今日飲咗🍺未?

✊Learning front-end development...

😈I want to be an interesting person.

😊I like coding👨‍💻, watching movies🎦 while indulging in beers🍺.

class Raxskle {
  constructor() {
    this.name = "Raxskle";
    this.university = "Huazhong University of Science and Technology";
    this.habits = ["coding👨‍💻", "movies🎦", "drinks🍺", "billiards🎱"];

    this.contacts = {
      tencentQQ: "3328147378",
      email: "raxskle@foxmail.com",
      website: "https://blog.raxskle.fun",
    };
  }
  sleep(){
    return new Promise((wakeUp)=>{
      setTimeout(()=>{
        wakeUp();
      }, Infinity); // I wanted to sleep forever, but was immediately returned by js😡
    })
  }
}

Pinned Loading

  1. Films-Challenge Films-Challenge Public

    一个根据电影截图猜电影名字的网页

    JavaScript 1

  2. Blog2 Blog2 Public

    个人博客第二版,船新改版,更多功能扩展

    Vue 2

  3. ssr-demo ssr-demo Public

    Vue

  4. MyChat-Client MyChat-Client Public

    React Native 实现 mini 微信移动客户端

    TypeScript 3