Skip to content

Instantly share code, notes, and snippets.

View bbirdiman's full-sized avatar

bowerbird bbirdiman

View GitHub Profile
@spdustin
spdustin / README.md
Last active July 15, 2016 06:42
HN Styles

HN Styles

Just some simple CSS styles for Hacker News that I use to keep the default look and feel, but improve usability a bit.

@elmimmo
elmimmo / after-toc.ncx
Last active March 8, 2016 18:09
The NCX DOCTYPE is not required in EPUB 2, and you are actually better off without it. See why.
<?xml version="1.0" encoding="UTF-8"?>
<ncx version="2005-1" xmlns="http://www.daisy.org/z3986/2005/ncx/">
<head>
<meta name="dtb:uid" content="urn:uuid:e04c4d19-57af-4495-a8c8-882695b7c8dc" />
</head>
<docTitle>
<text/>
</docTitle>
<navMap>
<navPoint id="title_page">
@philipbreau
philipbreau / gist:7555046
Last active May 9, 2017 02:22
BridgeIt Camera
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<script type="text/javascript" src="http://bridgeit.github.io/bridgeit.js/src/bridgeit.js"></script>
</head>
<body>
<style>
.button{
height: 80px;