Skip to content
View tetrawalker's full-sized avatar
💎
Work
💎
Work
  • Melbourne

Block or report tetrawalker

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

Pinned Loading

  1. chamalgomes/MediumRepo chamalgomes/MediumRepo Public

    HTML 17 20

  2. Phoebe0222/MLSA-workshops-2020-student Phoebe0222/MLSA-workshops-2020-student Public

    Notebooks that accompany MLSA workshops.

    Jupyter Notebook 9 12

  3. EY_Comp EY_Comp Public

    Jupyter Notebook

  4. main.py main.py
    1
    import json
    2
    
                  
    3
    #Load the credentials from config.json
    4
    with open('config.json', 'r') as f:
    5
        config_data = f.read()
  5. Dockerfile Dockerfile
    1
    #Set the base image to ubuntu:bionic
    2
    FROM "ubuntu:bionic"
    3
    
                  
    4
    #Author and Maintainer 
    5
    MAINTAINER chamal@yahoo.com
  6. StopVM.js StopVM.js
    1
    const config = require('./config');
    2
    const zone = 'australia-southeast1-b';
    3
    var instanceName = 'high-intensive';
    4
    var error_code = 1;
    5