A Pen by Stephen Huh on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%===================================================================== | |
% jhwhw.cls | |
% Provide jhwhw.cls class | |
%===================================================================== | |
%===================================================================== | |
% Identification | |
%===================================================================== | |
\NeedsTeXFormat{LaTeX2e} | |
\ProvidesClass{jhwhw}[2009/02/11 Justin Wilson's Homework Class] |
A Pen by Stephen Huh on CodePen.
A Pen by Stephen Huh on CodePen.
A Pen by Stephen Huh on CodePen.
A Pen by Stephen Huh on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
A Pen by Stephen Huh on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
OlderNewer