I hereby claim:
- I am munroebot on github.
- I am munroebot (https://keybase.io/munroebot) on keybase.
- I have a public key ASAOF-mPK6y9nOyvxPgPzozKM1RS7SegAtM0W1PrgaQ_Mwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import math, sys | |
import json | |
from goprocam import GoProCamera, constants | |
# files look like: GH010041.mp4, GH020041.mp4 | |
class GoProFileModel: | |
def __init__(self, filename): |
#!/bin/bash | |
version="1.0.0" | |
curl -s -o BerylProtosBuild-1.0.HADOOP-SNAPSHOT.war "http://blah.domain.net/nexus/service/local/artifact/maven/content?r=public&g=com.zappos.datascience.beryl&a=BerylProtosBuild&v=${version}&p=jar" |
v=`echo '${project.version}' | mvn help:evaluate | grep -v '^[[]'` |
IN="[email protected];[email protected]" | |
arr=(${V//-/ }) |
bmunroe@feh MINGW64 ~/Downloads/Updated Utility/Edited Fire Utilitiy - Copy | |
$ ./FireUtility.bat | |
AIO Fire Utility | |
-------------------------------------------------------------------------------- ---- | |
Please type which generation of tablet are you using this script on and press en ter. | |
4 = 4 | |
5 = 5 | |
6 = 6 | |
7 = 7 | |
Press a key to continue. |
create table shopidentifyer.badges ( | |
badge_serial varchar (255) unique, | |
stripe_id varchar(255), | |
badge_status ENUM('ACTIVE','INACTIVE','LOST','BROKEN') DEFAULT 'ACTIVE', | |
created_on TIMESTAMP DEFAULT CURRENT_TIMESTAMP, | |
changed_on TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, | |
) |
library(dplyr) | |
# Read in the data from a comma seperated value file. | |
data <- read.csv("BillHistory.csv", stringsAsFactors=TRUE,skip=6) | |
# transform it into a data.table | |
data <- tbl_df(data) | |
# print the data table | |
data |
# | |
# First make sure the datasets are available | |
# | |
if (!file.exists(file.path(getwd(),"UCI HAR Dataset/test/X2_test.txt")) | | |
!file.exists(file.path(getwd(),"UCI HAR Dataset/test/y_test.txt")) | | |
!file.exists(file.path(getwd(),"UCI HAR Dataset/test/subject_test.txt")) | | |
!file.exists(file.path(getwd(),"UCI HAR Dataset/train/X_train.txt")) | | |
!file.exists(file.path(getwd(),"UCI HAR Dataset/train/y_train.txt")) | | |
!file.exists(file.path(getwd(),"UCI HAR Dataset/train/subject_train.txt"))) { |
# | |
# First make sure the datasets are available | |
# | |
if (!file.exists(file.path(getwd(),"UCI HAR Dataset/test/X2_test.txt")) | | |
!file.exists(file.path(getwd(),"UCI HAR Dataset/test/y_test.txt")) | | |
!file.exists(file.path(getwd(),"UCI HAR Dataset/test/subject_test.txt")) | | |
!file.exists(file.path(getwd(),"UCI HAR Dataset/train/X_train.txt")) | | |
!file.exists(file.path(getwd(),"UCI HAR Dataset/train/y_train.txt")) | | |
!file.exists(file.path(getwd(),"UCI HAR Dataset/train/subject_train.txt"))) { |