Skip to content

Instantly share code, notes, and snippets.

View pfist's full-sized avatar
👻
Working on spooky things

Nick Pfisterer pfist

👻
Working on spooky things
  • Portland
View GitHub Profile
@pfist
pfist / useful-regex.js
Created September 12, 2017 23:12
Useful JavaScript Regex Patterns
// Test for words/phrases that may or may not contain dashes
/^full[-| ]time$|^part[-| ]time$/i
@pfist
pfist / base16_slack_themes_eighties
Created August 8, 2014 22:41
Base16 Slack Themes: Eighties
Eighties Light:
#F2F0EC,#E8E6DF,#F2777A,#FFFFFF,#515151,#515151,#99CC99,#66CCCC
Eighties Dark:
#393939,#2D2D2D,#F2777A,#FFFFFF,#515151,#D3D0C8,#99CC99,#66CCCC