This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocompatible | |
| filetype off | |
| " -- Auto reload vimrc | |
| autocmd bufwritepost .vimrc source $MYVIMRC | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " -- Plugin manager |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 21 columns, instead of 7 in line 4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #,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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 npm@5.2.0 | |
| 3 info using node@v6.9.2 | |
| 4 verbose npm-session bc671c73b85d5451 | |
| 5 silly install loadCurrentTree | |
| 6 silly install readLocalPackageData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Parameters": { | |
| "GithubRepoOwner": { | |
| "Type": "String", | |
| "Description": "Owner of Github repository", | |
| "Default": "ROODAY" | |
| }, | |
| "GithubRepoName": { | |
| "Type": "String", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/flazz/vim-colorschemes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Section "InputClass" | |
| Identifier "DLL0704:01 06CB:76AE Touchpad" | |
| Driver "libinput" | |
| Option "Tapping" "on" | |
| EndSection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ go run index.go | |
| config/config.go:9:8: cannot find package "_/home/noah/Documents/workspace/go/src/github.com/Noah-Huppert/kube-bot/vendor/github.com/pelletier/go-toml" in any of: | |
| /usr/lib/go/src/_/home/noah/Documents/workspace/go/src/github.com/Noah-Huppert/kube-bot/vendor/github.com/pelletier/go-toml (from $GOROOT) | |
| /home/noah/Documents/workspace/go/src/_/home/noah/Documents/workspace/go/src/github.com/Noah-Huppert/kube-bot/vendor/github.com/pelletier/go-toml (from $GOPATH) |