Skip to content
View dovab's full-sized avatar

Block or report dovab

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. stockportfolio-api stockportfolio-api Public

    The API for my blog series about creating a simple stock portfolio

    PHP 4 2

  2. Setup WSL2 box Setup WSL2 box
    1
    #!/bin/bash
    2
    
    
    3
    echo "Installing PHP 8"
    4
    sudo apt install software-properties-common
    5
    sudo add-apt-repository ppa:ondrej/php