Skip to content
View Leee-xx's full-sized avatar
Block or Report

Block or report Leee-xx

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. A checklist of debugging items that ... A checklist of debugging items that are too stupid to check
    1
    When I'm debugging code and find myself stumped as to why it's not working, the reason often turns out to be something so basic that it's easy to overlook, i.e. I simply didn't think it was worth checking. Of course, these things aren't too stupid to check -- on the contrary -- but I certainly feel stupid after wrestling with something for an hour only to realize that, e.g., I didn't save my changes.
    2
    
                  
    3
    So here's a list of simple things that might end up saving you minutes or hours, categorized by the scope of the potential issue (is it a typo in a file vs. am I on the wrong server/environment). The intended audience of this list is newer developers, but experienced developers can be well-served by keeping these points in mind as well.
    4
    
                  
    5
    # File
  2. dotfiles dotfiles Public

    HTML 1

  3. wiki_parser wiki_parser Public

    Python