Skip to content

Instantly share code, notes, and snippets.

View ashwinrayaprolu's full-sized avatar

Ashwin ashwinrayaprolu

View GitHub Profile
@ashwinrayaprolu
ashwinrayaprolu / Install.md
Created April 20, 2019 06:40
OpenVINO Ubuntu Xenial, Virtualbox and Vagrant Install, Intel NCS2 (Neural Compute Stick 2)
@ashwinrayaprolu
ashwinrayaprolu / upload-folder.js
Created April 18, 2019 23:03
Upload folder to AWS, WASABI and other cloud storage providers in NodeJS
'use strict';
var AWS = require('aws-sdk');
var path = require("path");
var fs = require('fs');
const sns = new AWS.SNS();
// Setup config for loggings
const winston = require('winston');
winston.level = 'debug';
#
# Cookbook Name:: myface
# Recipe:: database
#
# Copyright (C) 2012 YOUR_NAME
#
# All rights reserved - Do Not Redistribute
#