Skip to content

Instantly share code, notes, and snippets.

View cadriel's full-sized avatar
🏠
Working from home

Craig Bassett cadriel

🏠
Working from home
  • Quest Software Inc.
  • Minneapolis, MN
View GitHub Profile
variant: fcos
version: 1.0.0
passwd:
users:
- name: admin
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0NrUVsciSyzVEWNgDPtJotmccCyBQVlGDyQCA8PHx961WM8W89Co0f4ymPuTTUB8XTRzHOpWO8FerfIUIVRmADXY1gSUGKIFOnGwDonWPEtKIrz13gU9sM+04+9TEgtOsDYN+j4s4M8ITSRFOQKeODXPmsQuOqlUx5AXlmUq+KMnxJxRPBb4dp4PfMg6k3JeIJ07uBifbNvqNu1HOSUL9SBkee7px9hEx3DuG4Nd1lcstUF4aIcZP/u2/tQ10JM8QumnT8HgSJ8j+x0wpkFp1RN7na3Jgmr+urIjhmDuIorWsG8ZPzCa8UeIcdKnIa58uSXLR/taM1GC7CG/rr0bb craig.bassett@gmail.com
groups: [ sudo, docker ]
hostname: coreos
@cadriel
cadriel / tada68_plate.md
Created October 10, 2018 20:03
Configuration notes for SwillKB - tada68

Plate layout

["~\n`","!\n1","@\n2","#\n3","$\n4","%\n5","^\n6","&\n7","*\n8","(\n9",")\n0","_\n-","+\n=",{w:2},"Backspace",{a:7},""],
[{a:4,w:1.5},"Tab","Q","W","E","R","T","Y","U","I","O","P","{\n[","}\n]",{w:1.5},"|\n\\",{a:7},""],
[{w:1.25}, "Stepped", {a:4,w:1.75, x:-1.25},"Caps Lock","A","S","D","F","G","H","J","K","L",":\n;","\"\n'",{w:2.25},"Enter",{a:7},""],
[{a:4,w:2.25},"Shift","Z","X","C","V","B","N","M","<\n,",">\n.","?\n/",{w:1.75},"Shift",{a:7},"",""],
[{a:4,w:1.25},"Ctrl",{w:1.25},"Win",{w:1.25},"Alt",{a:7,w:6.25,_rs:180},"",{a:4,w:1.5},"Alt",{w:1.5},"Win","Menu","Ctrl",{a:7},""]

Custom Polygons, centered on [-x,y]

Keybase proof

I hereby claim:

  • I am cadriel on github.
  • I am cadriel (https://keybase.io/cadriel) on keybase.
  • I have a public key ASDqdxYM9LqZQNoEnbMhMpzwLsPDUjcVYIQ4OMl558v1dgo

To claim this, I am signing this object:

Developer Naming Conventions

Directives and Components

Directives and Components should be prefixed with edc. Attribute Directives should use camel case while Components should use kebab case. Class names should not be prefixed.

@Directive({
  selector: '[edcTitle]'
})