Skip to content

Instantly share code, notes, and snippets.

View stephenhuh's full-sized avatar
🏀
lykmike

Stevie Huh stephenhuh

🏀
lykmike
View GitHub Profile
@stephenhuh
stephenhuh / gist:fafcb63be4b447a3b170
Last active August 29, 2015 14:25 — forked from zjrosen1/livecodingstats.js
LiveCoding Stats
// ==UserScript==
// @name LiveCoding Stats
// @namespace http://your.homepage/
// @version 0.1
// @description Shows your channel stats (live viewers, total viewers) in the chat window
// @author Fabian Becker <[email protected]>
// @match https://www.livecoding.tv/chat/*
// @grant none
// ==/UserScript==
@stephenhuh
stephenhuh / jhwhw.cls
Created April 2, 2016 22:12 — forked from jhwilson/jhwhw.cls
JHW document class for Homework assignments
%=====================================================================
% jhwhw.cls
% Provide jhwhw.cls class
%=====================================================================
%=====================================================================
% Identification
%=====================================================================
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{jhwhw}[2009/02/11 Justin Wilson's Homework Class]
@stephenhuh
stephenhuh / Rapid Prototyping: Vote On Material - Vanilla JS App 1.markdown
Last active June 28, 2016 02:53
Rapid Prototyping: Vote On Material - Vanilla JS App 1
@stephenhuh
stephenhuh / Dynamic SASS Header Sizing.markdown
Last active July 23, 2016 14:05
Dynamic SASS Header Sizing
@stephenhuh
stephenhuh / index.jade
Created September 8, 2016 23:14
Stylist Desktop Landing
body#bootstrap-overrides
header#layout-header
a(href="http://www.threadgenius.co", target="_blank")
img(src="https://s3.amazonaws.com/threadgenius-web-assets/icon-small.png").logo
//TODO - add sidebar as needed for extensibility
//TODO - extract main into a section if parallax is going to be sought after
main#layout-main.container
//TODO make text slightly longer by expanding container or widening col
.row
h5.col-xs-8.col-xs-offset-4.blurb
@stephenhuh
stephenhuh / lightsail.sh
Last active June 20, 2018 04:25
Setting up Amazon Linux AMI via Lightsail for Node & Express
#!/bin/bash
# Amazon_Linux-512MB-Virginia-1-Personal
# 512 MB RAM, 1 vCPU, 20 GB SSD
# Amazon Linux
# Virginia, Zone A (us-east-1a)
# Exit on any error (non-zero return code)
set -e
# Below commands are easier to run via root.