Skip to content
View richardkeep's full-sized avatar
🏠
:)
🏠
:)

Block or report richardkeep

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. covid-19 covid-19 Public archive

    A web application to display Coronavirus Diseases (COVID19) statistics from different countries.

    PHP 27 9

  2. covid-19-api covid-19-api Public archive

    COVID-19 API

    PHP 19 9

  3. nova-timenow nova-timenow Public

    A Laravel Nova card to display time

    PHP 9 1

  4. validate validate Public

    A simple Laravel 5 package to validate form inputs on the go

    PHP 5 1

  5. bash aliases bash aliases
    1
    
                  
    2
    # Shortcuts
    3
    alias pbcopy='xclip -selection clipboard'
    4
    alias pbpaste='xclip -selection clipboard -o'
    5
    alias copyssh="pbcopy < $HOME/.ssh/id_rsa.pub"