| ⌘T | go to file | 
| ⌘⌃P | go to project | 
| ⌘R | go to methods | 
| ⌃G | go to line | 
| ⌘KB | toggle side bar | 
| ⌘⇧P | command prompt | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # node-reinstall | |
| # credit: http://stackoverflow.com/a/11178106/2083544 | |
| ## program version | |
| VERSION="0.0.13" | |
| ## path prefix | |
| PREFIX="${PREFIX:-/usr/local}" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Utility methods | |
| flatten_nested_array = (array) -> | |
| [].concat array... | |
| includes = (item, coll) -> | |
| item = key_to_array(item) | |
| for potential_match in coll | |
| return true if item[0] == potential_match[0] && item[1] == potential_match[1] | |
| false | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CSS brushed metal by Simurai · CodePen</title> | |
| <!-- | |
| Copyright (c) 2012 Hugo Giraudel, http://codepen.io/HugoGiraudel | |
| Permission is hereby granted, free of charge, to any person obtaining | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | if(typeof jQuery.proxy === 'undefined'){ | |
| jQuery.extend({ | |
| proxy : function( fn, proxy, thisObject ) { | |
| if ( arguments.length === 2 ) { | |
| if ( typeof proxy === "string" ) { | |
| thisObject = fn; | |
| fn = thisObject[ proxy ]; | |
| proxy = undefined; | |
| } else if ( proxy && !jQuery.isFunction( proxy ) ) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | http://pinterest.com/pin/create/button/?url=http://www.domain.com&description=&media= | |
| ex: | |
| http://pinterest.com/pin/create/button/?url=http://www.youworkforthem.com&media=http://www.youworkforthem.com/img/eps/E1174/E1174_00.jpg&description=Escapism 30 pulls further away from reality by manipulating organic materials into beautiful, hi-res bursting textures. This is art, this is space, this is nature, this is chaos. Use as you wish. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // | |
| // NSColor+CGColor.m | |
| // | |
| // Created by Michael Sanders on 11/19/10. | |
| // | |
| #import "NSColor+CGColor.h" | |
| @implementation NSColor (CGColor) |