Skip to content
View ajaleelp's full-sized avatar
😍
GoLang smitten!
😍
GoLang smitten!

Block or report ajaleelp

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. litaio/lita-slack litaio/lita-slack Public archive

    A Slack adapter for Lita.

    Ruby 141 130

  2. ajaleelp.github.io ajaleelp.github.io Public

    Personal website build in Jekyll

    Ruby 1

  3. fpl-scout fpl-scout Public

    A scout assist for FPL players.

    JavaScript

  4. mahesh-krishnakumar/wcpredictionapp mahesh-krishnakumar/wcpredictionapp Public

    A simple Rails (5.2) app to compete with friends in predicting match results for the world-cup (Russia 2018).

    Ruby 1

  5. reason-monument-valley reason-monument-valley Public

    Attempt to build a minimal 'Monument Valley' clone in ReasonML

    OCaml

  6. Pre-commit git hook to run all linte... Pre-commit git hook to run all linters in golangci-lint
    1
    #!/bin/sh
    2
    
                  
    3
    STAGED_GO_FILES=$(git diff --cached --name-only | grep ".go$")
    4
    
                  
    5
    if [[ "$STAGED_GO_FILES" = "" ]]; then