These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.
| /* | |
| * anchor-include pattern for already-functional links that work as a client-side include | |
| * Copyright 2011, Scott Jehl, scottjehl.com | |
| * Dual licensed under the MIT | |
| * Idea from Scott Gonzalez | |
| * to use, place attributes on an already-functional anchor pointing to content | |
| * that should either replace, or insert before or after that anchor | |
| * after the page has loaded | |
| * Replace: <a href="..." data-replace="articles/latest/fragment">Latest Articles</a> | |
| * Before: <a href="..." data-before="articles/latest/fragment">Latest Articles</a> | 
These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.
| !!! 5 | |
| //if lt IE 7 | |
| html(class="no-js ie6 oldie", lang="en") | |
| //if IE 7 | |
| html(class="no-js ie7 oldie", lang="en") | |
| //if IE 8 | |
| html(class="no-js ie8 oldie", lang="en") | |
| // [if gt IE 8] <! | |
| html(class="no-js", lang="en") | |
| // <![endif] | 
| " Override existing colorscheme with version found in | |
| " ~/.janus/<colorscheme>/colors/<colorscheme>.vim | |
| if exists("g:colors_name") | |
| let color_override = expand('~/.janus/' . g:colors_name . '/colors/' . g:colors_name . '.vim') | |
| if filereadable(color_override) | |
| exe 'source ' . color_override | |
| endif | |
| endif | 
This is an unofficial draft spec, not formally endorsed by the WHATWG. It is suitable only for reviewing the details of the proposed element.
| // http://paulirish.com/2011/requestanimationframe-for-smart-animating/ | |
| // http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating | |
| // requestAnimationFrame polyfill by Erik Möller | |
| // fixes from Paul Irish and Tino Zijdel | |
| (function() { | |
| var lastTime = 0; | |
| var vendors = ['ms', 'moz', 'webkit', 'o']; | |
| for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) { | 
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2012 Sindre Sorhus <http://sindresorhus.com> | |
| 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 | 
| .prettyprint .str, code .str { color: #a9758c; } /* string */ | |
| .prettyprint .kwd, code .kwd { color: #d58840; } /* keyword */ | |
| .prettyprint .com, code .com { color: #767979; font-style: italic; } /* comment */ | |
| .prettyprint .typ, code .typ { color: #80aac6; } /* type */ | |
| .prettyprint .lit, code .lit { color: #ac758c; } /* literal */ | |
| .prettyprint .pun, code .pun { color: #fff; } /* punctuation */ | |
| .prettyprint .pln, code .pln { color: #fff; } /* plaintext */ | |
| .prettyprint .tag, code .tag { color: #fecf84; } /* html/xml tag */ | |
| .prettyprint .atn, code .atn { color: #ce8a45; } /* html/xml attribute name */ | |
| .prettyprint .atv, code .atv { color: #b2c869; } /* html/xml attribute value */ | 
| ./configure \ | |
| --prefix=/usr \ | |
| --mandir=/usr/share/man \ | |
| --infodir=/usr/share/info \ | |
| --sysconfdir=/private/etc \ | |
| --with-apxs2=/usr/sbin/apxs \ | |
| --enable-cli \ | |
| --with-config-file-path=/etc \ | |
| --with-libxml-dir=/usr \ | |
| --with-openssl=/usr \ |