Skip to content
View ALfonsolLIN's full-sized avatar
  • UK

Block or report ALfonsolLIN

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 Loading

  1. thenextquant thenextquant Public

    Forked from SimoHaiLiu/thenextquant

    事件驱动的量化交易/做市框架。

    Python

  2. jointquant_data jointquant_data Public

    Forked from liujuncn/jointquant_data

    The script example that gets data from jointquant

    Jupyter Notebook

  3. useful multiprocessing block useful multiprocessing block
    1
        import multiprocessing as mp
    2
        pool = mp.Pool(processes=24)
    3
    
    
    4
        k = 15  # the number of chunks you want to split the whole job to
    5
        total_num = len(country_list)