Skip to content

Instantly share code, notes, and snippets.

View brevity's full-sized avatar

Andrew Toelle brevity

View GitHub Profile
<!DOCTYPE article SYSTEM "journalpub-oasis3.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:oasis="http://docs.oasis-open.org/ns/oasis-exchange/table" article-type="research-article" dtd-version="3.0" xml:lang="EN">
<glossary>
<def-list id="DL1">
<title>Abbreviations: </title>
<def-item>
<term>Met</term>
<def>
<p>methionine</p>
<head>
<title>meteor_servercall</title>
</head>
<body>
{{> simple}}
{{> passData}}
</body>
<template name="simple">
@brevity
brevity / README.md
Last active August 29, 2015 14:02 — forked from mbostock/.block

This stacked bar chart is constructed from a CSV file storing the populations of different states by age group. The chart employs conventional margins and a number of D3 features:

@brevity
brevity / README.md
Last active August 29, 2015 14:02 — forked from mbostock/.block
@brevity
brevity / rwd.css
Created July 16, 2013 13:32 — forked from trey/rwd.css
/* http://twitter.github.com/bootstrap/scaffolding.html#responsive */
/* Landscape phones and down */
@media (max-width: 480px) { ... }
/* Landscape phone to portrait tablet */
@media (max-width: 768px) { ... }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 940px) { ... }
@brevity
brevity / dabblet.css
Created July 22, 2013 16:07
Untitled
body{
background-color:#afafaf;
}
@brevity
brevity / index.html
Last active December 20, 2015 02:19
Frontpage sketch 2013-07-22
<html>
<head profile="http://www.w3.org/1999/xhtml/vocab">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="http://ecology-action.org/sites/default/files/favicon.ico" type="image/vnd.microsoft.icon">
<meta name="Generator" content="Drupal 7 (http://drupal.org)">
<link rel="alternate" type="application/rss+xml" title="Front page feed" href="http://ecology-action.org/rss.xml">
<title>Ecology Action of Texas</title>
<style type="text/css" media="all">@import url("http://ecology-action.org/modules/system/system.base.css?moam18");
@import url("http://ecology-action.org/modules/system/system.menus.css?moam18");
@import url("http://ecology-action.org/modules/system/system.messages.css?moam18");
@brevity
brevity / fiddle.css
Last active December 20, 2015 02:19
a good excuse to play with gists
/**
* a good excuse to play with gists
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
#
#bind S source-file ~/.tmux/session1
#bind s source-file ~/.tmux/session2
# improve colors
set -g default-terminal 'screen-16color'
# renumber windows sequentially after closing any of them
# set -g renumber-windows on
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Blue Component</key>
<real>0.19370138645172119</real>
<key>Green Component</key>
<real>0.15575926005840302</real>