Skip to content
View andreisfedotov's full-sized avatar
🧘‍♂️
Keep moving forward!
🧘‍♂️
Keep moving forward!

Organizations

@nonstop-dev @platinum-dev

Block or report andreisfedotov

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

    Minimal APIs .NET 6

    C# 13 5

  2. Notes Notes Public

    C# 87 29

  3. csharp11-features csharp11-features Public archive

    C# 1

  4. csharp10-features csharp10-features Public archive

    C#

  5. Stop and Remove all Docker containers Stop and Remove all Docker containers
    1
    Write-Output "CONTAINERS LIST:"
    2
    docker container ls
    3
    
                  
    4
    Write-Output "`n`nSTOPPING:"
    5
    docker stop $(docker ps -a -q)
  6. BraceBalance BraceBalance Public

    Check the balance in the brackets

    C#