Skip to content

Instantly share code, notes, and snippets.

View arvi's full-sized avatar
🎯
Focusing

arvi

🎯
Focusing
View GitHub Profile
@arvi
arvi / sticky-footer-with-flexbox.html
Created April 5, 2016 03:57
Sticky footer with Flexbox
var links = document.querySelectorAll('article.content a');
for (var i = 0, length = links.length; i < length; i++) {
if (links[i].hostname != window.location.hostname) {
links[i].target = '_blank';
}
}
# ---------------------------------------------------------------------------
#
# 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
@arvi
arvi / gist-sublime-testing.js
Created September 29, 2013 10:32
testing sublime gist package
function gist_sublime (argument) {
console.log('testing sublime gist package');
}