Skip to content

Instantly share code, notes, and snippets.

View apexskier's full-sized avatar

Cameron Little apexskier

View GitHub Profile
@apexskier
apexskier / c.py
Last active August 29, 2015 14:08 — forked from shortenda/py.c
#include <stdio.h>
#define print puts
#define exit return
#define pass }
#define one \
if __name__ == "__main__":
#define two "\
"""
int main(int argc, char ** argv) {
@apexskier
apexskier / fab
Last active August 29, 2015 14:07
#!bash
#
# bash/zsh completion support for Fabric
#
# Copyright (C) 2013 Danilo Dellaquila <danilo@dellaquila.es>
# 2014 Cameron Little <cameron@camlittle.com>
# Distributed under the GNU General Public License, version 3.0.
# http://www.gnu.org/licenses/gpl.html
#
# To install just save the script at /etc/bash_completion.d or
.twitter-typeahead {
width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
margin-bottom: 0;
}
.input-group .form-control.tt-query:not(:first-child):not(:last-child) {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;