Skip to content

Instantly share code, notes, and snippets.

View seyDoggy's full-sized avatar

Adam Merrifield seyDoggy

View GitHub Profile
@seyDoggy
seyDoggy / caller.js
Last active August 29, 2015 14:16 — forked from raygig/gist:2aa37249bd33f916321a
Ray's work on iframe popup resizing.
try {
parent.FF.popup.resize(document);
} catch(e) {}
@seyDoggy
seyDoggy / the.css
Last active August 29, 2015 14:15 — forked from suzck/the.css
Font Awesome over rides for radio buttons and checkbox's
/* So first step is to hide your actual radio button because the browser won't let you hide the real thing */
input[type="radio"], input[type="checkbox"] {
display:none;
}
/* Next specify a font size, 8px is comes out about the same size as a regular radio button */
.radio-stack{
font-size: 8px;
}
// Bootstrap Mid-Small - col-ms-* - the missing grid set for Bootstrap3.
//
// LICENSE under MIT - https://github.com/twbs/bootstrap/blob/master/LICENSE
//
// Source: https://gist.github.com/seyDoggy/4f370a676f5db6df2d1d
// Forked: https://gist.github.com/andyl/6360906
//
// This is a hack to fill the gap between 480 and 760 pixels - a missing range
// in the bootstrap responsive grid structure. Use these classes to style pages
// on cellphones when they transition from portrait to landscape.
@seyDoggy
seyDoggy / state.js
Last active August 29, 2015 14:09 — forked from joladev/state.js
angular.module('services', [])
.factory('State', function ($rootScope) {
'use strict';
var state;
var broadcast = function (state) {
$rootScope.$broadcast('State.Update', state);
};
var update = function (newState) {

Install dependencies

brew install cmake
brew install python
sudo easy_install pip

Add powerline bin to your path. In your zshrc file (or the paths files sourced in zshrc) add the following line

PATH="/usr/local/share/python/:$PATH"

Reinstall MacVim with brew

# Install MacTex: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg
$ sudo chown -R `whoami` /usr/local/texlive
$ tlmgr update --self
$ tlmgr install ucs
$ tlmgr install etoolbox
# Install pandoc view homebrew
@seyDoggy
seyDoggy / MIT-LICENSE.txt
Created September 7, 2012 10:17 — forked from jgarber/MIT-LICENSE.txt
Responsive video
Copyright (c) 2011 ZURB, http://www.zurb.com/
@seyDoggy
seyDoggy / install-git-completion.sh
Created July 26, 2012 15:41 — forked from johngibb/install-git-completion.sh
Mac OS X - Install Git Completion
#!/bin/bash
# get Xcode git version
GIT_VERSION=`xcrun git --version | awk '{print $3}'`
URL="https://raw.github.com/git/git/v$GIT_VERSION/contrib/completion/git-completion.bash"
PROFILE="$HOME/.bash_profile"
@seyDoggy
seyDoggy / checklist_site_launch.txt
Created September 23, 2011 18:40 — forked from tonious/checklist_site_launch.txt
New Site Checklist
Design Phase =================================================================
Client Management ------------------------------------------------------------
[ ] Have we received a design brief from the client?
[ ] Have we received sample content from the client?
[ ] Have we quoted the client?
[ ] Has the client signed off on the quote?
Infrastructure ---------------------------------------------------------------