Skip to content
View twoKilo's full-sized avatar

Block or report twoKilo

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

Hi there 👋

Pinned Loading

  1. lint-only lint-only Public

    原本为公司内部开发的增量Lint工具,背景是Codebase庞大,陈旧性lint问题过多,只想对新增代码(精确到变更行,而不是变更文件)进行规范。

    JavaScript 71

  2. smart-config-syncer smart-config-syncer Public

    ssync: 安全、高效的多环境配置同步器

    Go 59

  3. curried-reselector curried-reselector
    1
    const uncurry = curriedFn => (...args) => (
    2
        args.reduce((left, right) => left(right), curriedFn)
    3
    );
    4
    
                  
    5
    const createSelectorN = (...selectors, curriedFn) => (
  4. Algorithm Algorithm Public

    JavaScript

  5. JavaProject JavaProject Public

    University Graduation Project On Human Resource Management

    Java

  6. rangeList rangeList Public

    recently written

    JavaScript