Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
####################################
# Output file for HTML5 video #
# Requirements: #
# - handbrakecli #
# - ffmpeg #
# - ffmpeg2theora #
# #
# usage: #
@msugirin
msugirin / gist:9895958
Created March 31, 2014 16:14 — forked from moduscreate/gist:5469322
Swipe Action Gist
/** CSS
.flexbox {
display : -webkit-box;
height : 47px;
background-color : rgb(231, 231, 231);
-webkit-box-shadow : inset 0 5px 5px #888;
}
.opaque-list-item {