Skip to content
View samwize's full-sized avatar
💭
 writing apps i want to use
💭
 writing apps i want to use

Highlights

  • Pro
Block or Report

Block or report samwize

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. wwdc-dl wwdc-dl Public

    Download WWDC videos and PDF easily

    Swift 37 6

  2. python-email-crawler python-email-crawler Public

    Search on Google, and crawls for emails related to the result

    Python 286 128

  3. UINavigationBar-Addition UINavigationBar-Addition Public

    Hide the 1px bottom hairline in UINavigationBar

    Objective-C 73 13

  4. Explain Mocha's testing framework - ... Explain Mocha's testing framework - describe(), it() and before()/etc hooks
    1
    // # Mocha Guide to Testing
    2
    // Objective is to explain describe(), it(), and before()/etc hooks
    3
    
                  
    4
    // 1. `describe()` is merely for grouping, which you can nest as deep
    5
    // 2. `it()` is a test case