###Prerequesites
- Install node.js from http://nodejs.org
- Make sure you install git from http://git-scm.com
Install flightplan globally
npm install -g flightplan
Install flightplan in your project folder
###Prerequesites
Install flightplan globally
npm install -g flightplan
Install flightplan in your project folder
javascript: (function () { | |
// the css we are going to inject | |
var css = | |
"html {" + | |
" -webkit-filter: invert(100%);" + | |
" -moz-filter: invert(100%);" + | |
" -o-filter: invert(100%);" + | |
" -ms-filter: invert(100%);" + | |
"}", | |
head = document.getElementsByTagName("head")[0], |
I hereby claim:
To claim this, I am signing this object:
NewRepo(){ # NewRepo RepoName5 ~/RepoLocalPath5/ g or # NewRepo Repo1 ~/RepoLocal1/ b | |
mkdir $2 ; | |
cd $2 ; | |
echo $1 | pbcopy ; | |
echo "$1 $2 $3 un5t0ppab13" >> $3.txt ; # create new file$3 with text"$1$2$3" | |
if [ -a "g.txt" ] ; then | |
open 'https://github.com/new/' ; | |
elif [ -a "b.txt" ] ; then | |
open 'https://bitbucket.org/repo/create' ; | |
fi ; |
# imports and basic notebook setup | |
from cStringIO import StringIO | |
import numpy as np | |
import scipy.ndimage as nd | |
import PIL.Image | |
import sys | |
from IPython.display import clear_output, Image, display | |
from google.protobuf import text_format | |
import caffe |