A ZSH theme optimized for people who use:
- Solarized
 - Git
 - Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
 
For Mac users, I highly recommend iTerm 2 + Solarized Dark
| //Source: http://www.virgentech.com/blog/2009/10/building-object-oriented-jquery-plugin.html | |
| //Author: Hector Virgen | |
| //Date: August 23, 2010 | |
| (function($) { | |
| var MyPlugin = function(element, options) { | |
| var elem = $(element); | |
| var obj = this; | 
| <div class="gallery-container"> | |
| <div id="gallery" class="gallery-images"> | |
| <img src="http://placehold.it/500" alt="" /> | |
| <img src="http://placehold.it/500" alt="" /> | |
| <img src="http://placehold.it/500" alt="" /> | |
| <img src="http://placehold.it/500" alt="" /> | |
| <img src="http://placehold.it/500" alt="" /> | |
| </div> | |
| <div class="gallery-thumbs-container"> | |
| <ul id="gallery-thumbs" class="gallery-thumbs-list"> | 
| <?php | |
| /* | |
| * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
| * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
| * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | |
| * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | |
| * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |
| * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |
| * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |