Skip to content
View DanielBlanco's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report DanielBlanco

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. her-kaminari her-kaminari Public

    Kaminari pagination for Her models

    Ruby 4 13

  2. elm-jsonapi-client elm-jsonapi-client Public

    ELM client connecting to https://randomuser.me/api

    Elm

  3. dotfiles dotfiles Public

    @dblancorojas dotfiles.

    Scala

  4. Git hook to prevent pushing to maste... Git hook to prevent pushing to master mistakes.
    1
    #!/bin/bash
    2
    
                  
    3
    protected_branch='master'
    4
    current_branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,')
    5