Skip to content
View Hughen's full-sized avatar
🍇
🍇

Block or report Hughen

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

Hughen Port

welcome to echo me

Pinned Loading

  1. chrome-load-timer chrome-load-timer Public

    Forked from alex-vv/page-load-time

    Google Chrome extension to measure page load time and display it in the toolbar

    JavaScript

  2. KODExplorer KODExplorer Public

    Forked from kalcaddle/KodExplorer

    A web file management system

    PHP

  3. libco libco Public

    Forked from Tencent/libco

    libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.

    C++

  4. md-to-github-html md-to-github-html Public

    Markdown document into github style html.

    HTML

  5. scratchcard-epic scratchcard-epic Public

    Scratch Card is a javascript library, it can simulate scratch ticket effect just like instant lottery. Support for adaptive container width and automatic line break.

    TypeScript

  6. Hughen vimrc Hughen vimrc
    1
    if has("syntax")
    2
      syntax on
    3
      colorscheme molokai       " colorscheme from https://github.com/flazz/vim-colorschemes
    4
    endif
    5