Skip to content
View ecobareco's full-sized avatar
๐Ÿ’ญ
I may be slow to respond.
๐Ÿ’ญ
I may be slow to respond.

Block or report ecobareco

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
ecobareco/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @ecobareco
  • ๐Ÿ‘€ Iโ€™m interested in ...
  • ๐ŸŒฑ Iโ€™m currently learning ...
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me ...
  • ๐Ÿ˜„ Pronouns: ...
  • โšก Fun fact: ...

Pinned Loading

  1. aspnetcore aspnetcore Public template

    Forked from dotnet/aspnetcore

    ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

    C#

  2. dev-envs-extension dev-envs-extension Public

    Forked from docker/dev-envs-extension

    TypeScript

  3. ecobareco ecobareco Public

    Config files for my GitHub profile.

  4. setup-java setup-java Public

    Forked from actions/setup-java

    Set up your GitHub Actions workflow with a specific version of Java

    TypeScript

  5. WebApplication10 WebApplication10 Public

    HTML

  6. git pre-commit hook for stripping ou... git pre-commit hook for stripping output from IPython notebooks
    1
    #!/usr/bin/env python
    2
    """strip outputs from an IPython Notebook
    3
    4
    Opens a notebook, strips its output, and writes the outputless version to the original file.
    5