Skip to content
View protron's full-sized avatar
  • Buenos Aires, Argentina
Block or Report

Block or report protron

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. SokoVen SokoVen Public

    SokoVen is a clone of the classic Sokoban game with an Artificial Intelligence to let the user solve easy levels (made in C#)

    C# 3

  2. hearthstone-cards-translator hearthstone-cards-translator Public

    Translates Hearthstone card names

    JavaScript 3

  3. .gitconfig (aliases, editor config, ... .gitconfig (aliases, editor config, defaults)
    1
    [alias]
    2
    	aliases = config --global --get-regexp 'alias.*'
    3
    	st = status
    4
    	co = checkout
    5
    	ci = commit