Skip to content
View ernestohs's full-sized avatar
🐙
coding in progress
🐙
coding in progress
Block or Report

Block or report ernestohs

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
ernestohs/README.md

Ernesto Herrera Salinas 🐙 Profile Views

Your Repository's Stats

Top Langs

Pinned

  1. javascript.katas.simple javascript.katas.simple Public

    A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition.

    JavaScript

  2. csharp.katas.simple csharp.katas.simple Public

    A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition.

    C# 1 2

  3. how lazy I am how lazy I am
    1
    alias push='git push origin $(git rev-parse --abbrev-ref HEAD)'
    2
    alias pull='git pull --recurse-submodules origin $(git rev-parse --abbrev-ref HEAD)'
    3
    alias s="git status -s"
    4
    alias c="git commit -m "
    5
    alias a='git add . && git status -s'
  4. java.katas.simple java.katas.simple Public

    A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition.

    Java