Skip to content
View johzhao's full-sized avatar

Block or report johzhao

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. novel-ebook novel-ebook Public

    crawl the novel from web and convert to epub file

    Python

  2. Python object to dict Python object to dict
    1
    def to_dict(obj, class_key=None):
    2
        if isinstance(obj, dict):
    3
            data = {}
    4
            for (k, v) in obj.items():
    5
                data[k] = to_dict(v, class_key)
  3. Python file read performance Python file read performance
    1
    import mmap
    2
    import os
    3
    import struct
    4
    import time
    5
    from functools import wraps
  4. Python for loop performance Python for loop performance
    1
    import random
    2
    import time
    3
    from functools import wraps
    4
    
                  
    5
    
                  
  5. curseDownloader curseDownloader Public

    Python

  6. scrapy_dianping scrapy_dianping Public

    Python 1 3