Skip to content
View hjhjw1991's full-sized avatar
🛴
🛴
Block or Report

Block or report hjhjw1991

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

Pinned

  1. build_your_home_in_chengdu build_your_home_in_chengdu Public

    成都买房攻略

    Kotlin 26 4

  2. SingletonHolder SingletonHolder
    1
    package com.hjhjw1991
    2
    
                  
    3
    /**
    4
     * 带参数单例实现, 可复用
    5
     * 定义
  3. leetcode leetcode Public

    leetcode solutions

    Java 1

  4. xeger xeger Public

    Automatically exported from code.google.com/p/xeger

    Java 1

  5. execute any method at a specific dir... execute any method at a specific directory
    1
    def execAt(targetdir):
    2
        """
    3
        execute the decorated method at specified directory
    4
        """
    5
        def wrapper(method):
  6. pip_upgrade_all.sh pip_upgrade_all.sh
    1
    # upgrade all pip packages. need sudo permission. path of pip should be modified
    2
    pip freeze --local|grep -v '^-e' | cut -d = -f 1 | xargs sudo /usr/local/bin/pip install -U