Skip to content
View tetri's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report tetri

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. awesome-br-agtechs awesome-br-agtechs Public

    10 2

  2. awesome-br-microsoftmvps awesome-br-microsoftmvps Public

    Awesome list of Microsoft's Most Valuable Professionals

    Python

  3. CleanArchMvc CleanArchMvc Public

    repositório com os arquivos do projeto criado no curso Clean Architecture Essential do Macoratti na Udemy

    C# 1

  4. EventSourcingExample EventSourcingExample Public

    A simple example of Event Sourcing with SQLite in ASP.NET Core

    C# 1

  5. Este script em PowerShell automatiza... Este script em PowerShell automatiza o processo de verificar e descartar alterações em arquivos dentro de uma pasta e suas subpastas em um repositório SVN, quando as diferenças são apenas espaços em branco e quebras de linha extras.
    1
    # Parâmetros do script
    2
    param (
    3
        [string]$folderPath
    4
    )
    5