Skip to content

Instantly share code, notes, and snippets.

View scottire's full-sized avatar

Scott Condron scottire

View GitHub Profile
/*
* Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
@scottire
scottire / HID TEST
Last active August 4, 2017 13:07
HID POST
import 'rxjs/add/operator/map';
import { Events } from 'ionic-angular'
import { getHidParamsFromUrl } from '../lib/utils'
import { Injectable } from '@angular/core';
import { Http, Response } from '@angular/http';
import { Headers } from '@angular/http';
import 'rxjs/add/operator/catch';
import 'rxjs/add/operator/map';
import 'rxjs/add/operator/toPromise';
@scottire
scottire / gist:d5e4bb0bc8161719bf47688e917240b0
Created August 2, 2017 13:14
Install nvm and node on an OSX circleci build
machine:
timezone:
America/Los_Angeles
xcode:
version: "9.0"
#manually installing node
environment:
dependencies:
pre: