Skip to content
View HarvsG's full-sized avatar

Highlights

  • Pro

Block or report HarvsG

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
HarvsG/README.md

Welcome to me.py

An image of @harvsg's Holopin badges, which is a link to view their full Holopin profile

class Me(Doctor, Developer):
    username: str = "HarvsG"
    website: str = "www.codingdoctor.co.uk"
    contact: str = "doctor@codingdoctor.co.uk"

    can_code: List[str] = [
        "Python",
        "R",
        "Dart",
        "Flutter",
        "JavaScript",
    ]

    medical: Dict[str, List[str]] = {
        "currentRoles": [
            "Anaesthetics Higher Specialist Training",
            "Intensive Care Medicine Higher Specialist Training",
        ],
        "completedRoles": [
            "Medical School",
            "FY1",
            "FY2",
            "Medical Education FY3",
            "Primary FRCA",
            "ACCS Anaesthetics",
        ],
        "toGo": ["FRCA", "FFICM", "CCT"],
        "nerdyInterests": [
            "Physiology",
            "Home Automation",
            "Pre-hospital Medicine",
            "Evidence Based Medicine",
            "Machine Learning",
            "Personal Finance",
        ],
    }

    ongoing_projects: List[str] = [
        "Personal finance app aimed at doctors",
        "Cohort study into ECG criteria for LVH",
        "Tinkering with raspberry pi cluster",
        "Home automation using and contributing to HomeAssistant",
    ]


me: Me = Me()

Pinned Loading

  1. WireGuardMeshes WireGuardMeshes Public

    A text repo to feature-track WireGuard mesh software

    629 34

  2. ha-glinet4-integration ha-glinet4-integration Public

    Home Assistant custom component for GL.iNet routers running 4.X firmware.

    Python 62 4

  3. gli4py gli4py Public

    A python wrapper for the GL-inet firmware version 4 API

    Python 1 4

  4. How I made a dumb Entryphone smart How I made a dumb Entryphone smart
    1
    # How I made my doorbell smart
    2
    
                  
    3
    ### The Problem
    4
    I have a simple door entry phone that buzzes when someone rings the bell and lets me 'buzz' them in. I would like some smarts. Firstly I want to be able to notify and automate when someone rings and secondly I would like to be able to buzz people in.
    5