Skip to content
View drmikecrowe's full-sized avatar
Block or Report

Block or report drmikecrowe

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

    Media Bias Fact Check extension

    TypeScript 32 8

  2. Ultimate docker-compose setup for ho... Ultimate docker-compose setup for home media center
    1
    #Reference: https://www.smarthomebeginner.com/docker-home-media-server-2018-basic
    2
    
                  
    3
    version: "3"
    4
    
                  
    5
    # https://github.com/pi-hole/docker-pi-hole/blob/master/README.md
  3. Bash Bootstrap Bash Bootstrap
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    function install {
    4
        FILE="$2"
    5
        URL="$1/$FILE"