Skip to content

Instantly share code, notes, and snippets.

View dskrepps's full-sized avatar
💭
Javascripting

Dylan Krepps dskrepps

💭
Javascripting
View GitHub Profile
@dskrepps
dskrepps / index.js
Created March 15, 2014 18:25
requirebin sketch
var _ = require('underscore');
var fixture1 = ['hello', 'world'];
var fixture2 = ['world', 'hello'];
var fixture3 = ['hello', 'mars'];
var tests = [
function(a1, a2){
return _.every(a1, function(v){
return _.contains(a2, v);
@dskrepps
dskrepps / index.html
Last active May 27, 2016 10:46
My basic HTML5 skeleton. Replace the brackets. Style .inwrap so you can set your content width while still allowing 100% width designs.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<!-- search meta -->