Skip to content

Instantly share code, notes, and snippets.

@dleatherman
dleatherman / _radial-menu.scss
Created August 20, 2012 17:29
Sass-radial-menu markup
@import "compass/css3";
/*
* Sass-Radial-Menu v1.0a
* Sass+Compass Radial Menu Mixin
* http://permalightnyc.com/experiments/radial-menu
*
* Licensed under the MIT license.
* Copyright 2012 Dan Leatherman
*/
@furf
furf / _.deep.js
Created July 30, 2012 17:06
underscore.js mixin for plucking nested properties
_.mixin({
// Get/set the value of a nested property
deep: function (obj, key, value) {
var keys = key.replace(/\[(["']?)([^\1]+?)\1?\]/g, '.$2').replace(/^\./, '').split('.'),
root,
i = 0,
n = keys.length;
<!doctype html>
<!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ -->
<html>
<head>
<title>iOS 8 web app</title>
<!-- CONFIGURATION -->