Skip to content

Instantly share code, notes, and snippets.

View pcewing's full-sized avatar

Paul Ewing pcewing

  • Blizzard Entertainment
View GitHub Profile
@pcewing
pcewing / iris_build_log.md
Last active February 13, 2018 05:29
Iris Build Log

#Iris Build Log

Wednesday 01/24/2018

TL;DR

A few more parts arrived but I'm still waiting on the case.

Notes

Today I got back from Hawaii and a few other parts arrived:

@pcewing
pcewing / iris_layout.txt
Created January 27, 2018 02:05
Iris Keyboard Layout
,----+----+----+----+----+----. ,----+----+----+----+----+----.
ESC , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 0 ,BSPC,
|----+----+----+----+----+----| |----+----+----+----+----+----|
TAB , Q , W , E , R , T , Y , U , I , O , P ,DEL ,
|----+----+----+----+----+----| |----+----+----+----+----+----|
CTRL, A , S , D , F , G , H , J , K , L ,SCLN,QUOT,
|----+----+----+----+----+----+----. ,----|----+----+----+----+----+----|
LSFT, Z , X , C , V , B ,SPC , ENT , N , M ,COMM,DOT ,SLSH,RGHT,
`----+----+----+--+-+----+----+----/ \----+----+----+----+----+----+----'
??? , FN ,SPC , ENT ,LGUI,LALT
@pcewing
pcewing / temp.sh
Created December 12, 2017 03:04
Install utilities for Ubuntu
#!/usr/bin/env bash
apt_install ()
{
sudo apt-get -y install $1
}
apt_is_installed ()
{
@pcewing
pcewing / pmk_keys.txt
Created November 10, 2017 02:11
DCS 1u Blank Keycaps available in all rows on PMK
Color: BLUE, Code: BFC
Color: WHITE, Code: WFJ
Color: BLACK, Code: NEM
Color: WHITE, Code: WA
Color: BLACK, Code: NN
Color: WHITE, Code: WFK
Color: WHITE, Code: WBK
Color: GRAY, Code: GEC
Color: GRAY, Code: GAL
Color: GRAY, Code: GRA
@pcewing
pcewing / sway.log
Created October 25, 2017 16:17
Sway error log
I: 10/25/17 08:23:36 - [main.c:250] Linux pewing-vm003 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
I: 10/25/17 08:23:36 - [main.c:222] Contents of /etc/lsb-release:
I: 10/25/17 08:23:36 - [main.c:229] DISTRIB_ID=Ubuntu
I: 10/25/17 08:23:36 - [main.c:229] DISTRIB_RELEASE=17.10
I: 10/25/17 08:23:36 - [main.c:229] DISTRIB_CODENAME=artful
I: 10/25/17 08:23:36 - [main.c:229] DISTRIB_DESCRIPTION="Ubuntu 17.10"
I: 10/25/17 08:23:36 - [main.c:222] Contents of /etc/os-release:
I: 10/25/17 08:23:36 - [main.c:229] NAME="Ubuntu"
I: 10/25/17 08:23:36 - [main.c:229] VERSION="17.10 (Artful Aardvark)"
I: 10/25/17 08:23:36 - [main.c:229] ID=ubuntu
@pcewing
pcewing / VSControls.md
Last active November 29, 2016 23:56
Visual Studio Controls

Visual Studio Controls

This page acts as a way to document the shortcuts I like to configure when working in Visual Studio. I generally set these up with the primary goals being to eliminate any/all use of the mouse and to try to mirror my Vim controls as closely as possible. I use VsVim; however, the functionality doesn't make everything I'd like to do possible, such as setting <Space> as the leader key and running Visual Studio commands via chords. This is my attempt to pseudo-vimify the IDE.

Controls

! special
*.foreground: #839496
*.background: #002b36
*.cursorColor: #839496
! black
*.color0: #073642
*.color8: #002b36
! red
@pcewing
pcewing / xsnazzy
Created September 8, 2016 18:36
urxvt-snazzy
! special
*.foreground: #eff0eb
*.background: #282a36
*.cursorColor: #eff0eb
! black
*.color0: #282a36
*.color8: #686868
! red
@pcewing
pcewing / learning_topics.yaml
Created July 13, 2016 18:16
Some things I want to learn about along with resources to do so.
Cloud:
OpenStack:
notes:
"OpenStack is definitely something I want to familiarize with."
- books:
- "OpenStack In Action"
Containerization:
Docker:
notes:
""