I hereby claim:
- I am Noah-Huppert on github.
- I am noahh (https://keybase.io/noahh) on keybase.
- I have a public key whose fingerprint is 60D7 A7A7 4BF5 4373 C9EE 17C9 2362 933B 0B32 EC32
To claim this, I am signing this object:
set nocompatible | |
filetype off | |
" -- Auto reload vimrc | |
autocmd bufwritepost .vimrc source $MYVIMRC | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" -- Plugin manager |
version: '2' | |
services: | |
zookeeper: | |
image: "netflixoss/exhibitor:1.5.2" | |
network_mode: "host" | |
mesos-master: | |
image: "mesosphere/mesos-master:0.28.0-2.0.16.ubuntu1404" | |
network_mode: "host" | |
environment: | |
- MESOS_PORT=5050 |
I hereby claim:
To claim this, I am signing this object:
# Pound signs are considered comments | |
# This is a sample workflow file | |
# The premise is that this is a college housing workflow | |
# | |
# Follows syntax of hcl file | |
# configure - (required) Tell the system a little bit about the workflow, considered meta data | |
configure { | |
# id - (required) A unique programmatic name for the workflow. Used to reference workflow in code. | |
id "housing" |
#,Project,Tracker,Parent task,Status,Priority,Subject,Author,Assignee,Updated,Category,Target version,Start date,Due date,Estimated time,% Done,Created,Closed,Related issues,Private,Description | |
15706,Team 14 Project AutoChess,Task,#15179,New,Normal,Make game loop entity tell website game is over,Noah Huppert,Michael Raffle,04/18/2017 10:00 PM,"","",05/20/2017,05/24/2017,2.00,0,04/18/2017 09:59 PM,"",Blocked by #14419,No,"" | |
15700,Team 14 Project AutoChess,Task,#15179,New,Normal,Make game loop entity send moves to website,Noah Huppert,Michael Raffle,04/18/2017 09:57 PM,"","",05/17/2017,05/19/2017,2.00,0,04/18/2017 09:53 PM,"","Blocked by #14411, Blocked by #15699",No,"" | |
15699,Team 14 Project AutoChess,Task,#15179,New,Normal,Make Game entity register with website at beginning of each game,Noah Huppert,Michael Raffle,04/18/2017 09:57 PM,"","",05/12/2017,05/15/2017,2.00,0,04/18/2017 09:52 PM,"","Blocked by #14407, Blocks #15700",No,"" | |
15648,Team 14 Project AutoChess,Task,#15646,New,Normal,Add difficulty set functi |
Refreshing Terraform state in-memory prior to plan... | |
The refreshed state will be used to calculate this plan, but will not be | |
persisted to local or remote state storage. | |
data.ignition_user.autochess: Refreshing state... | |
data.template_file.postgres_service: Refreshing state... | |
data.template_file.auto_chess_service: Refreshing state... | |
data.ignition_systemd_unit.postgres: Refreshing state... | |
data.ignition_systemd_unit.auto_chess: Refreshing state... | |
data.ignition_config.auto_chess: Refreshing state... |
0 info it worked if it ends with ok | |
1 verbose cli [ '/home/noah/.nvm/versions/node/v6.9.2/bin/node', | |
1 verbose cli '/home/noah/.nvm/versions/node/v6.9.2/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '@polymer/app-layout' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session bc671c73b85d5451 | |
5 silly install loadCurrentTree | |
6 silly install readLocalPackageData |
{ | |
"AWSTemplateFormatVersion": "2010-09-09", | |
"Parameters": { | |
"GithubRepoOwner": { | |
"Type": "String", | |
"Description": "Owner of Github repository", | |
"Default": "ROODAY" | |
}, | |
"GithubRepoName": { | |
"Type": "String", |
https://github.com/flazz/vim-colorschemes |
Section "InputClass" | |
Identifier "DLL0704:01 06CB:76AE Touchpad" | |
Driver "libinput" | |
Option "Tapping" "on" | |
EndSection |