Skip to content
View averagehuman's full-sized avatar

Block or report averagehuman

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. avghmn.com avghmn.com Public

    HTML

  2. js-mk-cert js-mk-cert Public

    Create self-signed certificates with javascript

    JavaScript 1

  3. Download data on Belfast Trees and c... Download data on Belfast Trees and convert from JSON to CSV
    1
    """
    2
    Download information about approximately 38,000 trees in Belfast (N. Ireland) from
    3
    the opendatani.gov.uk data api and convert from JSON to CSV.
    4
    5
    Usage::
  4. Register an IoT device with IBM Wats... Register an IoT device with IBM Watson IoT using curl
    1
    #!/bin/bash
    2
    
                  
    3
    command -v jq >/dev/null 2>&1 || {
    4
        echo >&2 "ERROR: jq is not installed. This is required for parsing json responses."; exit 1;
    5
    }