Skip to content
View HarvsG's full-sized avatar

Highlights

  • Pro
Block or Report

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.

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
HarvsG/README.md

Welcome to me.dart

class Me extends Human with Doctor, Developer {
  static String username = 'HarvsG';
  static String website = 'www.codingdoctor.co.uk'
  static String contact = 'doctor@codingdoctor.co.uk'

  static List<Languages> canCode = [
    Python,
    R,
    Dart,
    Flutter,
    Javascript
    ];

  static Map<String,dynamic> medical = {
    'currentRole' : 'Anaesthetics ACCS 2',
    'completedRoles' : ['Medical School', 'FY1', 'FY2', 'Medical Education FY3'],
    'toGo' : ['ICM trainee', 'Anaesthetics Trainee', 'CCT'],
    'interests' : ['Physiology','Pre-hospital Medicine', 'Evidence Based Medicine'],
  };

  static List<String> ongoingProjects = [
    'GitHub clone for clinical research',
    'Cohort study into ECG criteria for LVH',
    'Tinkering with raspberry pi cluster',
    'Energy usage and production monitoring with raspberry pi'
  ]

}

final me = new Me()

Pinned

  1. r-SpaceX-AI-Bot r-SpaceX-AI-Bot Public

    A google cloud function for a r/SpaceX chatbot using the r/SpaceX API

    JavaScript 5 2

  2. DataquestJupyterNotebooks DataquestJupyterNotebooks Public

    Storage for practice notebooks

    Jupyter Notebook 1

  3. bifurcationArt bifurcationArt Public

    A repo for creating art based on the logistic function

    HTML 1

  4. student_finance_simulation student_finance_simulation Public

    Forked from lvassor/student_finance_simulation

    Jupyter Notebook 1

  5. meals_app meals_app Public

    flutter app

    Dart 1

  6. rightmove_floorscraper rightmove_floorscraper Public

    Forked from toby-p/rightmove_webscraper.py

    Python class to scrape data from rightmove.co.uk and return listings in a pandas DataFrame object

    Jupyter Notebook 1