Skip to content
View ismaels's full-sized avatar

Block or report ismaels

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Javascript function to decode google... Javascript function to decode google maps api polyline
    1
    // source: http://doublespringlabs.blogspot.com.br/2012/11/decoding-polylines-from-google-maps.html
    2
    function decode(encoded){
    3
    
                  
    4
        // array that holds the points
    5
    
                  
  2. Remove all keys that follow the indi... Remove all keys that follow the indicated pattern from redis using the "redis-cli del" command.
    1
    redis-cli keys "TripVo*" | cut -d" " -f 2 | xargs redis-cli del
  3. git-ssh-sign git-ssh-sign Public

    An interactive CLI wizard to configure SSH-based commit signing for Git

    Go 1

  4. List organization's repos, last comm... List organization's repos, last commit date to master and committer
    1
    # Script to fetch all repos under a git organization
    2
    # Returns last committer to master and date of commit
    3
    # Results sorted by commit date
    4
    # Replace ORG_NAME, USERNAME, and PASSWORD variables
    5
    
                  
  5. homebrew-gss-tap homebrew-gss-tap Public

    git-ssh-sign homebrew formulae

    Ruby

  6. steventux/minitest-ar-assertions steventux/minitest-ar-assertions Public

    MiniTest ActiveRecord Assertions.

    Ruby 10 3