Skip to content

Instantly share code, notes, and snippets.

@cadam11
cadam11 / introrx.md
Created May 21, 2016 20:00 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@cadam11
cadam11 / .bash_profile
Created July 4, 2016 02:18 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@cadam11
cadam11 / google_fonts.css
Created May 24, 2021 17:27 — forked from sadikay/google_fonts.css
All Google Fonts In One CSS File
@font-face {
font-family: 'ABeeZee';
font-style: normal;
font-weight: 400;
src: local('ABeeZee'), local('ABeeZee-Regular'), url(http://fonts.gstatic.com/s/abeezee/v9/JYPhMn-3Xw-JGuyB-fEdNA.ttf) format('truetype');
}
@font-face {
font-family: 'Abel';
font-style: normal;
font-weight: 400;