Skip to content

Instantly share code, notes, and snippets.

View catvec's full-sized avatar
🐢

catvec

🐢
View GitHub Profile
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

Keybase proof

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:

@catvec
catvec / sample-workflow.flow
Created September 5, 2016 22:37
A file explaining an idea I had for a chat bot dialog system file format
# 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.
#,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
@catvec
catvec / Terraform-Debug-Output.txt
Last active June 4, 2017 18:55
Terraform Debug output for bug report: #15053
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...
@catvec
catvec / 2017-07-13T03_29_31_549Z-debug.log
Last active July 13, 2017 03:51
Polymer/app-layout bug report #496 2017-07-13T03_29_31_549Z-debug.log
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",
@catvec
catvec / Good-OSS-Project-Intro
Created September 2, 2017 18:38
Very good friendly OSS project intro
https://github.com/flazz/vim-colorschemes
@catvec
catvec / 30-touchpad.conf
Created October 14, 2017 17:20
libinput enable touchpad tapping
Section "InputClass"
Identifier "DLL0704:01 06CB:76AE Touchpad"
Driver "libinput"
Option "Tapping" "on"
EndSection