Skip to content

Instantly share code, notes, and snippets.

(Serves 2 as a big breakfast, or more as a small one.)
Heat a skillet to medium, and fill with
1-2T lard (or oil, or butter, or a mix)
1 small onion, diced
Cook the onion for a little while, then add ~2c total of the following:
Bell peppers, diced
Cooked beans (rattlesnake, jacob's cattle, pinto, etc)
Tomato, diced
@mccannmanchester
mccannmanchester / grid-demo.scss
Created June 26, 2014 12:42
While working on our style guide, we wrote a quick mixin to spit out the classes we'd use to demonstrate the use of the grid to designers. These classes wouldn't be used in production code but quickly give us a grey-box version of what the grid system would produce as a handy reference for designers and front-enders. We use Singularity for the g…
/*------------------------------------*\
$GRID
\*------------------------------------*/
@import 'singularitygs';
$grid: 12;
$gutters: 1/5;
$grid-demos: 12 6 4 3 2 1; /* based on a 12-col symmetrical grid, what rows to show as examples */
@Wilto
Wilto / chili.md
Last active August 29, 2015 13:55
Chili.
  • 2 Tbsp vegetable oil
  • Red bell pepper, diced
  • Yellow bell pepper, diced
  • 4 cloves garlic, minced
  • 2 yellow onions, minced
  • 24 oz. can tomatoes, diced (Pastine 4-LYFE)
  • 24 oz. can tomatoes, crushed (See above)
  • 1 can black beans, drained/rinsed
  • 1 can kidney beans, drained/rinsed
  • 1 can vegetable stock
@robmiller
robmiller / .gitconfig
Created July 17, 2013 07:52
Some useful Git aliases that I use every day
#
# Working with branches
#
# Get the current branch name (not so useful in itself, but used in
# other aliases)
branch-name = "!git rev-parse --abbrev-ref HEAD"
# Push the current branch to the remote "origin", and set it to track
# the upstream branch
publish = "!git push -u origin $(git branch-name)"
@aemkei
aemkei / LICENSE.txt
Created November 2, 2011 19:27 — forked from 140bytes/LICENSE.txt
minesweeper - 140byt.es
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE