Skip to content

Instantly share code, notes, and snippets.

View dryruner's full-sized avatar

dryrun dryruner

View GitHub Profile
var mongoose = require('mongoose');
var chai = require('chai');
// http://chaijs.com/guide/styles/#differences
var should = chai.should();
var assert = chai.assert;
var expect = chai.expect;
var dbURI = "mongodb://localhost:27017/conFusion";
var Dishes = require('./dishes');
var Leaders = require('./leadership');
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import urllib2
gh_url = 'https://api.github.com'
req = urllib2.Request(gh_url)
password_manager = urllib2.HTTPPasswordMgrWithDefaultRealm()
@dryruner
dryruner / index.js
Created August 21, 2014 07:52 — forked from edokeh/index.js
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \